Shades of Deep Magenta #DA09BC
Tints of Deep Magenta #DA09BC
RGB
CMYK
RGB Variations
Color information
#DA09BC (or 0xDA09BC) is known color: Deep Magenta. HEX triplet: DA, 09 and BC. RGB value is (218,9,188). Sum of RGB (Red+Green+Blue) = 218+9+188=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09BC is #25F643. Grayscale: #5B5B5B. Windows color (decimal): -2487876 or 12323290. OLE color: 12323290.
HSL color Cylindrical-coordinate representation of color #DA09BC: hue angle of 308.61º 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 #DA09BC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.15 |
| HSL | 308.61º | 0.92% | 0.45% | - |
| HSV(B) | 308.61º | 0.96% | 0.85% | - |
| XYZ | 38.09 | 18.73 | 49.19 | - |
| YUV | 91.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 188 | 0 | 0.96 | 0.14 | 0.15 | 308.61 | 0.92 | 0.45 |
| Hex | DA | 9 | BC | 0 | 60 | E | F | 135 | 5C | 2D |
| Octal | 332 | 11 | 274 | 0 | 140 | 16 | 17 | 465 | 134 | 55 |
| Binary | 11011010 | 1001 | 10111100 | 0 | 1100000 | 1110 | 1111 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DA09BC
Complementary color
Monochromatic Colors of #DA09BC
Black with #DA09BC
Text Example
Text Example
White with #DA09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09BC; }
p { color: rgb(218,9,188); }
H1.HeaderClassName
{
color: #DA09BC;
}
.AnyTagClassName
{
color: #DA09BC;
}
</style>
background-color css
<style>
a { background-color: #DA09BC; }
a { background-color: rgb(218,9,188); }
div.DivClassName
{
background-color: #DA09BC;
}
.BgClassName
{
background-color: #DA09BC;
}
</style>
border-color css
<style>
span { border-color: #DA09BC; }
span { border-color: rgb(218,9,188); }
td.TdClassName
{
border-color: #DA09BC;
}
.TagClassName
{
border-color: #DA09BC;
}
</style>