Shades of Deep Magenta #DA0EDE
Tints of Deep Magenta #DA0EDE
RGB
CMYK
RGB Variations
Color information
#DA0EDE (or 0xDA0EDE) is known color: Deep Magenta. HEX triplet: DA, 0E and DE. RGB value is (218,14,222). Sum of RGB (Red+Green+Blue) = 218+14+222=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA0EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EDE is #25F121. Grayscale: #626262. Windows color (decimal): -2486562 or 14552794. OLE color: 14552794.
HSL color Cylindrical-coordinate representation of color #DA0EDE: hue angle of 298.85º degrees, saturation: 0.88, 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 #DA0EDE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 14 | 222 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.85º | 0.88% | 0.46% | - |
| HSV(B) | 298.85º | 0.94% | 0.87% | - |
| XYZ | 42.26 | 20.49 | 70.84 | - |
| YUV | 98.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 222 | 0.02 | 0.94 | 0 | 0.13 | 298.85 | 0.88 | 0.46 |
| Hex | DA | E | DE | 2 | 5E | 0 | D | 12B | 58 | 2E |
| Octal | 332 | 16 | 336 | 2 | 136 | 0 | 15 | 453 | 130 | 56 |
| Binary | 11011010 | 1110 | 11011110 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011000 | 101110 |
Color Harmonies of #DA0EDE
Complementary color
Monochromatic Colors of #DA0EDE
Black with #DA0EDE
Text Example
Text Example
White with #DA0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EDE; }
p { color: rgb(218,14,222); }
H1.HeaderClassName
{
color: #DA0EDE;
}
.AnyTagClassName
{
color: #DA0EDE;
}
</style>
background-color css
<style>
a { background-color: #DA0EDE; }
a { background-color: rgb(218,14,222); }
div.DivClassName
{
background-color: #DA0EDE;
}
.BgClassName
{
background-color: #DA0EDE;
}
</style>
border-color css
<style>
span { border-color: #DA0EDE; }
span { border-color: rgb(218,14,222); }
td.TdClassName
{
border-color: #DA0EDE;
}
.TagClassName
{
border-color: #DA0EDE;
}
</style>