Shades of Deep Magenta #DF11DB
Tints of Deep Magenta #DF11DB
RGB
CMYK
RGB Variations
Color information
#DF11DB (or 0xDF11DB) is known color: Deep Magenta. HEX triplet: DF, 11 and DB. RGB value is (223,17,219). Sum of RGB (Red+Green+Blue) = 223+17+219=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11DB is #20EE24. Grayscale: #656565. Windows color (decimal): -2158117 or 14356959. OLE color: 14356959.
HSL color Cylindrical-coordinate representation of color #DF11DB: hue angle of 301.17º 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 #DF11DB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 219 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.13 |
| HSL | 301.17º | 0.86% | 0.47% | - |
| HSV(B) | 301.17º | 0.92% | 0.87% | - |
| XYZ | 43.42 | 21.2 | 68.82 | - |
| YUV | 101.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 219 | 0 | 0.92 | 0.02 | 0.13 | 301.17 | 0.86 | 0.47 |
| Hex | DF | 11 | DB | 0 | 5C | 2 | D | 12D | 56 | 2F |
| Octal | 337 | 21 | 333 | 0 | 134 | 2 | 15 | 455 | 126 | 57 |
| Binary | 11011111 | 10001 | 11011011 | 0 | 1011100 | 10 | 1101 | 100101101 | 1010110 | 101111 |
Color Harmonies of #DF11DB
Complementary color
Monochromatic Colors of #DF11DB
Black with #DF11DB
Text Example
Text Example
White with #DF11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11DB; }
p { color: rgb(223,17,219); }
H1.HeaderClassName
{
color: #DF11DB;
}
.AnyTagClassName
{
color: #DF11DB;
}
</style>
background-color css
<style>
a { background-color: #DF11DB; }
a { background-color: rgb(223,17,219); }
div.DivClassName
{
background-color: #DF11DB;
}
.BgClassName
{
background-color: #DF11DB;
}
</style>
border-color css
<style>
span { border-color: #DF11DB; }
span { border-color: rgb(223,17,219); }
td.TdClassName
{
border-color: #DF11DB;
}
.TagClassName
{
border-color: #DF11DB;
}
</style>