Shades of Deep Magenta #DA0ADE
Tints of Deep Magenta #DA0ADE
RGB
CMYK
RGB Variations
Color information
#DA0ADE (or 0xDA0ADE) is known color: Deep Magenta. HEX triplet: DA, 0A and DE. RGB value is (218,10,222). Sum of RGB (Red+Green+Blue) = 218+10+222=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA0ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ADE is #25F521. Grayscale: #5F5F5F. Windows color (decimal): -2487586 or 14551770. OLE color: 14551770.
HSL color Cylindrical-coordinate representation of color #DA0ADE: hue angle of 298.87º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ADE is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 10 | 222 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.13 |
| HSL | 298.87º | 0.91% | 0.45% | - |
| HSV(B) | 298.87º | 0.95% | 0.87% | - |
| XYZ | 42.21 | 20.4 | 70.82 | - |
| YUV | 96.36 | 198.91 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 222 | 0.02 | 0.95 | 0 | 0.13 | 298.87 | 0.91 | 0.45 |
| Hex | DA | A | DE | 2 | 5F | 0 | D | 12B | 5B | 2D |
| Octal | 332 | 12 | 336 | 2 | 137 | 0 | 15 | 453 | 133 | 55 |
| Binary | 11011010 | 1010 | 11011110 | 10 | 1011111 | 0 | 1101 | 100101011 | 1011011 | 101101 |
Color Harmonies of #DA0ADE
Complementary color
Monochromatic Colors of #DA0ADE
Black with #DA0ADE
Text Example
Text Example
White with #DA0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ADE; }
p { color: rgb(218,10,222); }
H1.HeaderClassName
{
color: #DA0ADE;
}
.AnyTagClassName
{
color: #DA0ADE;
}
</style>
background-color css
<style>
a { background-color: #DA0ADE; }
a { background-color: rgb(218,10,222); }
div.DivClassName
{
background-color: #DA0ADE;
}
.BgClassName
{
background-color: #DA0ADE;
}
</style>
border-color css
<style>
span { border-color: #DA0ADE; }
span { border-color: rgb(218,10,222); }
td.TdClassName
{
border-color: #DA0ADE;
}
.TagClassName
{
border-color: #DA0ADE;
}
</style>