#D383D3
A light, moderate magenta closely aligning with Orchid.
About #D383D3
At its core, #D383D3 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(211, 131, 211).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 38% magenta, 0% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D383D3
RGB211, 131, 211
HSL300.0°, 47.6%, 67.1%
CMYK0%, 38%, 0%, 17%
HSV300.0°, 37.9%, 82.7%
LAB65.6, 43.0, -28.5
XYZ46.7, 34.8, 65.9
Decimal13861843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D383D3;
}
.text-color {
color: #D383D3;
}
.border-color {
border: 2px solid #D383D3;
}