Shades of Deep Magenta #D80EC7
Tints of Deep Magenta #D80EC7
RGB
CMYK
RGB Variations
Color information
#D80EC7 (or 0xD80EC7) is known color: Deep Magenta. HEX triplet: D8, 0E and C7. RGB value is (216,14,199). Sum of RGB (Red+Green+Blue) = 216+14+199=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EC7 is #27F138. Grayscale: #5E5E5E. Windows color (decimal): -2617657 or 13045464. OLE color: 13045464.
HSL color Cylindrical-coordinate representation of color #D80EC7: hue angle of 305.05º 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 #D80EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.15 |
| HSL | 305.05º | 0.88% | 0.45% | - |
| HSV(B) | 305.05º | 0.94% | 0.85% | - |
| XYZ | 38.78 | 19.04 | 55.66 | - |
| YUV | 95.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 199 | 0 | 0.94 | 0.08 | 0.15 | 305.05 | 0.88 | 0.45 |
| Hex | D8 | E | C7 | 0 | 5E | 8 | F | 131 | 58 | 2D |
| Octal | 330 | 16 | 307 | 0 | 136 | 10 | 17 | 461 | 130 | 55 |
| Binary | 11011000 | 1110 | 11000111 | 0 | 1011110 | 1000 | 1111 | 100110001 | 1011000 | 101101 |
Color Harmonies of #D80EC7
Complementary color
Monochromatic Colors of #D80EC7
Black with #D80EC7
Text Example
Text Example
White with #D80EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80EC7; }
p { color: rgb(216,14,199); }
H1.HeaderClassName
{
color: #D80EC7;
}
.AnyTagClassName
{
color: #D80EC7;
}
</style>
background-color css
<style>
a { background-color: #D80EC7; }
a { background-color: rgb(216,14,199); }
div.DivClassName
{
background-color: #D80EC7;
}
.BgClassName
{
background-color: #D80EC7;
}
</style>
border-color css
<style>
span { border-color: #D80EC7; }
span { border-color: rgb(216,14,199); }
td.TdClassName
{
border-color: #D80EC7;
}
.TagClassName
{
border-color: #D80EC7;
}
</style>