#D33ADB
A medium, moderate magenta closely aligning with Mediumorchid.
About #D33ADB
Visually, #D33ADB is defined as a moderate magenta. Its closest recognized web color is Mediumorchid. Its digital footprint relies on 211 parts red, 58 parts green, and 219 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 4% cyan and 74% magenta inks. The HSL representation is 297.0° hue, 69.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D33ADB
RGB211, 58, 219
HSL297.0°, 69.1%, 54.3%
CMYK4%, 74%, 0%, 14%
HSV297.0°, 73.5%, 85.9%
LAB54.0, 76.5, -51.1
XYZ41.2, 22.0, 69.1
Decimal13843163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D33ADB;
}
.text-color {
color: #D33ADB;
}
.border-color {
border: 2px solid #D33ADB;
}