#D3075F
A medium, vivid magenta closely aligning with Deeppink.
About #D3075F
The precise color #D3075F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 211 red, 7 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#D3075F
RGB211, 7, 95
HSL334.1°, 93.6%, 42.7%
CMYK0%, 97%, 55%, 17%
HSV334.1°, 96.7%, 82.7%
LAB45.4, 72.0, 9.5
XYZ29.0, 14.8, 12.2
Decimal13829983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3075F;
}
.text-color {
color: #D3075F;
}
.border-color {
border: 2px solid #D3075F;
}