Shades of Deep Magenta #DA0EDF
Tints of Deep Magenta #DA0EDF
RGB
CMYK
RGB Variations
Color information
#DA0EDF (or 0xDA0EDF) is known color: Deep Magenta. HEX triplet: DA, 0E and DF. RGB value is (218,14,223). Sum of RGB (Red+Green+Blue) = 218+14+223=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EDF is #25F120. Grayscale: #626262. Windows color (decimal): -2486561 or 14618330. OLE color: 14618330.
HSL color Cylindrical-coordinate representation of color #DA0EDF: hue angle of 298.56º 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 #DA0EDF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 14 | 223 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.13 |
| HSL | 298.56º | 0.88% | 0.46% | - |
| HSV(B) | 298.56º | 0.94% | 0.87% | - |
| XYZ | 42.39 | 20.55 | 71.54 | - |
| YUV | 98.82 | 198.09 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 223 | 0.02 | 0.94 | 0 | 0.13 | 298.56 | 0.88 | 0.46 |
| Hex | DA | E | DF | 2 | 5E | 0 | D | 12B | 58 | 2E |
| Octal | 332 | 16 | 337 | 2 | 136 | 0 | 15 | 453 | 130 | 56 |
| Binary | 11011010 | 1110 | 11011111 | 10 | 1011110 | 0 | 1101 | 100101011 | 1011000 | 101110 |
Color Harmonies of #DA0EDF
Complementary color
Monochromatic Colors of #DA0EDF
Black with #DA0EDF
Text Example
Text Example
White with #DA0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EDF; }
p { color: rgb(218,14,223); }
H1.HeaderClassName
{
color: #DA0EDF;
}
.AnyTagClassName
{
color: #DA0EDF;
}
</style>
background-color css
<style>
a { background-color: #DA0EDF; }
a { background-color: rgb(218,14,223); }
div.DivClassName
{
background-color: #DA0EDF;
}
.BgClassName
{
background-color: #DA0EDF;
}
</style>
border-color css
<style>
span { border-color: #DA0EDF; }
span { border-color: rgb(218,14,223); }
td.TdClassName
{
border-color: #DA0EDF;
}
.TagClassName
{
border-color: #DA0EDF;
}
</style>