Shades of Deep Magenta #D11EE0
Tints of Deep Magenta #D11EE0
RGB
CMYK
RGB Variations
Color information
#D11EE0 (or 0xD11EE0) is known color: Deep Magenta. HEX triplet: D1, 1E and E0. RGB value is (209,30,224). Sum of RGB (Red+Green+Blue) = 209+30+224=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #D11EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EE0 is #2EE11F. Grayscale: #696969. Windows color (decimal): -3072288 or 14687953. OLE color: 14687953.
HSL color Cylindrical-coordinate representation of color #D11EE0: hue angle of 295.36º 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 #D11EE0 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 30 | 224 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.12 |
| HSL | 295.36º | 0.76% | 0.5% | - |
| HSV(B) | 295.36º | 0.87% | 0.88% | - |
| XYZ | 40.21 | 19.87 | 72.24 | - |
| YUV | 105.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 224 | 0.07 | 0.87 | 0 | 0.12 | 295.36 | 0.76 | 0.5 |
| Hex | D1 | 1E | E0 | 7 | 57 | 0 | C | 127 | 4C | 32 |
| Octal | 321 | 36 | 340 | 7 | 127 | 0 | 14 | 447 | 114 | 62 |
| Binary | 11010001 | 11110 | 11100000 | 111 | 1010111 | 0 | 1100 | 100100111 | 1001100 | 110010 |
Color Harmonies of #D11EE0
Complementary color
Monochromatic Colors of #D11EE0
Black with #D11EE0
Text Example
Text Example
White with #D11EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EE0; }
p { color: rgb(209,30,224); }
H1.HeaderClassName
{
color: #D11EE0;
}
.AnyTagClassName
{
color: #D11EE0;
}
</style>
background-color css
<style>
a { background-color: #D11EE0; }
a { background-color: rgb(209,30,224); }
div.DivClassName
{
background-color: #D11EE0;
}
.BgClassName
{
background-color: #D11EE0;
}
</style>
border-color css
<style>
span { border-color: #D11EE0; }
span { border-color: rgb(209,30,224); }
td.TdClassName
{
border-color: #D11EE0;
}
.TagClassName
{
border-color: #D11EE0;
}
</style>