Shades of Deep Magenta #D01EC0
Tints of Deep Magenta #D01EC0
RGB
CMYK
RGB Variations
Color information
#D01EC0 (or 0xD01EC0) is known color: Deep Magenta. HEX triplet: D0, 1E and C0. RGB value is (208,30,192). Sum of RGB (Red+Green+Blue) = 208+30+192=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EC0 is #2FE13F. Grayscale: #656565. Windows color (decimal): -3137856 or 12590800. OLE color: 12590800.
HSL color Cylindrical-coordinate representation of color #D01EC0: hue angle of 305.39º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01EC0 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 192 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.18 |
| HSL | 305.39º | 0.75% | 0.47% | - |
| HSV(B) | 305.39º | 0.86% | 0.82% | - |
| XYZ | 35.99 | 18.14 | 51.47 | - |
| YUV | 101.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 192 | 0 | 0.86 | 0.08 | 0.18 | 305.39 | 0.75 | 0.47 |
| Hex | D0 | 1E | C0 | 0 | 56 | 8 | 12 | 131 | 4B | 2F |
| Octal | 320 | 36 | 300 | 0 | 126 | 10 | 22 | 461 | 113 | 57 |
| Binary | 11010000 | 11110 | 11000000 | 0 | 1010110 | 1000 | 10010 | 100110001 | 1001011 | 101111 |
Color Harmonies of #D01EC0
Complementary color
Monochromatic Colors of #D01EC0
Black with #D01EC0
Text Example
Text Example
White with #D01EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EC0; }
p { color: rgb(208,30,192); }
H1.HeaderClassName
{
color: #D01EC0;
}
.AnyTagClassName
{
color: #D01EC0;
}
</style>
background-color css
<style>
a { background-color: #D01EC0; }
a { background-color: rgb(208,30,192); }
div.DivClassName
{
background-color: #D01EC0;
}
.BgClassName
{
background-color: #D01EC0;
}
</style>
border-color css
<style>
span { border-color: #D01EC0; }
span { border-color: rgb(208,30,192); }
td.TdClassName
{
border-color: #D01EC0;
}
.TagClassName
{
border-color: #D01EC0;
}
</style>