Shades of Deep Magenta #D220C8
Tints of Deep Magenta #D220C8
RGB
CMYK
RGB Variations
Color information
#D220C8 (or 0xD220C8) is known color: Deep Magenta. HEX triplet: D2, 20 and C8. RGB value is (210,32,200). Sum of RGB (Red+Green+Blue) = 210+32+200=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D220C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220C8 is #2DDF37. Grayscale: #676767. Windows color (decimal): -3006264 or 13115602. OLE color: 13115602.
HSL color Cylindrical-coordinate representation of color #D220C8: hue angle of 303.37º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220C8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 200 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.18 |
| HSL | 303.37º | 0.74% | 0.47% | - |
| HSV(B) | 303.37º | 0.85% | 0.82% | - |
| XYZ | 37.52 | 18.9 | 56.32 | - |
| YUV | 104.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 200 | 0 | 0.85 | 0.05 | 0.18 | 303.37 | 0.74 | 0.47 |
| Hex | D2 | 20 | C8 | 0 | 55 | 5 | 12 | 12F | 4A | 2F |
| Octal | 322 | 40 | 310 | 0 | 125 | 5 | 22 | 457 | 112 | 57 |
| Binary | 11010010 | 100000 | 11001000 | 0 | 1010101 | 101 | 10010 | 100101111 | 1001010 | 101111 |
Color Harmonies of #D220C8
Complementary color
Monochromatic Colors of #D220C8
Black with #D220C8
Text Example
Text Example
White with #D220C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220C8; }
p { color: rgb(210,32,200); }
H1.HeaderClassName
{
color: #D220C8;
}
.AnyTagClassName
{
color: #D220C8;
}
</style>
background-color css
<style>
a { background-color: #D220C8; }
a { background-color: rgb(210,32,200); }
div.DivClassName
{
background-color: #D220C8;
}
.BgClassName
{
background-color: #D220C8;
}
</style>
border-color css
<style>
span { border-color: #D220C8; }
span { border-color: rgb(210,32,200); }
td.TdClassName
{
border-color: #D220C8;
}
.TagClassName
{
border-color: #D220C8;
}
</style>