Shades of Deep Magenta #DA0EE3
Tints of Deep Magenta #DA0EE3
RGB
CMYK
RGB Variations
Color information
#DA0EE3 (or 0xDA0EE3) is known color: Deep Magenta. HEX triplet: DA, 0E and E3. RGB value is (218,14,227). Sum of RGB (Red+Green+Blue) = 218+14+227=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA0EE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0EE3 is #25F11C. Grayscale: #626262. Windows color (decimal): -2486557 or 14880474. OLE color: 14880474.
HSL color Cylindrical-coordinate representation of color #DA0EE3: hue angle of 297.46º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EE3 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 14 | 227 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.11 |
| HSL | 297.46º | 0.88% | 0.47% | - |
| HSV(B) | 297.46º | 0.94% | 0.89% | - |
| XYZ | 42.94 | 20.77 | 74.42 | - |
| YUV | 99.28 | 200.09 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 227 | 0.04 | 0.94 | 0 | 0.11 | 297.46 | 0.88 | 0.47 |
| Hex | DA | E | E3 | 4 | 5E | 0 | B | 129 | 58 | 2F |
| Octal | 332 | 16 | 343 | 4 | 136 | 0 | 13 | 451 | 130 | 57 |
| Binary | 11011010 | 1110 | 11100011 | 100 | 1011110 | 0 | 1011 | 100101001 | 1011000 | 101111 |
Color Harmonies of #DA0EE3
Complementary color
Monochromatic Colors of #DA0EE3
Black with #DA0EE3
Text Example
Text Example
White with #DA0EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EE3; }
p { color: rgb(218,14,227); }
H1.HeaderClassName
{
color: #DA0EE3;
}
.AnyTagClassName
{
color: #DA0EE3;
}
</style>
background-color css
<style>
a { background-color: #DA0EE3; }
a { background-color: rgb(218,14,227); }
div.DivClassName
{
background-color: #DA0EE3;
}
.BgClassName
{
background-color: #DA0EE3;
}
</style>
border-color css
<style>
span { border-color: #DA0EE3; }
span { border-color: rgb(218,14,227); }
td.TdClassName
{
border-color: #DA0EE3;
}
.TagClassName
{
border-color: #DA0EE3;
}
</style>