#DB42BD
A medium, moderate magenta closely aligning with Orchid.
About #DB42BD
Visually, #DB42BD is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(219, 66, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 70% M, 14% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB42BD
RGB219, 66, 189
HSL311.8°, 68.0%, 55.9%
CMYK0%, 70%, 14%, 14%
HSV311.8°, 69.9%, 85.9%
LAB54.7, 71.1, -32.8
XYZ40.3, 22.6, 50.4
Decimal14369469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB42BD;
}
.text-color {
color: #DB42BD;
}
.border-color {
border: 2px solid #DB42BD;
}