Shades of Deep Magenta #DA0ADB
Tints of Deep Magenta #DA0ADB
RGB
CMYK
RGB Variations
Color information
#DA0ADB (or 0xDA0ADB) is known color: Deep Magenta. HEX triplet: DA, 0A and DB. RGB value is (218,10,219). Sum of RGB (Red+Green+Blue) = 218+10+219=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ADB is #25F524. Grayscale: #5F5F5F. Windows color (decimal): -2487589 or 14355162. OLE color: 14355162.
HSL color Cylindrical-coordinate representation of color #DA0ADB: hue angle of 299.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ADB is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 10 | 219 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.14 |
| HSL | 299.71º | 0.91% | 0.45% | - |
| HSV(B) | 299.71º | 0.95% | 0.86% | - |
| XYZ | 41.81 | 20.24 | 68.72 | - |
| YUV | 96.02 | 197.41 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 219 | 0.00 | 0.95 | 0 | 0.14 | 299.71 | 0.91 | 0.45 |
| Hex | DA | A | DB | 0 | 5F | 0 | E | 12C | 5B | 2D |
| Octal | 332 | 12 | 333 | 0 | 137 | 0 | 16 | 454 | 133 | 55 |
| Binary | 11011010 | 1010 | 11011011 | 0 | 1011111 | 0 | 1110 | 100101100 | 1011011 | 101101 |
Color Harmonies of #DA0ADB
Complementary color
Monochromatic Colors of #DA0ADB
Black with #DA0ADB
Text Example
Text Example
White with #DA0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ADB; }
p { color: rgb(218,10,219); }
H1.HeaderClassName
{
color: #DA0ADB;
}
.AnyTagClassName
{
color: #DA0ADB;
}
</style>
background-color css
<style>
a { background-color: #DA0ADB; }
a { background-color: rgb(218,10,219); }
div.DivClassName
{
background-color: #DA0ADB;
}
.BgClassName
{
background-color: #DA0ADB;
}
</style>
border-color css
<style>
span { border-color: #DA0ADB; }
span { border-color: rgb(218,10,219); }
td.TdClassName
{
border-color: #DA0ADB;
}
.TagClassName
{
border-color: #DA0ADB;
}
</style>