Shades of Deep Magenta #D222DC
Tints of Deep Magenta #D222DC
RGB
CMYK
RGB Variations
Color information
#D222DC (or 0xD222DC) is known color: Deep Magenta. HEX triplet: D2, 22 and DC. RGB value is (210,34,220). Sum of RGB (Red+Green+Blue) = 210+34+220=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #D222DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222DC is #2DDD23. Grayscale: #6B6B6B. Windows color (decimal): -3005732 or 14426834. OLE color: 14426834.
HSL color Cylindrical-coordinate representation of color #D222DC: hue angle of 296.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D222DC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 34 | 220 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.14 |
| HSL | 296.77º | 0.73% | 0.5% | - |
| HSV(B) | 296.77º | 0.85% | 0.86% | - |
| XYZ | 40.07 | 20.01 | 69.46 | - |
| YUV | 107.83 | 191.31 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 220 | 0.05 | 0.85 | 0 | 0.14 | 296.77 | 0.73 | 0.5 |
| Hex | D2 | 22 | DC | 5 | 55 | 0 | E | 129 | 49 | 32 |
| Octal | 322 | 42 | 334 | 5 | 125 | 0 | 16 | 451 | 111 | 62 |
| Binary | 11010010 | 100010 | 11011100 | 101 | 1010101 | 0 | 1110 | 100101001 | 1001001 | 110010 |
Color Harmonies of #D222DC
Complementary color
Monochromatic Colors of #D222DC
Black with #D222DC
Text Example
Text Example
White with #D222DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222DC; }
p { color: rgb(210,34,220); }
H1.HeaderClassName
{
color: #D222DC;
}
.AnyTagClassName
{
color: #D222DC;
}
</style>
background-color css
<style>
a { background-color: #D222DC; }
a { background-color: rgb(210,34,220); }
div.DivClassName
{
background-color: #D222DC;
}
.BgClassName
{
background-color: #D222DC;
}
</style>
border-color css
<style>
span { border-color: #D222DC; }
span { border-color: rgb(210,34,220); }
td.TdClassName
{
border-color: #D222DC;
}
.TagClassName
{
border-color: #D222DC;
}
</style>