Shades of Deep Magenta #D921DD
Tints of Deep Magenta #D921DD
RGB
CMYK
RGB Variations
Color information
#D921DD (or 0xD921DD) is known color: Deep Magenta. HEX triplet: D9, 21 and DD. RGB value is (217,33,221). Sum of RGB (Red+Green+Blue) = 217+33+221=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #D921DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D921DD is #26DE22. Grayscale: #6C6C6C. Windows color (decimal): -2547235 or 14492121. OLE color: 14492121.
HSL color Cylindrical-coordinate representation of color #D921DD: hue angle of 298.72º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D921DD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 33 | 221 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.13 |
| HSL | 298.72º | 0.74% | 0.5% | - |
| HSV(B) | 298.72º | 0.85% | 0.87% | - |
| XYZ | 42.21 | 21.06 | 70.25 | - |
| YUV | 109.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 221 | 0.02 | 0.85 | 0 | 0.13 | 298.72 | 0.74 | 0.5 |
| Hex | D9 | 21 | DD | 2 | 55 | 0 | D | 12B | 4A | 32 |
| Octal | 331 | 41 | 335 | 2 | 125 | 0 | 15 | 453 | 112 | 62 |
| Binary | 11011001 | 100001 | 11011101 | 10 | 1010101 | 0 | 1101 | 100101011 | 1001010 | 110010 |
Color Harmonies of #D921DD
Complementary color
Monochromatic Colors of #D921DD
Black with #D921DD
Text Example
Text Example
White with #D921DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921DD; }
p { color: rgb(217,33,221); }
H1.HeaderClassName
{
color: #D921DD;
}
.AnyTagClassName
{
color: #D921DD;
}
</style>
background-color css
<style>
a { background-color: #D921DD; }
a { background-color: rgb(217,33,221); }
div.DivClassName
{
background-color: #D921DD;
}
.BgClassName
{
background-color: #D921DD;
}
</style>
border-color css
<style>
span { border-color: #D921DD; }
span { border-color: rgb(217,33,221); }
td.TdClassName
{
border-color: #D921DD;
}
.TagClassName
{
border-color: #D921DD;
}
</style>