#DB2457
A medium, vivid magenta closely aligning with Crimson.
About #DB2457
At its core, #DB2457 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 219 parts red, 36 parts green, and 87 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 84% Magenta, 60% Yellow, and 14% Black. With a hue angle of 343.3 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 #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB2457
RGB219, 36, 87
HSL343.3°, 71.8%, 50.0%
CMYK0%, 84%, 60%, 14%
HSV343.3°, 83.6%, 85.9%
LAB48.3, 69.2, 18.7
XYZ31.6, 17.0, 10.6
Decimal14361687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2457;
}
.text-color {
color: #DB2457;
}
.border-color {
border: 2px solid #DB2457;
}