Shades of Deep Magenta #DA12BB
Tints of Deep Magenta #DA12BB
RGB
CMYK
RGB Variations
Color information
#DA12BB (or 0xDA12BB) is known color: Deep Magenta. HEX triplet: DA, 12 and BB. RGB value is (218,18,187). Sum of RGB (Red+Green+Blue) = 218+18+187=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA12BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA12BB is #25ED44. Grayscale: #606060. Windows color (decimal): -2485573 or 12260058. OLE color: 12260058.
HSL color Cylindrical-coordinate representation of color #DA12BB: hue angle of 309.3º degrees, saturation: 0.85, 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 #DA12BB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 187 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.15 |
| HSL | 309.3º | 0.85% | 0.46% | - |
| HSV(B) | 309.3º | 0.92% | 0.85% | - |
| XYZ | 38.1 | 18.93 | 48.66 | - |
| YUV | 97.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 187 | 0 | 0.92 | 0.14 | 0.15 | 309.3 | 0.85 | 0.46 |
| Hex | DA | 12 | BB | 0 | 5C | E | F | 135 | 55 | 2E |
| Octal | 332 | 22 | 273 | 0 | 134 | 16 | 17 | 465 | 125 | 56 |
| Binary | 11011010 | 10010 | 10111011 | 0 | 1011100 | 1110 | 1111 | 100110101 | 1010101 | 101110 |
Color Harmonies of #DA12BB
Complementary color
Monochromatic Colors of #DA12BB
Black with #DA12BB
Text Example
Text Example
White with #DA12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12BB; }
p { color: rgb(218,18,187); }
H1.HeaderClassName
{
color: #DA12BB;
}
.AnyTagClassName
{
color: #DA12BB;
}
</style>
background-color css
<style>
a { background-color: #DA12BB; }
a { background-color: rgb(218,18,187); }
div.DivClassName
{
background-color: #DA12BB;
}
.BgClassName
{
background-color: #DA12BB;
}
</style>
border-color css
<style>
span { border-color: #DA12BB; }
span { border-color: rgb(218,18,187); }
td.TdClassName
{
border-color: #DA12BB;
}
.TagClassName
{
border-color: #DA12BB;
}
</style>