Shades of Deep Magenta #DA0DDD
Tints of Deep Magenta #DA0DDD
RGB
CMYK
RGB Variations
Color information
#DA0DDD (or 0xDA0DDD) is known color: Deep Magenta. HEX triplet: DA, 0D and DD. RGB value is (218,13,221). Sum of RGB (Red+Green+Blue) = 218+13+221=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DDD is #25F222. Grayscale: #616161. Windows color (decimal): -2486819 or 14487002. OLE color: 14487002.
HSL color Cylindrical-coordinate representation of color #DA0DDD: hue angle of 299.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DDD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 13 | 221 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.13 |
| HSL | 299.13º | 0.89% | 0.46% | - |
| HSV(B) | 299.13º | 0.94% | 0.87% | - |
| XYZ | 42.11 | 20.41 | 70.13 | - |
| YUV | 98.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 221 | 0.01 | 0.94 | 0 | 0.13 | 299.13 | 0.89 | 0.46 |
| Hex | DA | D | DD | 1 | 5E | 0 | D | 12B | 59 | 2E |
| Octal | 332 | 15 | 335 | 1 | 136 | 0 | 15 | 453 | 131 | 56 |
| Binary | 11011010 | 1101 | 11011101 | 1 | 1011110 | 0 | 1101 | 100101011 | 1011001 | 101110 |
Color Harmonies of #DA0DDD
Complementary color
Monochromatic Colors of #DA0DDD
Black with #DA0DDD
Text Example
Text Example
White with #DA0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DDD; }
p { color: rgb(218,13,221); }
H1.HeaderClassName
{
color: #DA0DDD;
}
.AnyTagClassName
{
color: #DA0DDD;
}
</style>
background-color css
<style>
a { background-color: #DA0DDD; }
a { background-color: rgb(218,13,221); }
div.DivClassName
{
background-color: #DA0DDD;
}
.BgClassName
{
background-color: #DA0DDD;
}
</style>
border-color css
<style>
span { border-color: #DA0DDD; }
span { border-color: rgb(218,13,221); }
td.TdClassName
{
border-color: #DA0DDD;
}
.TagClassName
{
border-color: #DA0DDD;
}
</style>