Shades of Deep Magenta #DE11DB
Tints of Deep Magenta #DE11DB
RGB
CMYK
RGB Variations
Color information
#DE11DB (or 0xDE11DB) is known color: Deep Magenta. HEX triplet: DE, 11 and DB. RGB value is (222,17,219). Sum of RGB (Red+Green+Blue) = 222+17+219=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE11DB is #21EE24. Grayscale: #646464. Windows color (decimal): -2223653 or 14356958. OLE color: 14356958.
HSL color Cylindrical-coordinate representation of color #DE11DB: hue angle of 300.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE11DB is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 219 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.13 |
| HSL | 300.88º | 0.86% | 0.47% | - |
| HSV(B) | 300.88º | 0.92% | 0.87% | - |
| XYZ | 43.11 | 21.04 | 68.81 | - |
| YUV | 101.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 219 | 0 | 0.92 | 0.01 | 0.13 | 300.88 | 0.86 | 0.47 |
| Hex | DE | 11 | DB | 0 | 5C | 1 | D | 12D | 56 | 2F |
| Octal | 336 | 21 | 333 | 0 | 134 | 1 | 15 | 455 | 126 | 57 |
| Binary | 11011110 | 10001 | 11011011 | 0 | 1011100 | 1 | 1101 | 100101101 | 1010110 | 101111 |
Color Harmonies of #DE11DB
Complementary color
Monochromatic Colors of #DE11DB
Black with #DE11DB
Text Example
Text Example
White with #DE11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE11DB; }
p { color: rgb(222,17,219); }
H1.HeaderClassName
{
color: #DE11DB;
}
.AnyTagClassName
{
color: #DE11DB;
}
</style>
background-color css
<style>
a { background-color: #DE11DB; }
a { background-color: rgb(222,17,219); }
div.DivClassName
{
background-color: #DE11DB;
}
.BgClassName
{
background-color: #DE11DB;
}
</style>
border-color css
<style>
span { border-color: #DE11DB; }
span { border-color: rgb(222,17,219); }
td.TdClassName
{
border-color: #DE11DB;
}
.TagClassName
{
border-color: #DE11DB;
}
</style>