#DB33BD
A medium, moderate magenta closely aligning with Mediumorchid.
About #DB33BD
At its core, #DB33BD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 51, and 189.
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 77% magenta inks. The HSL representation is 310.7° hue, 70.0% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB33BD
RGB219, 51, 189
HSL310.7°, 70.0%, 52.9%
CMYK0%, 77%, 14%, 14%
HSV310.7°, 76.7%, 85.9%
LAB53.1, 75.7, -35.4
XYZ39.6, 21.1, 50.1
Decimal14365629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB33BD;
}
.text-color {
color: #DB33BD;
}
.border-color {
border: 2px solid #DB33BD;
}