Shades of Deep Magenta #D80ECE
Tints of Deep Magenta #D80ECE
RGB
CMYK
RGB Variations
Color information
#D80ECE (or 0xD80ECE) is known color: Deep Magenta. HEX triplet: D8, 0E and CE. RGB value is (216,14,206). Sum of RGB (Red+Green+Blue) = 216+14+206=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ECE is #27F131. Grayscale: #5F5F5F. Windows color (decimal): -2617650 or 13504216. OLE color: 13504216.
HSL color Cylindrical-coordinate representation of color #D80ECE: hue angle of 302.97º 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 #D80ECE is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.15 |
| HSL | 302.97º | 0.88% | 0.45% | - |
| HSV(B) | 302.97º | 0.94% | 0.85% | - |
| XYZ | 39.62 | 19.37 | 60.04 | - |
| YUV | 96.29 | 189.92 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 206 | 0 | 0.94 | 0.05 | 0.15 | 302.97 | 0.88 | 0.45 |
| Hex | D8 | E | CE | 0 | 5E | 5 | F | 12F | 58 | 2D |
| Octal | 330 | 16 | 316 | 0 | 136 | 5 | 17 | 457 | 130 | 55 |
| Binary | 11011000 | 1110 | 11001110 | 0 | 1011110 | 101 | 1111 | 100101111 | 1011000 | 101101 |
Color Harmonies of #D80ECE
Complementary color
Monochromatic Colors of #D80ECE
Black with #D80ECE
Text Example
Text Example
White with #D80ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ECE; }
p { color: rgb(216,14,206); }
H1.HeaderClassName
{
color: #D80ECE;
}
.AnyTagClassName
{
color: #D80ECE;
}
</style>
background-color css
<style>
a { background-color: #D80ECE; }
a { background-color: rgb(216,14,206); }
div.DivClassName
{
background-color: #D80ECE;
}
.BgClassName
{
background-color: #D80ECE;
}
</style>
border-color css
<style>
span { border-color: #D80ECE; }
span { border-color: rgb(216,14,206); }
td.TdClassName
{
border-color: #D80ECE;
}
.TagClassName
{
border-color: #D80ECE;
}
</style>