Shades of Deep Magenta #DA11BC
Tints of Deep Magenta #DA11BC
RGB
CMYK
RGB Variations
Color information
#DA11BC (or 0xDA11BC) is known color: Deep Magenta. HEX triplet: DA, 11 and BC. RGB value is (218,17,188). Sum of RGB (Red+Green+Blue) = 218+17+188=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11BC is #25EE43. Grayscale: #606060. Windows color (decimal): -2485828 or 12325338. OLE color: 12325338.
HSL color Cylindrical-coordinate representation of color #DA11BC: hue angle of 308.96º 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 #DA11BC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.15 |
| HSL | 308.96º | 0.86% | 0.46% | - |
| HSV(B) | 308.96º | 0.92% | 0.85% | - |
| XYZ | 38.19 | 18.94 | 49.22 | - |
| YUV | 96.59 | 179.59 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 188 | 0 | 0.92 | 0.14 | 0.15 | 308.96 | 0.86 | 0.46 |
| Hex | DA | 11 | BC | 0 | 5C | E | F | 135 | 56 | 2E |
| Octal | 332 | 21 | 274 | 0 | 134 | 16 | 17 | 465 | 126 | 56 |
| Binary | 11011010 | 10001 | 10111100 | 0 | 1011100 | 1110 | 1111 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DA11BC
Complementary color
Monochromatic Colors of #DA11BC
Black with #DA11BC
Text Example
Text Example
White with #DA11BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11BC; }
p { color: rgb(218,17,188); }
H1.HeaderClassName
{
color: #DA11BC;
}
.AnyTagClassName
{
color: #DA11BC;
}
</style>
background-color css
<style>
a { background-color: #DA11BC; }
a { background-color: rgb(218,17,188); }
div.DivClassName
{
background-color: #DA11BC;
}
.BgClassName
{
background-color: #DA11BC;
}
</style>
border-color css
<style>
span { border-color: #DA11BC; }
span { border-color: rgb(218,17,188); }
td.TdClassName
{
border-color: #DA11BC;
}
.TagClassName
{
border-color: #DA11BC;
}
</style>