#D3758A
A light, moderate red closely aligning with Palevioletred.
About #D3758A
Visually, #D3758A is defined as a moderate red. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 211 red, 117 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 45% Magenta, 35% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3758A
RGB211, 117, 138
HSL346.6°, 51.6%, 64.3%
CMYK0%, 45%, 35%, 17%
HSV346.6°, 44.5%, 82.7%
LAB60.3, 39.1, 5.0
XYZ37.8, 28.4, 27.5
Decimal13858186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3758A;
}
.text-color {
color: #D3758A;
}
.border-color {
border: 2px solid #D3758A;
}