Shades of Deep Magenta #DA09D2
Tints of Deep Magenta #DA09D2
RGB
CMYK
RGB Variations
Color information
#DA09D2 (or 0xDA09D2) is known color: Deep Magenta. HEX triplet: DA, 09 and D2. RGB value is (218,9,210). Sum of RGB (Red+Green+Blue) = 218+9+210=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09D2 is #25F62D. Grayscale: #5D5D5D. Windows color (decimal): -2487854 or 13765082. OLE color: 13765082.
HSL color Cylindrical-coordinate representation of color #DA09D2: hue angle of 302.3º 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 #DA09D2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 210 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.15 |
| HSL | 302.3º | 0.92% | 0.45% | - |
| HSV(B) | 302.3º | 0.96% | 0.85% | - |
| XYZ | 40.64 | 19.75 | 62.64 | - |
| YUV | 94.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 210 | 0 | 0.96 | 0.04 | 0.15 | 302.3 | 0.92 | 0.45 |
| Hex | DA | 9 | D2 | 0 | 60 | 4 | F | 12E | 5C | 2D |
| Octal | 332 | 11 | 322 | 0 | 140 | 4 | 17 | 456 | 134 | 55 |
| Binary | 11011010 | 1001 | 11010010 | 0 | 1100000 | 100 | 1111 | 100101110 | 1011100 | 101101 |
Color Harmonies of #DA09D2
Complementary color
Monochromatic Colors of #DA09D2
Black with #DA09D2
Text Example
Text Example
White with #DA09D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09D2; }
p { color: rgb(218,9,210); }
H1.HeaderClassName
{
color: #DA09D2;
}
.AnyTagClassName
{
color: #DA09D2;
}
</style>
background-color css
<style>
a { background-color: #DA09D2; }
a { background-color: rgb(218,9,210); }
div.DivClassName
{
background-color: #DA09D2;
}
.BgClassName
{
background-color: #DA09D2;
}
</style>
border-color css
<style>
span { border-color: #DA09D2; }
span { border-color: rgb(218,9,210); }
td.TdClassName
{
border-color: #DA09D2;
}
.TagClassName
{
border-color: #DA09D2;
}
</style>