Shades of Deep Magenta #D01EE1
Tints of Deep Magenta #D01EE1
RGB
CMYK
RGB Variations
Color information
#D01EE1 (or 0xD01EE1) is known color: Deep Magenta. HEX triplet: D0, 1E and E1. RGB value is (208,30,225). Sum of RGB (Red+Green+Blue) = 208+30+225=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #D01EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01EE1 is #2FE11E. Grayscale: #686868. Windows color (decimal): -3137823 or 14753488. OLE color: 14753488.
HSL color Cylindrical-coordinate representation of color #D01EE1: hue angle of 294.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01EE1 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 30 | 225 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.12 |
| HSL | 294.77º | 0.76% | 0.5% | - |
| HSV(B) | 294.77º | 0.87% | 0.88% | - |
| XYZ | 40.07 | 19.77 | 72.94 | - |
| YUV | 105.45 | 195.47 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 225 | 0.08 | 0.87 | 0 | 0.12 | 294.77 | 0.76 | 0.5 |
| Hex | D0 | 1E | E1 | 8 | 57 | 0 | C | 127 | 4C | 32 |
| Octal | 320 | 36 | 341 | 10 | 127 | 0 | 14 | 447 | 114 | 62 |
| Binary | 11010000 | 11110 | 11100001 | 1000 | 1010111 | 0 | 1100 | 100100111 | 1001100 | 110010 |
Color Harmonies of #D01EE1
Complementary color
Monochromatic Colors of #D01EE1
Black with #D01EE1
Text Example
Text Example
White with #D01EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01EE1; }
p { color: rgb(208,30,225); }
H1.HeaderClassName
{
color: #D01EE1;
}
.AnyTagClassName
{
color: #D01EE1;
}
</style>
background-color css
<style>
a { background-color: #D01EE1; }
a { background-color: rgb(208,30,225); }
div.DivClassName
{
background-color: #D01EE1;
}
.BgClassName
{
background-color: #D01EE1;
}
</style>
border-color css
<style>
span { border-color: #D01EE1; }
span { border-color: rgb(208,30,225); }
td.TdClassName
{
border-color: #D01EE1;
}
.TagClassName
{
border-color: #D01EE1;
}
</style>