#DB0F57
A medium, vivid magenta closely aligning with Crimson.
About #DB0F57
Visually, #DB0F57 is defined as a vivid magenta. Designers often compare it to the standard color Crimson. Its digital footprint relies on 219 parts red, 15 parts green, and 87 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 93% M, 60% Y, and 14% K. With a hue angle of 338.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB0F57
RGB219, 15, 87
HSL338.8°, 87.2%, 45.9%
CMYK0%, 93%, 60%, 14%
HSV338.8°, 93.2%, 85.9%
LAB47.1, 72.6, 17.1
XYZ31.1, 16.1, 10.5
Decimal14356311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F57;
}
.text-color {
color: #DB0F57;
}
.border-color {
border: 2px solid #DB0F57;
}