#D3165F
A medium, vivid magenta closely aligning with Crimson.
About #D3165F
At its core, #D3165F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 211 red, 22 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, 90% M, 55% Y, and 17% K. With a hue angle of 336.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3165F
RGB211, 22, 95
HSL336.8°, 81.1%, 45.7%
CMYK0%, 90%, 55%, 17%
HSV336.8°, 89.6%, 82.7%
LAB46.0, 70.3, 10.4
XYZ29.2, 15.2, 12.2
Decimal13833823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3165F;
}
.text-color {
color: #D3165F;
}
.border-color {
border: 2px solid #D3165F;
}