Shades of Deep Magenta #DA11DB
Tints of Deep Magenta #DA11DB
RGB
CMYK
RGB Variations
Color information
#DA11DB (or 0xDA11DB) is known color: Deep Magenta. HEX triplet: DA, 11 and DB. RGB value is (218,17,219). Sum of RGB (Red+Green+Blue) = 218+17+219=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11DB is #25EE24. Grayscale: #636363. Windows color (decimal): -2485797 or 14356954. OLE color: 14356954.
HSL color Cylindrical-coordinate representation of color #DA11DB: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11DB is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 17 | 219 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.14 |
| HSL | 299.7º | 0.86% | 0.46% | - |
| HSV(B) | 299.7º | 0.92% | 0.86% | - |
| XYZ | 41.9 | 20.42 | 68.75 | - |
| YUV | 100.13 | 195.09 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 219 | 0.00 | 0.92 | 0 | 0.14 | 299.7 | 0.86 | 0.46 |
| Hex | DA | 11 | DB | 0 | 5C | 0 | E | 12C | 56 | 2E |
| Octal | 332 | 21 | 333 | 0 | 134 | 0 | 16 | 454 | 126 | 56 |
| Binary | 11011010 | 10001 | 11011011 | 0 | 1011100 | 0 | 1110 | 100101100 | 1010110 | 101110 |
Color Harmonies of #DA11DB
Complementary color
Monochromatic Colors of #DA11DB
Black with #DA11DB
Text Example
Text Example
White with #DA11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11DB; }
p { color: rgb(218,17,219); }
H1.HeaderClassName
{
color: #DA11DB;
}
.AnyTagClassName
{
color: #DA11DB;
}
</style>
background-color css
<style>
a { background-color: #DA11DB; }
a { background-color: rgb(218,17,219); }
div.DivClassName
{
background-color: #DA11DB;
}
.BgClassName
{
background-color: #DA11DB;
}
</style>
border-color css
<style>
span { border-color: #DA11DB; }
span { border-color: rgb(218,17,219); }
td.TdClassName
{
border-color: #DA11DB;
}
.TagClassName
{
border-color: #DA11DB;
}
</style>