Shades of Deep Magenta #D80ED0
Tints of Deep Magenta #D80ED0
RGB
CMYK
RGB Variations
Color information
#D80ED0 (or 0xD80ED0) is known color: Deep Magenta. HEX triplet: D8, 0E and D0. RGB value is (216,14,208). Sum of RGB (Red+Green+Blue) = 216+14+208=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ED0 is #27F12F. Grayscale: #5F5F5F. Windows color (decimal): -2617648 or 13635288. OLE color: 13635288.
HSL color Cylindrical-coordinate representation of color #D80ED0: hue angle of 302.38º 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 #D80ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.15 |
| HSL | 302.38º | 0.88% | 0.45% | - |
| HSV(B) | 302.38º | 0.94% | 0.85% | - |
| XYZ | 39.86 | 19.47 | 61.33 | - |
| YUV | 96.51 | 190.92 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 208 | 0 | 0.94 | 0.04 | 0.15 | 302.38 | 0.88 | 0.45 |
| Hex | D8 | E | D0 | 0 | 5E | 4 | F | 12E | 58 | 2D |
| Octal | 330 | 16 | 320 | 0 | 136 | 4 | 17 | 456 | 130 | 55 |
| Binary | 11011000 | 1110 | 11010000 | 0 | 1011110 | 100 | 1111 | 100101110 | 1011000 | 101101 |
Color Harmonies of #D80ED0
Complementary color
Monochromatic Colors of #D80ED0
Black with #D80ED0
Text Example
Text Example
White with #D80ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ED0; }
p { color: rgb(216,14,208); }
H1.HeaderClassName
{
color: #D80ED0;
}
.AnyTagClassName
{
color: #D80ED0;
}
</style>
background-color css
<style>
a { background-color: #D80ED0; }
a { background-color: rgb(216,14,208); }
div.DivClassName
{
background-color: #D80ED0;
}
.BgClassName
{
background-color: #D80ED0;
}
</style>
border-color css
<style>
span { border-color: #D80ED0; }
span { border-color: rgb(216,14,208); }
td.TdClassName
{
border-color: #D80ED0;
}
.TagClassName
{
border-color: #D80ED0;
}
</style>