Shades of Deep Magenta #D816C2
Tints of Deep Magenta #D816C2
RGB
CMYK
RGB Variations
Color information
#D816C2 (or 0xD816C2) is known color: Deep Magenta. HEX triplet: D8, 16 and C2. RGB value is (216,22,194). Sum of RGB (Red+Green+Blue) = 216+22+194=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D816C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816C2 is #27E93D. Grayscale: #636363. Windows color (decimal): -2615614 or 12719832. OLE color: 12719832.
HSL color Cylindrical-coordinate representation of color #D816C2: hue angle of 306.8º 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 #D816C2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 194 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.15 |
| HSL | 306.8º | 0.82% | 0.47% | - |
| HSV(B) | 306.8º | 0.9% | 0.85% | - |
| XYZ | 38.34 | 19.07 | 52.7 | - |
| YUV | 99.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 194 | 0 | 0.90 | 0.10 | 0.15 | 306.8 | 0.82 | 0.47 |
| Hex | D8 | 16 | C2 | 0 | 5A | A | F | 133 | 52 | 2F |
| Octal | 330 | 26 | 302 | 0 | 132 | 12 | 17 | 463 | 122 | 57 |
| Binary | 11011000 | 10110 | 11000010 | 0 | 1011010 | 1010 | 1111 | 100110011 | 1010010 | 101111 |
Color Harmonies of #D816C2
Complementary color
Monochromatic Colors of #D816C2
Black with #D816C2
Text Example
Text Example
White with #D816C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816C2; }
p { color: rgb(216,22,194); }
H1.HeaderClassName
{
color: #D816C2;
}
.AnyTagClassName
{
color: #D816C2;
}
</style>
background-color css
<style>
a { background-color: #D816C2; }
a { background-color: rgb(216,22,194); }
div.DivClassName
{
background-color: #D816C2;
}
.BgClassName
{
background-color: #D816C2;
}
</style>
border-color css
<style>
span { border-color: #D816C2; }
span { border-color: rgb(216,22,194); }
td.TdClassName
{
border-color: #D816C2;
}
.TagClassName
{
border-color: #D816C2;
}
</style>