Shades of Deep Magenta #D11EB8
Tints of Deep Magenta #D11EB8
RGB
CMYK
RGB Variations
Color information
#D11EB8 (or 0xD11EB8) is known color: Deep Magenta. HEX triplet: D1, 1E and B8. RGB value is (209,30,184). Sum of RGB (Red+Green+Blue) = 209+30+184=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EB8 is #2EE147. Grayscale: #646464. Windows color (decimal): -3072328 or 12066513. OLE color: 12066513.
HSL color Cylindrical-coordinate representation of color #D11EB8: hue angle of 308.38º 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 #D11EB8 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 184 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.18 |
| HSL | 308.38º | 0.75% | 0.47% | - |
| HSV(B) | 308.38º | 0.86% | 0.82% | - |
| XYZ | 35.41 | 17.94 | 46.94 | - |
| YUV | 101.08 | 174.8 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 184 | 0 | 0.86 | 0.12 | 0.18 | 308.38 | 0.75 | 0.47 |
| Hex | D1 | 1E | B8 | 0 | 56 | C | 12 | 134 | 4B | 2F |
| Octal | 321 | 36 | 270 | 0 | 126 | 14 | 22 | 464 | 113 | 57 |
| Binary | 11010001 | 11110 | 10111000 | 0 | 1010110 | 1100 | 10010 | 100110100 | 1001011 | 101111 |
Color Harmonies of #D11EB8
Complementary color
Monochromatic Colors of #D11EB8
Black with #D11EB8
Text Example
Text Example
White with #D11EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EB8; }
p { color: rgb(209,30,184); }
H1.HeaderClassName
{
color: #D11EB8;
}
.AnyTagClassName
{
color: #D11EB8;
}
</style>
background-color css
<style>
a { background-color: #D11EB8; }
a { background-color: rgb(209,30,184); }
div.DivClassName
{
background-color: #D11EB8;
}
.BgClassName
{
background-color: #D11EB8;
}
</style>
border-color css
<style>
span { border-color: #D11EB8; }
span { border-color: rgb(209,30,184); }
td.TdClassName
{
border-color: #D11EB8;
}
.TagClassName
{
border-color: #D11EB8;
}
</style>