Shades of Deep Magenta #D011E1
Tints of Deep Magenta #D011E1
RGB
CMYK
RGB Variations
Color information
#D011E1 (or 0xD011E1) is known color: Deep Magenta. HEX triplet: D0, 11 and E1. RGB value is (208,17,225). Sum of RGB (Red+Green+Blue) = 208+17+225=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #D011E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011E1 is #2FEE1E. Grayscale: #616161. Windows color (decimal): -3141151 or 14750160. OLE color: 14750160.
HSL color Cylindrical-coordinate representation of color #D011E1: hue angle of 295.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011E1 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 17 | 225 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.12 |
| HSL | 295.1º | 0.86% | 0.47% | - |
| HSV(B) | 295.1º | 0.92% | 0.88% | - |
| XYZ | 39.8 | 19.25 | 72.85 | - |
| YUV | 97.82 | 199.78 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 225 | 0.08 | 0.92 | 0 | 0.12 | 295.1 | 0.86 | 0.47 |
| Hex | D0 | 11 | E1 | 8 | 5C | 0 | C | 127 | 56 | 2F |
| Octal | 320 | 21 | 341 | 10 | 134 | 0 | 14 | 447 | 126 | 57 |
| Binary | 11010000 | 10001 | 11100001 | 1000 | 1011100 | 0 | 1100 | 100100111 | 1010110 | 101111 |
Color Harmonies of #D011E1
Complementary color
Monochromatic Colors of #D011E1
Black with #D011E1
Text Example
Text Example
White with #D011E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011E1; }
p { color: rgb(208,17,225); }
H1.HeaderClassName
{
color: #D011E1;
}
.AnyTagClassName
{
color: #D011E1;
}
</style>
background-color css
<style>
a { background-color: #D011E1; }
a { background-color: rgb(208,17,225); }
div.DivClassName
{
background-color: #D011E1;
}
.BgClassName
{
background-color: #D011E1;
}
</style>
border-color css
<style>
span { border-color: #D011E1; }
span { border-color: rgb(208,17,225); }
td.TdClassName
{
border-color: #D011E1;
}
.TagClassName
{
border-color: #D011E1;
}
</style>