Shades of Deep Magenta #DA0EDB
Tints of Deep Magenta #DA0EDB
RGB
CMYK
RGB Variations
Color information
#DA0EDB (or 0xDA0EDB) is known color: Deep Magenta. HEX triplet: DA, 0E and DB. RGB value is (218,14,219). Sum of RGB (Red+Green+Blue) = 218+14+219=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EDB is #25F124. Grayscale: #616161. Windows color (decimal): -2486565 or 14356186. OLE color: 14356186.
HSL color Cylindrical-coordinate representation of color #DA0EDB: hue angle of 299.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EDB is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 14 | 219 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.14 |
| HSL | 299.71º | 0.88% | 0.46% | - |
| HSV(B) | 299.71º | 0.94% | 0.86% | - |
| XYZ | 41.86 | 20.33 | 68.74 | - |
| YUV | 98.37 | 196.09 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 219 | 0.00 | 0.94 | 0 | 0.14 | 299.71 | 0.88 | 0.46 |
| Hex | DA | E | DB | 0 | 5E | 0 | E | 12C | 58 | 2E |
| Octal | 332 | 16 | 333 | 0 | 136 | 0 | 16 | 454 | 130 | 56 |
| Binary | 11011010 | 1110 | 11011011 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DA0EDB
Complementary color
Monochromatic Colors of #DA0EDB
Black with #DA0EDB
Text Example
Text Example
White with #DA0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EDB; }
p { color: rgb(218,14,219); }
H1.HeaderClassName
{
color: #DA0EDB;
}
.AnyTagClassName
{
color: #DA0EDB;
}
</style>
background-color css
<style>
a { background-color: #DA0EDB; }
a { background-color: rgb(218,14,219); }
div.DivClassName
{
background-color: #DA0EDB;
}
.BgClassName
{
background-color: #DA0EDB;
}
</style>
border-color css
<style>
span { border-color: #DA0EDB; }
span { border-color: rgb(218,14,219); }
td.TdClassName
{
border-color: #DA0EDB;
}
.TagClassName
{
border-color: #DA0EDB;
}
</style>