#D333AF
A medium, moderate magenta closely aligning with Mediumvioletred.
About #D333AF
At its core, #D333AF is a medium and moderate hue. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 51, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. With a hue angle of 313.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#D333AF
RGB211, 51, 175
HSL313.5°, 64.5%, 51.4%
CMYK0%, 76%, 17%, 17%
HSV313.5°, 75.8%, 82.7%
LAB51.0, 72.0, -30.4
XYZ35.8, 19.3, 42.4
Decimal13841327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D333AF;
}
.text-color {
color: #D333AF;
}
.border-color {
border: 2px solid #D333AF;
}