#DB75A0
A light, moderate magenta closely aligning with Palevioletred.
About #DB75A0
At its core, #DB75A0 is a light and moderate hue. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(219, 117, 160).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 47% M, 27% Y, and 14% K. With a hue angle of 334.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB75A0
RGB219, 117, 160
HSL334.7°, 58.6%, 65.9%
CMYK0%, 47%, 27%, 14%
HSV334.7°, 46.6%, 85.9%
LAB61.9, 44.7, -5.1
XYZ41.9, 30.3, 36.9
Decimal14382496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.06:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB75A0;
}
.text-color {
color: #DB75A0;
}
.border-color {
border: 2px solid #DB75A0;
}