#DB7093
palevioletred
#DB7093 is a magenta colour. In RGB it is 219 red, 112 green and 147 blue, which converts to a hue of 340 degrees, 60% saturation and 65% lightness. It is one of the named CSS colours, written as palevioletred in stylesheets.
Color values
| HEX | #DB7093 |
|---|---|
| RGB | rgb(219, 112, 147) |
| HSL | hsl(340, 60%, 65%) |
| HSV | hsv(340, 49%, 86%) |
| CMYK | cmyk(0%, 49%, 33%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 3.11:1, and against black it is 6.75:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.11:1 | Fail | AA |
| Black | 6.75:1 | AA | AAA |
Tints and shades
Lighter tints move #DB7093 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DB7093; |
|---|---|
| CSS rgb() | color: rgb(219 112 147); |
| Tailwind | bg-[#db7093] |
| SwiftUI | Color(red: 0.859, green: 0.439, blue: 0.576) |
| Android | Color.parseColor("#DB7093") |