Shades of Deep Magenta #DA0DDB
Tints of Deep Magenta #DA0DDB
RGB
CMYK
RGB Variations
Color information
#DA0DDB (or 0xDA0DDB) is known color: Deep Magenta. HEX triplet: DA, 0D and DB. RGB value is (218,13,219). Sum of RGB (Red+Green+Blue) = 218+13+219=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DDB is #25F224. Grayscale: #616161. Windows color (decimal): -2486821 or 14355930. OLE color: 14355930.
HSL color Cylindrical-coordinate representation of color #DA0DDB: hue angle of 299.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DDB is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 13 | 219 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.14 |
| HSL | 299.71º | 0.89% | 0.45% | - |
| HSV(B) | 299.71º | 0.94% | 0.86% | - |
| XYZ | 41.84 | 20.31 | 68.73 | - |
| YUV | 97.78 | 196.42 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 219 | 0.00 | 0.94 | 0 | 0.14 | 299.71 | 0.89 | 0.45 |
| Hex | DA | D | DB | 0 | 5E | 0 | E | 12C | 59 | 2D |
| Octal | 332 | 15 | 333 | 0 | 136 | 0 | 16 | 454 | 131 | 55 |
| Binary | 11011010 | 1101 | 11011011 | 0 | 1011110 | 0 | 1110 | 100101100 | 1011001 | 101101 |
Color Harmonies of #DA0DDB
Complementary color
Monochromatic Colors of #DA0DDB
Black with #DA0DDB
Text Example
Text Example
White with #DA0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DDB; }
p { color: rgb(218,13,219); }
H1.HeaderClassName
{
color: #DA0DDB;
}
.AnyTagClassName
{
color: #DA0DDB;
}
</style>
background-color css
<style>
a { background-color: #DA0DDB; }
a { background-color: rgb(218,13,219); }
div.DivClassName
{
background-color: #DA0DDB;
}
.BgClassName
{
background-color: #DA0DDB;
}
</style>
border-color css
<style>
span { border-color: #DA0DDB; }
span { border-color: rgb(218,13,219); }
td.TdClassName
{
border-color: #DA0DDB;
}
.TagClassName
{
border-color: #DA0DDB;
}
</style>