Shades of Deep Magenta #DA1BBC
Tints of Deep Magenta #DA1BBC
RGB
CMYK
RGB Variations
Color information
#DA1BBC (or 0xDA1BBC) is known color: Deep Magenta. HEX triplet: DA, 1B and BC. RGB value is (218,27,188). Sum of RGB (Red+Green+Blue) = 218+27+188=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BBC is #25E443. Grayscale: #666666. Windows color (decimal): -2483268 or 12327898. OLE color: 12327898.
HSL color Cylindrical-coordinate representation of color #DA1BBC: hue angle of 309.42º degrees, saturation: 0.78, 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 #DA1BBC is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 188 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.15 |
| HSL | 309.42º | 0.78% | 0.48% | - |
| HSV(B) | 309.42º | 0.88% | 0.85% | - |
| XYZ | 38.38 | 19.32 | 49.28 | - |
| YUV | 102.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 188 | 0 | 0.88 | 0.14 | 0.15 | 309.42 | 0.78 | 0.48 |
| Hex | DA | 1B | BC | 0 | 58 | E | F | 135 | 4E | 30 |
| Octal | 332 | 33 | 274 | 0 | 130 | 16 | 17 | 465 | 116 | 60 |
| Binary | 11011010 | 11011 | 10111100 | 0 | 1011000 | 1110 | 1111 | 100110101 | 1001110 | 110000 |
Color Harmonies of #DA1BBC
Complementary color
Monochromatic Colors of #DA1BBC
Black with #DA1BBC
Text Example
Text Example
White with #DA1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BBC; }
p { color: rgb(218,27,188); }
H1.HeaderClassName
{
color: #DA1BBC;
}
.AnyTagClassName
{
color: #DA1BBC;
}
</style>
background-color css
<style>
a { background-color: #DA1BBC; }
a { background-color: rgb(218,27,188); }
div.DivClassName
{
background-color: #DA1BBC;
}
.BgClassName
{
background-color: #DA1BBC;
}
</style>
border-color css
<style>
span { border-color: #DA1BBC; }
span { border-color: rgb(218,27,188); }
td.TdClassName
{
border-color: #DA1BBC;
}
.TagClassName
{
border-color: #DA1BBC;
}
</style>