Shades of Deep Magenta #D222DF
Tints of Deep Magenta #D222DF
RGB
CMYK
RGB Variations
Color information
#D222DF (or 0xD222DF) is known color: Deep Magenta. HEX triplet: D2, 22 and DF. RGB value is (210,34,223). Sum of RGB (Red+Green+Blue) = 210+34+223=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #D222DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222DF is #2DDD20. Grayscale: #6B6B6B. Windows color (decimal): -3005729 or 14623442. OLE color: 14623442.
HSL color Cylindrical-coordinate representation of color #D222DF: hue angle of 295.87º degrees, saturation: 0.75, 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 #D222DF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 34 | 223 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.13 |
| HSL | 295.87º | 0.75% | 0.5% | - |
| HSV(B) | 295.87º | 0.85% | 0.87% | - |
| XYZ | 40.47 | 20.17 | 71.57 | - |
| YUV | 108.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 223 | 0.06 | 0.85 | 0 | 0.13 | 295.87 | 0.75 | 0.5 |
| Hex | D2 | 22 | DF | 6 | 55 | 0 | D | 128 | 4B | 32 |
| Octal | 322 | 42 | 337 | 6 | 125 | 0 | 15 | 450 | 113 | 62 |
| Binary | 11010010 | 100010 | 11011111 | 110 | 1010101 | 0 | 1101 | 100101000 | 1001011 | 110010 |
Color Harmonies of #D222DF
Complementary color
Monochromatic Colors of #D222DF
Black with #D222DF
Text Example
Text Example
White with #D222DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222DF; }
p { color: rgb(210,34,223); }
H1.HeaderClassName
{
color: #D222DF;
}
.AnyTagClassName
{
color: #D222DF;
}
</style>
background-color css
<style>
a { background-color: #D222DF; }
a { background-color: rgb(210,34,223); }
div.DivClassName
{
background-color: #D222DF;
}
.BgClassName
{
background-color: #D222DF;
}
</style>
border-color css
<style>
span { border-color: #D222DF; }
span { border-color: rgb(210,34,223); }
td.TdClassName
{
border-color: #D222DF;
}
.TagClassName
{
border-color: #D222DF;
}
</style>