#D32C5F
A medium, moderate magenta closely aligning with Crimson.
About #D32C5F
Visually, #D32C5F is defined as a moderate magenta. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(211, 44, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 79% magenta, 55% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D32C5F
RGB211, 44, 95
HSL341.7°, 65.5%, 50.0%
CMYK0%, 79%, 55%, 17%
HSV341.7°, 79.1%, 82.7%
LAB47.6, 65.7, 12.6
XYZ29.8, 16.5, 12.4
Decimal13839455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32C5F;
}
.text-color {
color: #D32C5F;
}
.border-color {
border: 2px solid #D32C5F;
}