#D3497C
A medium, moderate magenta closely aligning with Palevioletred.
About #D3497C
Visually, #D3497C is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 73, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 65% M, 41% Y, and 17% K. The HSL representation is 337.8° hue, 61.1% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3497C
RGB211, 73, 124
HSL337.8°, 61.1%, 55.7%
CMYK0%, 65%, 41%, 17%
HSV337.8°, 65.4%, 82.7%
LAB51.9, 58.3, 1.2
XYZ32.9, 20.1, 21.2
Decimal13846908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3497C;
}
.text-color {
color: #D3497C;
}
.border-color {
border: 2px solid #D3497C;
}