Shades of Deep Magenta #DA0EDC
Tints of Deep Magenta #DA0EDC
RGB
CMYK
RGB Variations
Color information
#DA0EDC (or 0xDA0EDC) is known color: Deep Magenta. HEX triplet: DA, 0E and DC. RGB value is (218,14,220). Sum of RGB (Red+Green+Blue) = 218+14+220=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EDC is #25F123. Grayscale: #616161. Windows color (decimal): -2486564 or 14421722. OLE color: 14421722.
HSL color Cylindrical-coordinate representation of color #DA0EDC: hue angle of 299.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EDC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 14 | 220 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.14 |
| HSL | 299.42º | 0.88% | 0.46% | - |
| HSV(B) | 299.42º | 0.94% | 0.86% | - |
| XYZ | 41.99 | 20.39 | 69.43 | - |
| YUV | 98.48 | 196.59 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 220 | 0.01 | 0.94 | 0 | 0.14 | 299.42 | 0.88 | 0.46 |
| Hex | DA | E | DC | 1 | 5E | 0 | E | 12B | 58 | 2E |
| Octal | 332 | 16 | 334 | 1 | 136 | 0 | 16 | 453 | 130 | 56 |
| Binary | 11011010 | 1110 | 11011100 | 1 | 1011110 | 0 | 1110 | 100101011 | 1011000 | 101110 |
Color Harmonies of #DA0EDC
Complementary color
Monochromatic Colors of #DA0EDC
Black with #DA0EDC
Text Example
Text Example
White with #DA0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EDC; }
p { color: rgb(218,14,220); }
H1.HeaderClassName
{
color: #DA0EDC;
}
.AnyTagClassName
{
color: #DA0EDC;
}
</style>
background-color css
<style>
a { background-color: #DA0EDC; }
a { background-color: rgb(218,14,220); }
div.DivClassName
{
background-color: #DA0EDC;
}
.BgClassName
{
background-color: #DA0EDC;
}
</style>
border-color css
<style>
span { border-color: #DA0EDC; }
span { border-color: rgb(218,14,220); }
td.TdClassName
{
border-color: #DA0EDC;
}
.TagClassName
{
border-color: #DA0EDC;
}
</style>