Shades of Deep Magenta #D11EB1
Tints of Deep Magenta #D11EB1
RGB
CMYK
RGB Variations
Color information
#D11EB1 (or 0xD11EB1) is known color: Deep Magenta. HEX triplet: D1, 1E and B1. RGB value is (209,30,177). Sum of RGB (Red+Green+Blue) = 209+30+177=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11EB1 is #2EE14E. Grayscale: #636363. Windows color (decimal): -3072335 or 11607761. OLE color: 11607761.
HSL color Cylindrical-coordinate representation of color #D11EB1: hue angle of 310.73º 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 #D11EB1 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 177 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.18 |
| HSL | 310.73º | 0.75% | 0.47% | - |
| HSV(B) | 310.73º | 0.86% | 0.82% | - |
| XYZ | 34.69 | 17.66 | 43.17 | - |
| YUV | 100.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 177 | 0 | 0.86 | 0.15 | 0.18 | 310.73 | 0.75 | 0.47 |
| Hex | D1 | 1E | B1 | 0 | 56 | F | 12 | 137 | 4B | 2F |
| Octal | 321 | 36 | 261 | 0 | 126 | 17 | 22 | 467 | 113 | 57 |
| Binary | 11010001 | 11110 | 10110001 | 0 | 1010110 | 1111 | 10010 | 100110111 | 1001011 | 101111 |
Color Harmonies of #D11EB1
Complementary color
Monochromatic Colors of #D11EB1
Black with #D11EB1
Text Example
Text Example
White with #D11EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EB1; }
p { color: rgb(209,30,177); }
H1.HeaderClassName
{
color: #D11EB1;
}
.AnyTagClassName
{
color: #D11EB1;
}
</style>
background-color css
<style>
a { background-color: #D11EB1; }
a { background-color: rgb(209,30,177); }
div.DivClassName
{
background-color: #D11EB1;
}
.BgClassName
{
background-color: #D11EB1;
}
</style>
border-color css
<style>
span { border-color: #D11EB1; }
span { border-color: rgb(209,30,177); }
td.TdClassName
{
border-color: #D11EB1;
}
.TagClassName
{
border-color: #D11EB1;
}
</style>