Shades of Deep Magenta #D01EC1
Tints of Deep Magenta #D01EC1
RGB
CMYK
RGB Variations
Color information
#D01EC1 (or 0xD01EC1) is known color: Deep Magenta. HEX triplet: D0, 1E and C1. RGB value is (208,30,193). Sum of RGB (Red+Green+Blue) = 208+30+193=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D01EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EC1 is #2FE13E. Grayscale: #656565. Windows color (decimal): -3137855 or 12656336. OLE color: 12656336.
HSL color Cylindrical-coordinate representation of color #D01EC1: hue angle of 305.06º 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 #D01EC1 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 193 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.18 |
| HSL | 305.06º | 0.75% | 0.47% | - |
| HSV(B) | 305.06º | 0.86% | 0.82% | - |
| XYZ | 36.1 | 18.19 | 52.06 | - |
| YUV | 101.8 | 179.47 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 193 | 0 | 0.86 | 0.07 | 0.18 | 305.06 | 0.75 | 0.47 |
| Hex | D0 | 1E | C1 | 0 | 56 | 7 | 12 | 131 | 4B | 2F |
| Octal | 320 | 36 | 301 | 0 | 126 | 7 | 22 | 461 | 113 | 57 |
| Binary | 11010000 | 11110 | 11000001 | 0 | 1010110 | 111 | 10010 | 100110001 | 1001011 | 101111 |
Color Harmonies of #D01EC1
Complementary color
Monochromatic Colors of #D01EC1
Black with #D01EC1
Text Example
Text Example
White with #D01EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EC1; }
p { color: rgb(208,30,193); }
H1.HeaderClassName
{
color: #D01EC1;
}
.AnyTagClassName
{
color: #D01EC1;
}
</style>
background-color css
<style>
a { background-color: #D01EC1; }
a { background-color: rgb(208,30,193); }
div.DivClassName
{
background-color: #D01EC1;
}
.BgClassName
{
background-color: #D01EC1;
}
</style>
border-color css
<style>
span { border-color: #D01EC1; }
span { border-color: rgb(208,30,193); }
td.TdClassName
{
border-color: #D01EC1;
}
.TagClassName
{
border-color: #D01EC1;
}
</style>