#D31D5F
A medium, vivid magenta closely aligning with Crimson.
About #D31D5F
At its core, #D31D5F is a medium and vivid hue. Designers often compare it to the standard color Crimson. Its digital footprint relies on 211 parts red, 29 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 86% M, 55% Y, and 17% K. The HSL representation is 338.2° hue, 75.8% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D31D5F
RGB211, 29, 95
HSL338.2°, 75.8%, 47.1%
CMYK0%, 86%, 55%, 17%
HSV338.2°, 86.3%, 82.7%
LAB46.4, 69.1, 10.9
XYZ29.4, 15.6, 12.3
Decimal13835615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.11:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31D5F;
}
.text-color {
color: #D31D5F;
}
.border-color {
border: 2px solid #D31D5F;
}