Shades of Deep Magenta #DA11BB
Tints of Deep Magenta #DA11BB
RGB
CMYK
RGB Variations
Color information
#DA11BB (or 0xDA11BB) is known color: Deep Magenta. HEX triplet: DA, 11 and BB. RGB value is (218,17,187). Sum of RGB (Red+Green+Blue) = 218+17+187=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11BB is #25EE44. Grayscale: #606060. Windows color (decimal): -2485829 or 12259802. OLE color: 12259802.
HSL color Cylindrical-coordinate representation of color #DA11BB: hue angle of 309.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11BB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.15 |
| HSL | 309.25º | 0.86% | 0.46% | - |
| HSV(B) | 309.25º | 0.92% | 0.85% | - |
| XYZ | 38.08 | 18.89 | 48.65 | - |
| YUV | 96.48 | 179.09 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 187 | 0 | 0.92 | 0.14 | 0.15 | 309.25 | 0.86 | 0.46 |
| Hex | DA | 11 | BB | 0 | 5C | E | F | 135 | 56 | 2E |
| Octal | 332 | 21 | 273 | 0 | 134 | 16 | 17 | 465 | 126 | 56 |
| Binary | 11011010 | 10001 | 10111011 | 0 | 1011100 | 1110 | 1111 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DA11BB
Complementary color
Monochromatic Colors of #DA11BB
Black with #DA11BB
Text Example
Text Example
White with #DA11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11BB; }
p { color: rgb(218,17,187); }
H1.HeaderClassName
{
color: #DA11BB;
}
.AnyTagClassName
{
color: #DA11BB;
}
</style>
background-color css
<style>
a { background-color: #DA11BB; }
a { background-color: rgb(218,17,187); }
div.DivClassName
{
background-color: #DA11BB;
}
.BgClassName
{
background-color: #DA11BB;
}
</style>
border-color css
<style>
span { border-color: #DA11BB; }
span { border-color: rgb(218,17,187); }
td.TdClassName
{
border-color: #DA11BB;
}
.TagClassName
{
border-color: #DA11BB;
}
</style>