Shades of Deep Magenta #DA09B8
Tints of Deep Magenta #DA09B8
RGB
CMYK
RGB Variations
Color information
#DA09B8 (or 0xDA09B8) is known color: Deep Magenta. HEX triplet: DA, 09 and B8. RGB value is (218,9,184). Sum of RGB (Red+Green+Blue) = 218+9+184=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09B8 is #25F647. Grayscale: #5A5A5A. Windows color (decimal): -2487880 or 12061146. OLE color: 12061146.
HSL color Cylindrical-coordinate representation of color #DA09B8: hue angle of 309.76º 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 #DA09B8 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.15 |
| HSL | 309.76º | 0.92% | 0.45% | - |
| HSV(B) | 309.76º | 0.96% | 0.85% | - |
| XYZ | 37.66 | 18.56 | 46.95 | - |
| YUV | 91.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 184 | 0 | 0.96 | 0.16 | 0.15 | 309.76 | 0.92 | 0.45 |
| Hex | DA | 9 | B8 | 0 | 60 | 10 | F | 136 | 5C | 2D |
| Octal | 332 | 11 | 270 | 0 | 140 | 20 | 17 | 466 | 134 | 55 |
| Binary | 11011010 | 1001 | 10111000 | 0 | 1100000 | 10000 | 1111 | 100110110 | 1011100 | 101101 |
Color Harmonies of #DA09B8
Complementary color
Monochromatic Colors of #DA09B8
Black with #DA09B8
Text Example
Text Example
White with #DA09B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09B8; }
p { color: rgb(218,9,184); }
H1.HeaderClassName
{
color: #DA09B8;
}
.AnyTagClassName
{
color: #DA09B8;
}
</style>
background-color css
<style>
a { background-color: #DA09B8; }
a { background-color: rgb(218,9,184); }
div.DivClassName
{
background-color: #DA09B8;
}
.BgClassName
{
background-color: #DA09B8;
}
</style>
border-color css
<style>
span { border-color: #DA09B8; }
span { border-color: rgb(218,9,184); }
td.TdClassName
{
border-color: #DA09B8;
}
.TagClassName
{
border-color: #DA09B8;
}
</style>