#DB335F
A medium, moderate magenta closely aligning with Crimson.
About #DB335F
Visually, #DB335F is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 219 red, 51 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 77% M, 57% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DB335F
RGB219, 51, 95
HSL344.3°, 70.0%, 52.9%
CMYK0%, 77%, 57%, 14%
HSV344.3°, 76.7%, 85.9%
LAB49.8, 65.9, 15.9
XYZ32.5, 18.3, 12.6
Decimal14365535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB335F;
}
.text-color {
color: #DB335F;
}
.border-color {
border: 2px solid #DB335F;
}