Shades of Deep Magenta #D11EE5
Tints of Deep Magenta #D11EE5
RGB
CMYK
RGB Variations
Color information
#D11EE5 (or 0xD11EE5) is known color: Deep Magenta. HEX triplet: D1, 1E and E5. RGB value is (209,30,229). Sum of RGB (Red+Green+Blue) = 209+30+229=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #D11EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EE5 is #2EE11A. Grayscale: #696969. Windows color (decimal): -3072283 or 15015633. OLE color: 15015633.
HSL color Cylindrical-coordinate representation of color #D11EE5: hue angle of 293.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EE5 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 30 | 229 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.10 |
| HSL | 293.97º | 0.79% | 0.51% | - |
| HSV(B) | 293.97º | 0.87% | 0.9% | - |
| XYZ | 40.9 | 20.14 | 75.86 | - |
| YUV | 106.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 229 | 0.09 | 0.87 | 0 | 0.10 | 293.97 | 0.79 | 0.51 |
| Hex | D1 | 1E | E5 | 9 | 57 | 0 | A | 126 | 4F | 33 |
| Octal | 321 | 36 | 345 | 11 | 127 | 0 | 12 | 446 | 117 | 63 |
| Binary | 11010001 | 11110 | 11100101 | 1001 | 1010111 | 0 | 1010 | 100100110 | 1001111 | 110011 |
Color Harmonies of #D11EE5
Complementary color
Monochromatic Colors of #D11EE5
Black with #D11EE5
Text Example
Text Example
White with #D11EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EE5; }
p { color: rgb(209,30,229); }
H1.HeaderClassName
{
color: #D11EE5;
}
.AnyTagClassName
{
color: #D11EE5;
}
</style>
background-color css
<style>
a { background-color: #D11EE5; }
a { background-color: rgb(209,30,229); }
div.DivClassName
{
background-color: #D11EE5;
}
.BgClassName
{
background-color: #D11EE5;
}
</style>
border-color css
<style>
span { border-color: #D11EE5; }
span { border-color: rgb(209,30,229); }
td.TdClassName
{
border-color: #D11EE5;
}
.TagClassName
{
border-color: #D11EE5;
}
</style>