Shades of Deep Magenta #DA0ED1
Tints of Deep Magenta #DA0ED1
RGB
CMYK
RGB Variations
Color information
#DA0ED1 (or 0xDA0ED1) is known color: Deep Magenta. HEX triplet: DA, 0E and D1. RGB value is (218,14,209). Sum of RGB (Red+Green+Blue) = 218+14+209=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ED1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ED1 is #25F12E. Grayscale: #606060. Windows color (decimal): -2486575 or 13700826. OLE color: 13700826.
HSL color Cylindrical-coordinate representation of color #DA0ED1: hue angle of 302.65º 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 #DA0ED1 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 209 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.15 |
| HSL | 302.65º | 0.88% | 0.45% | - |
| HSV(B) | 302.65º | 0.94% | 0.85% | - |
| XYZ | 40.58 | 19.82 | 62.01 | - |
| YUV | 97.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 209 | 0 | 0.94 | 0.04 | 0.15 | 302.65 | 0.88 | 0.45 |
| Hex | DA | E | D1 | 0 | 5E | 4 | F | 12F | 58 | 2D |
| Octal | 332 | 16 | 321 | 0 | 136 | 4 | 17 | 457 | 130 | 55 |
| Binary | 11011010 | 1110 | 11010001 | 0 | 1011110 | 100 | 1111 | 100101111 | 1011000 | 101101 |
Color Harmonies of #DA0ED1
Complementary color
Monochromatic Colors of #DA0ED1
Black with #DA0ED1
Text Example
Text Example
White with #DA0ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ED1; }
p { color: rgb(218,14,209); }
H1.HeaderClassName
{
color: #DA0ED1;
}
.AnyTagClassName
{
color: #DA0ED1;
}
</style>
background-color css
<style>
a { background-color: #DA0ED1; }
a { background-color: rgb(218,14,209); }
div.DivClassName
{
background-color: #DA0ED1;
}
.BgClassName
{
background-color: #DA0ED1;
}
</style>
border-color css
<style>
span { border-color: #DA0ED1; }
span { border-color: rgb(218,14,209); }
td.TdClassName
{
border-color: #DA0ED1;
}
.TagClassName
{
border-color: #DA0ED1;
}
</style>