Shades of Deep Magenta #DA10D6
Tints of Deep Magenta #DA10D6
RGB
CMYK
RGB Variations
Color information
#DA10D6 (or 0xDA10D6) is known color: Deep Magenta. HEX triplet: DA, 10 and D6. RGB value is (218,16,214). Sum of RGB (Red+Green+Blue) = 218+16+214=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10D6 is #25EF29. Grayscale: #626262. Windows color (decimal): -2486058 or 14029018. OLE color: 14029018.
HSL color Cylindrical-coordinate representation of color #DA10D6: hue angle of 301.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10D6 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 214 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.15 |
| HSL | 301.19º | 0.86% | 0.46% | - |
| HSV(B) | 301.19º | 0.93% | 0.85% | - |
| XYZ | 41.24 | 20.13 | 65.33 | - |
| YUV | 98.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 214 | 0 | 0.93 | 0.02 | 0.15 | 301.19 | 0.86 | 0.46 |
| Hex | DA | 10 | D6 | 0 | 5D | 2 | F | 12D | 56 | 2E |
| Octal | 332 | 20 | 326 | 0 | 135 | 2 | 17 | 455 | 126 | 56 |
| Binary | 11011010 | 10000 | 11010110 | 0 | 1011101 | 10 | 1111 | 100101101 | 1010110 | 101110 |
Color Harmonies of #DA10D6
Complementary color
Monochromatic Colors of #DA10D6
Black with #DA10D6
Text Example
Text Example
White with #DA10D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10D6; }
p { color: rgb(218,16,214); }
H1.HeaderClassName
{
color: #DA10D6;
}
.AnyTagClassName
{
color: #DA10D6;
}
</style>
background-color css
<style>
a { background-color: #DA10D6; }
a { background-color: rgb(218,16,214); }
div.DivClassName
{
background-color: #DA10D6;
}
.BgClassName
{
background-color: #DA10D6;
}
</style>
border-color css
<style>
span { border-color: #DA10D6; }
span { border-color: rgb(218,16,214); }
td.TdClassName
{
border-color: #DA10D6;
}
.TagClassName
{
border-color: #DA10D6;
}
</style>