Shades of Deep Magenta #D80EDD
Tints of Deep Magenta #D80EDD
RGB
CMYK
RGB Variations
Color information
#D80EDD (or 0xD80EDD) is known color: Deep Magenta. HEX triplet: D8, 0E and DD. RGB value is (216,14,221). Sum of RGB (Red+Green+Blue) = 216+14+221=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #D80EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EDD is #27F122. Grayscale: #616161. Windows color (decimal): -2617635 or 14487256. OLE color: 14487256.
HSL color Cylindrical-coordinate representation of color #D80EDD: hue angle of 298.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EDD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 14 | 221 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.55º | 0.88% | 0.46% | - |
| HSV(B) | 298.55º | 0.94% | 0.87% | - |
| XYZ | 41.53 | 20.13 | 70.1 | - |
| YUV | 98 | 197.42 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 221 | 0.02 | 0.94 | 0 | 0.13 | 298.55 | 0.88 | 0.46 |
| Hex | D8 | E | DD | 2 | 5E | 0 | D | 12B | 58 | 2E |
| Octal | 330 | 16 | 335 | 2 | 136 | 0 | 15 | 453 | 130 | 56 |
| Binary | 11011000 | 1110 | 11011101 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011000 | 101110 |
Color Harmonies of #D80EDD
Complementary color
Monochromatic Colors of #D80EDD
Black with #D80EDD
Text Example
Text Example
White with #D80EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EDD; }
p { color: rgb(216,14,221); }
H1.HeaderClassName
{
color: #D80EDD;
}
.AnyTagClassName
{
color: #D80EDD;
}
</style>
background-color css
<style>
a { background-color: #D80EDD; }
a { background-color: rgb(216,14,221); }
div.DivClassName
{
background-color: #D80EDD;
}
.BgClassName
{
background-color: #D80EDD;
}
</style>
border-color css
<style>
span { border-color: #D80EDD; }
span { border-color: rgb(216,14,221); }
td.TdClassName
{
border-color: #D80EDD;
}
.TagClassName
{
border-color: #D80EDD;
}
</style>