Shades of Deep Magenta #DA09D7
Tints of Deep Magenta #DA09D7
RGB
CMYK
RGB Variations
Color information
#DA09D7 (or 0xDA09D7) is known color: Deep Magenta. HEX triplet: DA, 09 and D7. RGB value is (218,9,215). Sum of RGB (Red+Green+Blue) = 218+9+215=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09D7 is #25F628. Grayscale: #5E5E5E. Windows color (decimal): -2487849 or 14092762. OLE color: 14092762.
HSL color Cylindrical-coordinate representation of color #DA09D7: hue angle of 300.86º 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 #DA09D7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 215 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.15 |
| HSL | 300.86º | 0.92% | 0.45% | - |
| HSV(B) | 300.86º | 0.96% | 0.85% | - |
| XYZ | 41.28 | 20.01 | 65.98 | - |
| YUV | 94.98 | 195.74 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 215 | 0 | 0.96 | 0.01 | 0.15 | 300.86 | 0.92 | 0.45 |
| Hex | DA | 9 | D7 | 0 | 60 | 1 | F | 12D | 5C | 2D |
| Octal | 332 | 11 | 327 | 0 | 140 | 1 | 17 | 455 | 134 | 55 |
| Binary | 11011010 | 1001 | 11010111 | 0 | 1100000 | 1 | 1111 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DA09D7
Complementary color
Monochromatic Colors of #DA09D7
Black with #DA09D7
Text Example
Text Example
White with #DA09D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09D7; }
p { color: rgb(218,9,215); }
H1.HeaderClassName
{
color: #DA09D7;
}
.AnyTagClassName
{
color: #DA09D7;
}
</style>
background-color css
<style>
a { background-color: #DA09D7; }
a { background-color: rgb(218,9,215); }
div.DivClassName
{
background-color: #DA09D7;
}
.BgClassName
{
background-color: #DA09D7;
}
</style>
border-color css
<style>
span { border-color: #DA09D7; }
span { border-color: rgb(218,9,215); }
td.TdClassName
{
border-color: #DA09D7;
}
.TagClassName
{
border-color: #DA09D7;
}
</style>