Shades of Deep Magenta #DA0DE1
Tints of Deep Magenta #DA0DE1
RGB
CMYK
RGB Variations
Color information
#DA0DE1 (or 0xDA0DE1) is known color: Deep Magenta. HEX triplet: DA, 0D and E1. RGB value is (218,13,225). Sum of RGB (Red+Green+Blue) = 218+13+225=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA0DE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DE1 is #25F21E. Grayscale: #616161. Windows color (decimal): -2486815 or 14749146. OLE color: 14749146.
HSL color Cylindrical-coordinate representation of color #DA0DE1: hue angle of 298.02º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DE1 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 13 | 225 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.12 |
| HSL | 298.02º | 0.89% | 0.47% | - |
| HSV(B) | 298.02º | 0.94% | 0.88% | - |
| XYZ | 42.65 | 20.63 | 72.97 | - |
| YUV | 98.46 | 199.42 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 225 | 0.03 | 0.94 | 0 | 0.12 | 298.02 | 0.89 | 0.47 |
| Hex | DA | D | E1 | 3 | 5E | 0 | C | 12A | 59 | 2F |
| Octal | 332 | 15 | 341 | 3 | 136 | 0 | 14 | 452 | 131 | 57 |
| Binary | 11011010 | 1101 | 11100001 | 11 | 1011110 | 0 | 1100 | 100101010 | 1011001 | 101111 |
Color Harmonies of #DA0DE1
Complementary color
Monochromatic Colors of #DA0DE1
Black with #DA0DE1
Text Example
Text Example
White with #DA0DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DE1; }
p { color: rgb(218,13,225); }
H1.HeaderClassName
{
color: #DA0DE1;
}
.AnyTagClassName
{
color: #DA0DE1;
}
</style>
background-color css
<style>
a { background-color: #DA0DE1; }
a { background-color: rgb(218,13,225); }
div.DivClassName
{
background-color: #DA0DE1;
}
.BgClassName
{
background-color: #DA0DE1;
}
</style>
border-color css
<style>
span { border-color: #DA0DE1; }
span { border-color: rgb(218,13,225); }
td.TdClassName
{
border-color: #DA0DE1;
}
.TagClassName
{
border-color: #DA0DE1;
}
</style>