Shades of Deep Magenta #DA1ADB
Tints of Deep Magenta #DA1ADB
RGB
CMYK
RGB Variations
Color information
#DA1ADB (or 0xDA1ADB) is known color: Deep Magenta. HEX triplet: DA, 1A and DB. RGB value is (218,26,219). Sum of RGB (Red+Green+Blue) = 218+26+219=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ADB is #25E524. Grayscale: #686868. Windows color (decimal): -2483493 or 14359258. OLE color: 14359258.
HSL color Cylindrical-coordinate representation of color #DA1ADB: hue angle of 299.69º degrees, saturation: 0.79, 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 #DA1ADB is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 26 | 219 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.14 |
| HSL | 299.69º | 0.79% | 0.48% | - |
| HSV(B) | 299.69º | 0.88% | 0.86% | - |
| XYZ | 42.07 | 20.76 | 68.81 | - |
| YUV | 105.41 | 192.11 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 219 | 0.00 | 0.88 | 0 | 0.14 | 299.69 | 0.79 | 0.48 |
| Hex | DA | 1A | DB | 0 | 58 | 0 | E | 12C | 4F | 30 |
| Octal | 332 | 32 | 333 | 0 | 130 | 0 | 16 | 454 | 117 | 60 |
| Binary | 11011010 | 11010 | 11011011 | 0 | 1011000 | 0 | 1110 | 100101100 | 1001111 | 110000 |
Color Harmonies of #DA1ADB
Complementary color
Monochromatic Colors of #DA1ADB
Black with #DA1ADB
Text Example
Text Example
White with #DA1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ADB; }
p { color: rgb(218,26,219); }
H1.HeaderClassName
{
color: #DA1ADB;
}
.AnyTagClassName
{
color: #DA1ADB;
}
</style>
background-color css
<style>
a { background-color: #DA1ADB; }
a { background-color: rgb(218,26,219); }
div.DivClassName
{
background-color: #DA1ADB;
}
.BgClassName
{
background-color: #DA1ADB;
}
</style>
border-color css
<style>
span { border-color: #DA1ADB; }
span { border-color: rgb(218,26,219); }
td.TdClassName
{
border-color: #DA1ADB;
}
.TagClassName
{
border-color: #DA1ADB;
}
</style>