Shades of Deep Magenta #D11EB5
Tints of Deep Magenta #D11EB5
RGB
CMYK
RGB Variations
Color information
#D11EB5 (or 0xD11EB5) is known color: Deep Magenta. HEX triplet: D1, 1E and B5. RGB value is (209,30,181). Sum of RGB (Red+Green+Blue) = 209+30+181=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EB5 is #2EE14A. Grayscale: #646464. Windows color (decimal): -3072331 or 11869905. OLE color: 11869905.
HSL color Cylindrical-coordinate representation of color #D11EB5: hue angle of 309.39º 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 #D11EB5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 181 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.18 |
| HSL | 309.39º | 0.75% | 0.47% | - |
| HSV(B) | 309.39º | 0.86% | 0.82% | - |
| XYZ | 35.1 | 17.82 | 45.31 | - |
| YUV | 100.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 181 | 0 | 0.86 | 0.13 | 0.18 | 309.39 | 0.75 | 0.47 |
| Hex | D1 | 1E | B5 | 0 | 56 | D | 12 | 135 | 4B | 2F |
| Octal | 321 | 36 | 265 | 0 | 126 | 15 | 22 | 465 | 113 | 57 |
| Binary | 11010001 | 11110 | 10110101 | 0 | 1010110 | 1101 | 10010 | 100110101 | 1001011 | 101111 |
Color Harmonies of #D11EB5
Complementary color
Monochromatic Colors of #D11EB5
Black with #D11EB5
Text Example
Text Example
White with #D11EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EB5; }
p { color: rgb(209,30,181); }
H1.HeaderClassName
{
color: #D11EB5;
}
.AnyTagClassName
{
color: #D11EB5;
}
</style>
background-color css
<style>
a { background-color: #D11EB5; }
a { background-color: rgb(209,30,181); }
div.DivClassName
{
background-color: #D11EB5;
}
.BgClassName
{
background-color: #D11EB5;
}
</style>
border-color css
<style>
span { border-color: #D11EB5; }
span { border-color: rgb(209,30,181); }
td.TdClassName
{
border-color: #D11EB5;
}
.TagClassName
{
border-color: #D11EB5;
}
</style>