Shades of Deep Magenta #D00EC4
Tints of Deep Magenta #D00EC4
RGB
CMYK
RGB Variations
Color information
#D00EC4 (or 0xD00EC4) is known color: Deep Magenta. HEX triplet: D0, 0E and C4. RGB value is (208,14,196). Sum of RGB (Red+Green+Blue) = 208+14+196=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D00EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00EC4 is #2FF13B. Grayscale: #5C5C5C. Windows color (decimal): -3141948 or 12848848. OLE color: 12848848.
HSL color Cylindrical-coordinate representation of color #D00EC4: hue angle of 303.71º 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 #D00EC4 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 196 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.18 |
| HSL | 303.71º | 0.87% | 0.44% | - |
| HSV(B) | 303.71º | 0.93% | 0.82% | - |
| XYZ | 36.13 | 17.71 | 53.74 | - |
| YUV | 92.75 | 186.27 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 196 | 0 | 0.93 | 0.06 | 0.18 | 303.71 | 0.87 | 0.44 |
| Hex | D0 | E | C4 | 0 | 5D | 6 | 12 | 130 | 57 | 2C |
| Octal | 320 | 16 | 304 | 0 | 135 | 6 | 22 | 460 | 127 | 54 |
| Binary | 11010000 | 1110 | 11000100 | 0 | 1011101 | 110 | 10010 | 100110000 | 1010111 | 101100 |
Color Harmonies of #D00EC4
Complementary color
Monochromatic Colors of #D00EC4
Black with #D00EC4
Text Example
Text Example
White with #D00EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00EC4; }
p { color: rgb(208,14,196); }
H1.HeaderClassName
{
color: #D00EC4;
}
.AnyTagClassName
{
color: #D00EC4;
}
</style>
background-color css
<style>
a { background-color: #D00EC4; }
a { background-color: rgb(208,14,196); }
div.DivClassName
{
background-color: #D00EC4;
}
.BgClassName
{
background-color: #D00EC4;
}
</style>
border-color css
<style>
span { border-color: #D00EC4; }
span { border-color: rgb(208,14,196); }
td.TdClassName
{
border-color: #D00EC4;
}
.TagClassName
{
border-color: #D00EC4;
}
</style>