Shades of Deep Magenta #DA0ED0
Tints of Deep Magenta #DA0ED0
RGB
CMYK
RGB Variations
Color information
#DA0ED0 (or 0xDA0ED0) is known color: Deep Magenta. HEX triplet: DA, 0E and D0. RGB value is (218,14,208). Sum of RGB (Red+Green+Blue) = 218+14+208=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ED0 is #25F12F. Grayscale: #606060. Windows color (decimal): -2486576 or 13635290. OLE color: 13635290.
HSL color Cylindrical-coordinate representation of color #DA0ED0: hue angle of 302.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.15 |
| HSL | 302.94º | 0.88% | 0.45% | - |
| HSV(B) | 302.94º | 0.94% | 0.85% | - |
| XYZ | 40.46 | 19.77 | 61.36 | - |
| YUV | 97.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 208 | 0 | 0.94 | 0.05 | 0.15 | 302.94 | 0.88 | 0.45 |
| Hex | DA | E | D0 | 0 | 5E | 5 | F | 12F | 58 | 2D |
| Octal | 332 | 16 | 320 | 0 | 136 | 5 | 17 | 457 | 130 | 55 |
| Binary | 11011010 | 1110 | 11010000 | 0 | 1011110 | 101 | 1111 | 100101111 | 1011000 | 101101 |
Color Harmonies of #DA0ED0
Complementary color
Monochromatic Colors of #DA0ED0
Black with #DA0ED0
Text Example
Text Example
White with #DA0ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ED0; }
p { color: rgb(218,14,208); }
H1.HeaderClassName
{
color: #DA0ED0;
}
.AnyTagClassName
{
color: #DA0ED0;
}
</style>
background-color css
<style>
a { background-color: #DA0ED0; }
a { background-color: rgb(218,14,208); }
div.DivClassName
{
background-color: #DA0ED0;
}
.BgClassName
{
background-color: #DA0ED0;
}
</style>
border-color css
<style>
span { border-color: #DA0ED0; }
span { border-color: rgb(218,14,208); }
td.TdClassName
{
border-color: #DA0ED0;
}
.TagClassName
{
border-color: #DA0ED0;
}
</style>