Shades of Deep Magenta #D016C8
Tints of Deep Magenta #D016C8
RGB
CMYK
RGB Variations
Color information
#D016C8 (or 0xD016C8) is known color: Deep Magenta. HEX triplet: D0, 16 and C8. RGB value is (208,22,200). Sum of RGB (Red+Green+Blue) = 208+22+200=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D016C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016C8 is #2FE937. Grayscale: #616161. Windows color (decimal): -3139896 or 13113040. OLE color: 13113040.
HSL color Cylindrical-coordinate representation of color #D016C8: hue angle of 302.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D016C8 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 200 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.18 |
| HSL | 302.58º | 0.81% | 0.45% | - |
| HSV(B) | 302.58º | 0.89% | 0.82% | - |
| XYZ | 36.72 | 18.15 | 56.21 | - |
| YUV | 97.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 200 | 0 | 0.89 | 0.04 | 0.18 | 302.58 | 0.81 | 0.45 |
| Hex | D0 | 16 | C8 | 0 | 59 | 4 | 12 | 12F | 51 | 2D |
| Octal | 320 | 26 | 310 | 0 | 131 | 4 | 22 | 457 | 121 | 55 |
| Binary | 11010000 | 10110 | 11001000 | 0 | 1011001 | 100 | 10010 | 100101111 | 1010001 | 101101 |
Color Harmonies of #D016C8
Complementary color
Monochromatic Colors of #D016C8
Black with #D016C8
Text Example
Text Example
White with #D016C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016C8; }
p { color: rgb(208,22,200); }
H1.HeaderClassName
{
color: #D016C8;
}
.AnyTagClassName
{
color: #D016C8;
}
</style>
background-color css
<style>
a { background-color: #D016C8; }
a { background-color: rgb(208,22,200); }
div.DivClassName
{
background-color: #D016C8;
}
.BgClassName
{
background-color: #D016C8;
}
</style>
border-color css
<style>
span { border-color: #D016C8; }
span { border-color: rgb(208,22,200); }
td.TdClassName
{
border-color: #D016C8;
}
.TagClassName
{
border-color: #D016C8;
}
</style>