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