#DB5775
A light, moderate red closely aligning with Palevioletred.
About #DB5775
When working with digital screens, the color #DB5775 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(219, 87, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. The HSL representation is 346.4° hue, 64.7% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#DB5775
RGB219, 87, 117
HSL346.4°, 64.7%, 60.0%
CMYK0%, 60%, 47%, 14%
HSV346.4°, 60.3%, 85.9%
LAB55.2, 54.1, 10.3
XYZ35.8, 23.2, 19.4
Decimal14374773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5775;
}
.text-color {
color: #DB5775;
}
.border-color {
border: 2px solid #DB5775;
}