Shades of Deep Magenta #D922DD
Tints of Deep Magenta #D922DD
RGB
CMYK
RGB Variations
Color information
#D922DD (or 0xD922DD) is known color: Deep Magenta. HEX triplet: D9, 22 and DD. RGB value is (217,34,221). Sum of RGB (Red+Green+Blue) = 217+34+221=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D922DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922DD is #26DD22. Grayscale: #6D6D6D. Windows color (decimal): -2546979 or 14492377. OLE color: 14492377.
HSL color Cylindrical-coordinate representation of color #D922DD: hue angle of 298.72º degrees, saturation: 0.73, 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 #D922DD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 34 | 221 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.13 |
| HSL | 298.72º | 0.73% | 0.5% | - |
| HSV(B) | 298.72º | 0.85% | 0.87% | - |
| XYZ | 42.24 | 21.12 | 70.26 | - |
| YUV | 110.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 221 | 0.02 | 0.85 | 0 | 0.13 | 298.72 | 0.73 | 0.5 |
| Hex | D9 | 22 | DD | 2 | 55 | 0 | D | 12B | 49 | 32 |
| Octal | 331 | 42 | 335 | 2 | 125 | 0 | 15 | 453 | 111 | 62 |
| Binary | 11011001 | 100010 | 11011101 | 10 | 1010101 | 0 | 1101 | 100101011 | 1001001 | 110010 |
Color Harmonies of #D922DD
Complementary color
Monochromatic Colors of #D922DD
Black with #D922DD
Text Example
Text Example
White with #D922DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922DD; }
p { color: rgb(217,34,221); }
H1.HeaderClassName
{
color: #D922DD;
}
.AnyTagClassName
{
color: #D922DD;
}
</style>
background-color css
<style>
a { background-color: #D922DD; }
a { background-color: rgb(217,34,221); }
div.DivClassName
{
background-color: #D922DD;
}
.BgClassName
{
background-color: #D922DD;
}
</style>
border-color css
<style>
span { border-color: #D922DD; }
span { border-color: rgb(217,34,221); }
td.TdClassName
{
border-color: #D922DD;
}
.TagClassName
{
border-color: #D922DD;
}
</style>