Shades of Deep Magenta #D11EBC
Tints of Deep Magenta #D11EBC
RGB
CMYK
RGB Variations
Color information
#D11EBC (or 0xD11EBC) is known color: Deep Magenta. HEX triplet: D1, 1E and BC. RGB value is (209,30,188). Sum of RGB (Red+Green+Blue) = 209+30+188=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EBC is #2EE143. Grayscale: #656565. Windows color (decimal): -3072324 or 12328657. OLE color: 12328657.
HSL color Cylindrical-coordinate representation of color #D11EBC: hue angle of 307.04º 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 #D11EBC is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 188 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.18 |
| HSL | 307.04º | 0.75% | 0.47% | - |
| HSV(B) | 307.04º | 0.86% | 0.82% | - |
| XYZ | 35.84 | 18.11 | 49.18 | - |
| YUV | 101.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 188 | 0 | 0.86 | 0.10 | 0.18 | 307.04 | 0.75 | 0.47 |
| Hex | D1 | 1E | BC | 0 | 56 | A | 12 | 133 | 4B | 2F |
| Octal | 321 | 36 | 274 | 0 | 126 | 12 | 22 | 463 | 113 | 57 |
| Binary | 11010001 | 11110 | 10111100 | 0 | 1010110 | 1010 | 10010 | 100110011 | 1001011 | 101111 |
Color Harmonies of #D11EBC
Complementary color
Monochromatic Colors of #D11EBC
Black with #D11EBC
Text Example
Text Example
White with #D11EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EBC; }
p { color: rgb(209,30,188); }
H1.HeaderClassName
{
color: #D11EBC;
}
.AnyTagClassName
{
color: #D11EBC;
}
</style>
background-color css
<style>
a { background-color: #D11EBC; }
a { background-color: rgb(209,30,188); }
div.DivClassName
{
background-color: #D11EBC;
}
.BgClassName
{
background-color: #D11EBC;
}
</style>
border-color css
<style>
span { border-color: #D11EBC; }
span { border-color: rgb(209,30,188); }
td.TdClassName
{
border-color: #D11EBC;
}
.TagClassName
{
border-color: #D11EBC;
}
</style>