#DB4975
A medium, moderate magenta closely aligning with Palevioletred.
About #DB4975
Visually, #DB4975 is defined as a moderate magenta. Designers often compare it to the standard color Palevioletred. In the RGB color space, it consists of 219 red, 73 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 67% M, 47% Y, and 14% K. The HSL representation is 341.9° hue, 67.0% saturation, and 57.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB4975
RGB219, 73, 117
HSL341.9°, 67.0%, 57.3%
CMYK0%, 67%, 47%, 14%
HSV341.9°, 66.7%, 85.9%
LAB53.1, 60.0, 7.2
XYZ34.8, 21.1, 19.1
Decimal14371189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4975;
}
.text-color {
color: #DB4975;
}
.border-color {
border: 2px solid #DB4975;
}