Shades of Deep Magenta #DA0AD8
Tints of Deep Magenta #DA0AD8
RGB
CMYK
RGB Variations
Color information
#DA0AD8 (or 0xDA0AD8) is known color: Deep Magenta. HEX triplet: DA, 0A and D8. RGB value is (218,10,216). Sum of RGB (Red+Green+Blue) = 218+10+216=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0AD8 is #25F527. Grayscale: #5F5F5F. Windows color (decimal): -2487592 or 14158554. OLE color: 14158554.
HSL color Cylindrical-coordinate representation of color #DA0AD8: hue angle of 300.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0AD8 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 216 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.15 |
| HSL | 300.58º | 0.91% | 0.45% | - |
| HSV(B) | 300.58º | 0.95% | 0.85% | - |
| XYZ | 41.42 | 20.08 | 66.66 | - |
| YUV | 95.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 216 | 0 | 0.95 | 0.01 | 0.15 | 300.58 | 0.91 | 0.45 |
| Hex | DA | A | D8 | 0 | 5F | 1 | F | 12D | 5B | 2D |
| Octal | 332 | 12 | 330 | 0 | 137 | 1 | 17 | 455 | 133 | 55 |
| Binary | 11011010 | 1010 | 11011000 | 0 | 1011111 | 1 | 1111 | 100101101 | 1011011 | 101101 |
Color Harmonies of #DA0AD8
Complementary color
Monochromatic Colors of #DA0AD8
Black with #DA0AD8
Text Example
Text Example
White with #DA0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0AD8; }
p { color: rgb(218,10,216); }
H1.HeaderClassName
{
color: #DA0AD8;
}
.AnyTagClassName
{
color: #DA0AD8;
}
</style>
background-color css
<style>
a { background-color: #DA0AD8; }
a { background-color: rgb(218,10,216); }
div.DivClassName
{
background-color: #DA0AD8;
}
.BgClassName
{
background-color: #DA0AD8;
}
</style>
border-color css
<style>
span { border-color: #DA0AD8; }
span { border-color: rgb(218,10,216); }
td.TdClassName
{
border-color: #DA0AD8;
}
.TagClassName
{
border-color: #DA0AD8;
}
</style>