Shades of Deep Magenta #D80EC8
Tints of Deep Magenta #D80EC8
RGB
CMYK
RGB Variations
Color information
#D80EC8 (or 0xD80EC8) is known color: Deep Magenta. HEX triplet: D8, 0E and C8. RGB value is (216,14,200). Sum of RGB (Red+Green+Blue) = 216+14+200=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EC8 is #27F137. Grayscale: #5F5F5F. Windows color (decimal): -2617656 or 13111000. OLE color: 13111000.
HSL color Cylindrical-coordinate representation of color #D80EC8: hue angle of 304.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 200 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.15 |
| HSL | 304.75º | 0.88% | 0.45% | - |
| HSV(B) | 304.75º | 0.94% | 0.85% | - |
| XYZ | 38.9 | 19.08 | 56.28 | - |
| YUV | 95.6 | 186.92 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 200 | 0 | 0.94 | 0.07 | 0.15 | 304.75 | 0.88 | 0.45 |
| Hex | D8 | E | C8 | 0 | 5E | 7 | F | 131 | 58 | 2D |
| Octal | 330 | 16 | 310 | 0 | 136 | 7 | 17 | 461 | 130 | 55 |
| Binary | 11011000 | 1110 | 11001000 | 0 | 1011110 | 111 | 1111 | 100110001 | 1011000 | 101101 |
Color Harmonies of #D80EC8
Complementary color
Monochromatic Colors of #D80EC8
Black with #D80EC8
Text Example
Text Example
White with #D80EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EC8; }
p { color: rgb(216,14,200); }
H1.HeaderClassName
{
color: #D80EC8;
}
.AnyTagClassName
{
color: #D80EC8;
}
</style>
background-color css
<style>
a { background-color: #D80EC8; }
a { background-color: rgb(216,14,200); }
div.DivClassName
{
background-color: #D80EC8;
}
.BgClassName
{
background-color: #D80EC8;
}
</style>
border-color css
<style>
span { border-color: #D80EC8; }
span { border-color: rgb(216,14,200); }
td.TdClassName
{
border-color: #D80EC8;
}
.TagClassName
{
border-color: #D80EC8;
}
</style>