Shades of Deep Magenta #D816C0
Tints of Deep Magenta #D816C0
RGB
CMYK
RGB Variations
Color information
#D816C0 (or 0xD816C0) is known color: Deep Magenta. HEX triplet: D8, 16 and C0. RGB value is (216,22,192). Sum of RGB (Red+Green+Blue) = 216+22+192=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D816C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816C0 is #27E93F. Grayscale: #626262. Windows color (decimal): -2615616 or 12588760. OLE color: 12588760.
HSL color Cylindrical-coordinate representation of color #D816C0: hue angle of 307.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816C0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 192 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.15 |
| HSL | 307.42º | 0.82% | 0.47% | - |
| HSV(B) | 307.42º | 0.9% | 0.85% | - |
| XYZ | 38.12 | 18.98 | 51.52 | - |
| YUV | 99.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 192 | 0 | 0.90 | 0.11 | 0.15 | 307.42 | 0.82 | 0.47 |
| Hex | D8 | 16 | C0 | 0 | 5A | B | F | 133 | 52 | 2F |
| Octal | 330 | 26 | 300 | 0 | 132 | 13 | 17 | 463 | 122 | 57 |
| Binary | 11011000 | 10110 | 11000000 | 0 | 1011010 | 1011 | 1111 | 100110011 | 1010010 | 101111 |
Color Harmonies of #D816C0
Complementary color
Monochromatic Colors of #D816C0
Black with #D816C0
Text Example
Text Example
White with #D816C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816C0; }
p { color: rgb(216,22,192); }
H1.HeaderClassName
{
color: #D816C0;
}
.AnyTagClassName
{
color: #D816C0;
}
</style>
background-color css
<style>
a { background-color: #D816C0; }
a { background-color: rgb(216,22,192); }
div.DivClassName
{
background-color: #D816C0;
}
.BgClassName
{
background-color: #D816C0;
}
</style>
border-color css
<style>
span { border-color: #D816C0; }
span { border-color: rgb(216,22,192); }
td.TdClassName
{
border-color: #D816C0;
}
.TagClassName
{
border-color: #D816C0;
}
</style>