#D31650
A medium, vivid magenta closely aligning with Crimson.
About #D31650
At its core, #D31650 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 22, and 80.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 90% Magenta, 62% Yellow, and 17% Black. The HSL representation is 341.6° hue, 81.1% saturation, and 45.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D31650
RGB211, 22, 80
HSL341.6°, 81.1%, 45.7%
CMYK0%, 90%, 62%, 17%
HSV341.6°, 89.6%, 82.7%
LAB45.6, 69.4, 19.2
XYZ28.6, 15.0, 9.0
Decimal13833808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.02:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31650;
}
.text-color {
color: #D31650;
}
.border-color {
border: 2px solid #D31650;
}