Shades of Deep Magenta #DA09D1
Tints of Deep Magenta #DA09D1
RGB
CMYK
RGB Variations
Color information
#DA09D1 (or 0xDA09D1) is known color: Deep Magenta. HEX triplet: DA, 09 and D1. RGB value is (218,9,209). Sum of RGB (Red+Green+Blue) = 218+9+209=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09D1 is #25F62E. Grayscale: #5D5D5D. Windows color (decimal): -2487855 or 13699546. OLE color: 13699546.
HSL color Cylindrical-coordinate representation of color #DA09D1: hue angle of 302.58º 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 #DA09D1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.15 |
| HSL | 302.58º | 0.92% | 0.45% | - |
| HSV(B) | 302.58º | 0.96% | 0.85% | - |
| XYZ | 40.52 | 19.7 | 61.99 | - |
| YUV | 94.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 209 | 0 | 0.96 | 0.04 | 0.15 | 302.58 | 0.92 | 0.45 |
| Hex | DA | 9 | D1 | 0 | 60 | 4 | F | 12F | 5C | 2D |
| Octal | 332 | 11 | 321 | 0 | 140 | 4 | 17 | 457 | 134 | 55 |
| Binary | 11011010 | 1001 | 11010001 | 0 | 1100000 | 100 | 1111 | 100101111 | 1011100 | 101101 |
Color Harmonies of #DA09D1
Complementary color
Monochromatic Colors of #DA09D1
Black with #DA09D1
Text Example
Text Example
White with #DA09D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09D1; }
p { color: rgb(218,9,209); }
H1.HeaderClassName
{
color: #DA09D1;
}
.AnyTagClassName
{
color: #DA09D1;
}
</style>
background-color css
<style>
a { background-color: #DA09D1; }
a { background-color: rgb(218,9,209); }
div.DivClassName
{
background-color: #DA09D1;
}
.BgClassName
{
background-color: #DA09D1;
}
</style>
border-color css
<style>
span { border-color: #DA09D1; }
span { border-color: rgb(218,9,209); }
td.TdClassName
{
border-color: #DA09D1;
}
.TagClassName
{
border-color: #DA09D1;
}
</style>