Shades of Deep Magenta #D80ECA
Tints of Deep Magenta #D80ECA
RGB
CMYK
RGB Variations
Color information
#D80ECA (or 0xD80ECA) is known color: Deep Magenta. HEX triplet: D8, 0E and CA. RGB value is (216,14,202). Sum of RGB (Red+Green+Blue) = 216+14+202=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ECA is #27F135. Grayscale: #5F5F5F. Windows color (decimal): -2617654 or 13242072. OLE color: 13242072.
HSL color Cylindrical-coordinate representation of color #D80ECA: hue angle of 304.16º 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 #D80ECA is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 304.16º | 0.88% | 0.45% | - |
| HSV(B) | 304.16º | 0.94% | 0.85% | - |
| XYZ | 39.14 | 19.18 | 57.52 | - |
| YUV | 95.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 202 | 0 | 0.94 | 0.06 | 0.15 | 304.16 | 0.88 | 0.45 |
| Hex | D8 | E | CA | 0 | 5E | 6 | F | 130 | 58 | 2D |
| Octal | 330 | 16 | 312 | 0 | 136 | 6 | 17 | 460 | 130 | 55 |
| Binary | 11011000 | 1110 | 11001010 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011000 | 101101 |
Color Harmonies of #D80ECA
Complementary color
Monochromatic Colors of #D80ECA
Black with #D80ECA
Text Example
Text Example
White with #D80ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ECA; }
p { color: rgb(216,14,202); }
H1.HeaderClassName
{
color: #D80ECA;
}
.AnyTagClassName
{
color: #D80ECA;
}
</style>
background-color css
<style>
a { background-color: #D80ECA; }
a { background-color: rgb(216,14,202); }
div.DivClassName
{
background-color: #D80ECA;
}
.BgClassName
{
background-color: #D80ECA;
}
</style>
border-color css
<style>
span { border-color: #D80ECA; }
span { border-color: rgb(216,14,202); }
td.TdClassName
{
border-color: #D80ECA;
}
.TagClassName
{
border-color: #D80ECA;
}
</style>