Shades of Deep Magenta #D920DD
Tints of Deep Magenta #D920DD
RGB
CMYK
RGB Variations
Color information
#D920DD (or 0xD920DD) is known color: Deep Magenta. HEX triplet: D9, 20 and DD. RGB value is (217,32,221). Sum of RGB (Red+Green+Blue) = 217+32+221=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D920DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920DD is #26DF22. Grayscale: #6C6C6C. Windows color (decimal): -2547491 or 14491865. OLE color: 14491865.
HSL color Cylindrical-coordinate representation of color #D920DD: hue angle of 298.73º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D920DD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 32 | 221 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.13 |
| HSL | 298.73º | 0.75% | 0.5% | - |
| HSV(B) | 298.73º | 0.86% | 0.87% | - |
| XYZ | 42.18 | 21.01 | 70.24 | - |
| YUV | 108.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 221 | 0.02 | 0.86 | 0 | 0.13 | 298.73 | 0.75 | 0.5 |
| Hex | D9 | 20 | DD | 2 | 56 | 0 | D | 12B | 4B | 32 |
| Octal | 331 | 40 | 335 | 2 | 126 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011001 | 100000 | 11011101 | 10 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #D920DD
Complementary color
Monochromatic Colors of #D920DD
Black with #D920DD
Text Example
Text Example
White with #D920DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920DD; }
p { color: rgb(217,32,221); }
H1.HeaderClassName
{
color: #D920DD;
}
.AnyTagClassName
{
color: #D920DD;
}
</style>
background-color css
<style>
a { background-color: #D920DD; }
a { background-color: rgb(217,32,221); }
div.DivClassName
{
background-color: #D920DD;
}
.BgClassName
{
background-color: #D920DD;
}
</style>
border-color css
<style>
span { border-color: #D920DD; }
span { border-color: rgb(217,32,221); }
td.TdClassName
{
border-color: #D920DD;
}
.TagClassName
{
border-color: #D920DD;
}
</style>