Shades of Deep Magenta #D00ECB
Tints of Deep Magenta #D00ECB
RGB
CMYK
RGB Variations
Color information
#D00ECB (or 0xD00ECB) is known color: Deep Magenta. HEX triplet: D0, 0E and CB. RGB value is (208,14,203). Sum of RGB (Red+Green+Blue) = 208+14+203=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ECB is #2FF134. Grayscale: #5C5C5C. Windows color (decimal): -3141941 or 13307600. OLE color: 13307600.
HSL color Cylindrical-coordinate representation of color #D00ECB: hue angle of 301.55º 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 #D00ECB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 203 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.18 |
| HSL | 301.55º | 0.87% | 0.44% | - |
| HSV(B) | 301.55º | 0.93% | 0.82% | - |
| XYZ | 36.95 | 18.04 | 58.03 | - |
| YUV | 93.55 | 189.77 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 203 | 0 | 0.93 | 0.02 | 0.18 | 301.55 | 0.87 | 0.44 |
| Hex | D0 | E | CB | 0 | 5D | 2 | 12 | 12E | 57 | 2C |
| Octal | 320 | 16 | 313 | 0 | 135 | 2 | 22 | 456 | 127 | 54 |
| Binary | 11010000 | 1110 | 11001011 | 0 | 1011101 | 10 | 10010 | 100101110 | 1010111 | 101100 |
Color Harmonies of #D00ECB
Complementary color
Monochromatic Colors of #D00ECB
Black with #D00ECB
Text Example
Text Example
White with #D00ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ECB; }
p { color: rgb(208,14,203); }
H1.HeaderClassName
{
color: #D00ECB;
}
.AnyTagClassName
{
color: #D00ECB;
}
</style>
background-color css
<style>
a { background-color: #D00ECB; }
a { background-color: rgb(208,14,203); }
div.DivClassName
{
background-color: #D00ECB;
}
.BgClassName
{
background-color: #D00ECB;
}
</style>
border-color css
<style>
span { border-color: #D00ECB; }
span { border-color: rgb(208,14,203); }
td.TdClassName
{
border-color: #D00ECB;
}
.TagClassName
{
border-color: #D00ECB;
}
</style>