Shades of Deep Magenta #DA09D9
Tints of Deep Magenta #DA09D9
RGB
CMYK
RGB Variations
Color information
#DA09D9 (or 0xDA09D9) is known color: Deep Magenta. HEX triplet: DA, 09 and D9. RGB value is (218,9,217). Sum of RGB (Red+Green+Blue) = 218+9+217=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09D9 is #25F626. Grayscale: #5E5E5E. Windows color (decimal): -2487847 or 14223834. OLE color: 14223834.
HSL color Cylindrical-coordinate representation of color #DA09D9: hue angle of 300.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09D9 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.15 |
| HSL | 300.29º | 0.92% | 0.45% | - |
| HSV(B) | 300.29º | 0.96% | 0.85% | - |
| XYZ | 41.54 | 20.11 | 67.34 | - |
| YUV | 95.2 | 196.74 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 217 | 0 | 0.96 | 0.00 | 0.15 | 300.29 | 0.92 | 0.45 |
| Hex | DA | 9 | D9 | 0 | 60 | 0 | F | 12C | 5C | 2D |
| Octal | 332 | 11 | 331 | 0 | 140 | 0 | 17 | 454 | 134 | 55 |
| Binary | 11011010 | 1001 | 11011001 | 0 | 1100000 | 0 | 1111 | 100101100 | 1011100 | 101101 |
Color Harmonies of #DA09D9
Complementary color
Monochromatic Colors of #DA09D9
Black with #DA09D9
Text Example
Text Example
White with #DA09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09D9; }
p { color: rgb(218,9,217); }
H1.HeaderClassName
{
color: #DA09D9;
}
.AnyTagClassName
{
color: #DA09D9;
}
</style>
background-color css
<style>
a { background-color: #DA09D9; }
a { background-color: rgb(218,9,217); }
div.DivClassName
{
background-color: #DA09D9;
}
.BgClassName
{
background-color: #DA09D9;
}
</style>
border-color css
<style>
span { border-color: #DA09D9; }
span { border-color: rgb(218,9,217); }
td.TdClassName
{
border-color: #DA09D9;
}
.TagClassName
{
border-color: #DA09D9;
}
</style>