Shades of Deep Magenta #D00ECE
Tints of Deep Magenta #D00ECE
RGB
CMYK
RGB Variations
Color information
#D00ECE (or 0xD00ECE) is known color: Deep Magenta. HEX triplet: D0, 0E and CE. RGB value is (208,14,206). Sum of RGB (Red+Green+Blue) = 208+14+206=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ECE is #2FF131. Grayscale: #5D5D5D. Windows color (decimal): -3141938 or 13504208. OLE color: 13504208.
HSL color Cylindrical-coordinate representation of color #D00ECE: hue angle of 300.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00ECE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 206 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.18 |
| HSL | 300.62º | 0.87% | 0.44% | - |
| HSV(B) | 300.62º | 0.93% | 0.82% | - |
| XYZ | 37.31 | 18.18 | 59.94 | - |
| YUV | 93.89 | 191.27 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 206 | 0 | 0.93 | 0.01 | 0.18 | 300.62 | 0.87 | 0.44 |
| Hex | D0 | E | CE | 0 | 5D | 1 | 12 | 12D | 57 | 2C |
| Octal | 320 | 16 | 316 | 0 | 135 | 1 | 22 | 455 | 127 | 54 |
| Binary | 11010000 | 1110 | 11001110 | 0 | 1011101 | 1 | 10010 | 100101101 | 1010111 | 101100 |
Color Harmonies of #D00ECE
Complementary color
Monochromatic Colors of #D00ECE
Black with #D00ECE
Text Example
Text Example
White with #D00ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ECE; }
p { color: rgb(208,14,206); }
H1.HeaderClassName
{
color: #D00ECE;
}
.AnyTagClassName
{
color: #D00ECE;
}
</style>
background-color css
<style>
a { background-color: #D00ECE; }
a { background-color: rgb(208,14,206); }
div.DivClassName
{
background-color: #D00ECE;
}
.BgClassName
{
background-color: #D00ECE;
}
</style>
border-color css
<style>
span { border-color: #D00ECE; }
span { border-color: rgb(208,14,206); }
td.TdClassName
{
border-color: #D00ECE;
}
.TagClassName
{
border-color: #D00ECE;
}
</style>