Shades of Deep Magenta #DA1ABB
Tints of Deep Magenta #DA1ABB
RGB
CMYK
RGB Variations
Color information
#DA1ABB (or 0xDA1ABB) is known color: Deep Magenta. HEX triplet: DA, 1A and BB. RGB value is (218,26,187). Sum of RGB (Red+Green+Blue) = 218+26+187=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ABB is #25E544. Grayscale: #656565. Windows color (decimal): -2483525 or 12262106. OLE color: 12262106.
HSL color Cylindrical-coordinate representation of color #DA1ABB: hue angle of 309.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1ABB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.15 |
| HSL | 309.69º | 0.79% | 0.48% | - |
| HSV(B) | 309.69º | 0.88% | 0.85% | - |
| XYZ | 38.25 | 19.23 | 48.71 | - |
| YUV | 101.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 187 | 0 | 0.88 | 0.14 | 0.15 | 309.69 | 0.79 | 0.48 |
| Hex | DA | 1A | BB | 0 | 58 | E | F | 136 | 4F | 30 |
| Octal | 332 | 32 | 273 | 0 | 130 | 16 | 17 | 466 | 117 | 60 |
| Binary | 11011010 | 11010 | 10111011 | 0 | 1011000 | 1110 | 1111 | 100110110 | 1001111 | 110000 |
Color Harmonies of #DA1ABB
Complementary color
Monochromatic Colors of #DA1ABB
Black with #DA1ABB
Text Example
Text Example
White with #DA1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ABB; }
p { color: rgb(218,26,187); }
H1.HeaderClassName
{
color: #DA1ABB;
}
.AnyTagClassName
{
color: #DA1ABB;
}
</style>
background-color css
<style>
a { background-color: #DA1ABB; }
a { background-color: rgb(218,26,187); }
div.DivClassName
{
background-color: #DA1ABB;
}
.BgClassName
{
background-color: #DA1ABB;
}
</style>
border-color css
<style>
span { border-color: #DA1ABB; }
span { border-color: rgb(218,26,187); }
td.TdClassName
{
border-color: #DA1ABB;
}
.TagClassName
{
border-color: #DA1ABB;
}
</style>