Shades of Deep Magenta #D216C8
Tints of Deep Magenta #D216C8
RGB
CMYK
RGB Variations
Color information
#D216C8 (or 0xD216C8) is known color: Deep Magenta. HEX triplet: D2, 16 and C8. RGB value is (210,22,200). Sum of RGB (Red+Green+Blue) = 210+22+200=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D216C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216C8 is #2DE937. Grayscale: #616161. Windows color (decimal): -3008824 or 13113042. OLE color: 13113042.
HSL color Cylindrical-coordinate representation of color #D216C8: hue angle of 303.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216C8 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 200 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.18 |
| HSL | 303.19º | 0.81% | 0.45% | - |
| HSV(B) | 303.19º | 0.9% | 0.82% | - |
| XYZ | 37.29 | 18.45 | 56.24 | - |
| YUV | 98.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 200 | 0 | 0.90 | 0.05 | 0.18 | 303.19 | 0.81 | 0.45 |
| Hex | D2 | 16 | C8 | 0 | 5A | 5 | 12 | 12F | 51 | 2D |
| Octal | 322 | 26 | 310 | 0 | 132 | 5 | 22 | 457 | 121 | 55 |
| Binary | 11010010 | 10110 | 11001000 | 0 | 1011010 | 101 | 10010 | 100101111 | 1010001 | 101101 |
Color Harmonies of #D216C8
Complementary color
Monochromatic Colors of #D216C8
Black with #D216C8
Text Example
Text Example
White with #D216C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216C8; }
p { color: rgb(210,22,200); }
H1.HeaderClassName
{
color: #D216C8;
}
.AnyTagClassName
{
color: #D216C8;
}
</style>
background-color css
<style>
a { background-color: #D216C8; }
a { background-color: rgb(210,22,200); }
div.DivClassName
{
background-color: #D216C8;
}
.BgClassName
{
background-color: #D216C8;
}
</style>
border-color css
<style>
span { border-color: #D216C8; }
span { border-color: rgb(210,22,200); }
td.TdClassName
{
border-color: #D216C8;
}
.TagClassName
{
border-color: #D216C8;
}
</style>