Shades of Deep Magenta #DA1BDB
Tints of Deep Magenta #DA1BDB
RGB
CMYK
RGB Variations
Color information
#DA1BDB (or 0xDA1BDB) is known color: Deep Magenta. HEX triplet: DA, 1B and DB. RGB value is (218,27,219). Sum of RGB (Red+Green+Blue) = 218+27+219=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BDB is #25E424. Grayscale: #696969. Windows color (decimal): -2483237 or 14359514. OLE color: 14359514.
HSL color Cylindrical-coordinate representation of color #DA1BDB: hue angle of 299.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BDB is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 27 | 219 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.14 |
| HSL | 299.69º | 0.78% | 0.48% | - |
| HSV(B) | 299.69º | 0.88% | 0.86% | - |
| XYZ | 42.09 | 20.8 | 68.81 | - |
| YUV | 106 | 191.78 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 219 | 0.00 | 0.88 | 0 | 0.14 | 299.69 | 0.78 | 0.48 |
| Hex | DA | 1B | DB | 0 | 58 | 0 | E | 12C | 4E | 30 |
| Octal | 332 | 33 | 333 | 0 | 130 | 0 | 16 | 454 | 116 | 60 |
| Binary | 11011010 | 11011 | 11011011 | 0 | 1011000 | 0 | 1110 | 100101100 | 1001110 | 110000 |
Color Harmonies of #DA1BDB
Complementary color
Monochromatic Colors of #DA1BDB
Black with #DA1BDB
Text Example
Text Example
White with #DA1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BDB; }
p { color: rgb(218,27,219); }
H1.HeaderClassName
{
color: #DA1BDB;
}
.AnyTagClassName
{
color: #DA1BDB;
}
</style>
background-color css
<style>
a { background-color: #DA1BDB; }
a { background-color: rgb(218,27,219); }
div.DivClassName
{
background-color: #DA1BDB;
}
.BgClassName
{
background-color: #DA1BDB;
}
</style>
border-color css
<style>
span { border-color: #DA1BDB; }
span { border-color: rgb(218,27,219); }
td.TdClassName
{
border-color: #DA1BDB;
}
.TagClassName
{
border-color: #DA1BDB;
}
</style>