Shades of Deep Magenta #D11EDB
Tints of Deep Magenta #D11EDB
RGB
CMYK
RGB Variations
Color information
#D11EDB (or 0xD11EDB) is known color: Deep Magenta. HEX triplet: D1, 1E and DB. RGB value is (209,30,219). Sum of RGB (Red+Green+Blue) = 209+30+219=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #D11EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EDB is #2EE124. Grayscale: #686868. Windows color (decimal): -3072293 or 14360273. OLE color: 14360273.
HSL color Cylindrical-coordinate representation of color #D11EDB: hue angle of 296.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11EDB is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 30 | 219 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.14 |
| HSL | 296.83º | 0.76% | 0.49% | - |
| HSV(B) | 296.83º | 0.86% | 0.86% | - |
| XYZ | 39.54 | 19.6 | 68.72 | - |
| YUV | 105.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 219 | 0.05 | 0.86 | 0 | 0.14 | 296.83 | 0.76 | 0.49 |
| Hex | D1 | 1E | DB | 5 | 56 | 0 | E | 129 | 4C | 31 |
| Octal | 321 | 36 | 333 | 5 | 126 | 0 | 16 | 451 | 114 | 61 |
| Binary | 11010001 | 11110 | 11011011 | 101 | 1010110 | 0 | 1110 | 100101001 | 1001100 | 110001 |
Color Harmonies of #D11EDB
Complementary color
Monochromatic Colors of #D11EDB
Black with #D11EDB
Text Example
Text Example
White with #D11EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EDB; }
p { color: rgb(209,30,219); }
H1.HeaderClassName
{
color: #D11EDB;
}
.AnyTagClassName
{
color: #D11EDB;
}
</style>
background-color css
<style>
a { background-color: #D11EDB; }
a { background-color: rgb(209,30,219); }
div.DivClassName
{
background-color: #D11EDB;
}
.BgClassName
{
background-color: #D11EDB;
}
</style>
border-color css
<style>
span { border-color: #D11EDB; }
span { border-color: rgb(209,30,219); }
td.TdClassName
{
border-color: #D11EDB;
}
.TagClassName
{
border-color: #D11EDB;
}
</style>