Shades of Deep Magenta #D80ADB
Tints of Deep Magenta #D80ADB
RGB
CMYK
RGB Variations
Color information
#D80ADB (or 0xD80ADB) is known color: Deep Magenta. HEX triplet: D8, 0A and DB. RGB value is (216,10,219). Sum of RGB (Red+Green+Blue) = 216+10+219=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D80ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ADB is #27F524. Grayscale: #5E5E5E. Windows color (decimal): -2618661 or 14355160. OLE color: 14355160.
HSL color Cylindrical-coordinate representation of color #D80ADB: hue angle of 299.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80ADB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 10 | 219 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.14 |
| HSL | 299.14º | 0.91% | 0.45% | - |
| HSV(B) | 299.14º | 0.95% | 0.86% | - |
| XYZ | 41.21 | 19.93 | 68.69 | - |
| YUV | 95.42 | 197.75 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 219 | 0.01 | 0.95 | 0 | 0.14 | 299.14 | 0.91 | 0.45 |
| Hex | D8 | A | DB | 1 | 5F | 0 | E | 12B | 5B | 2D |
| Octal | 330 | 12 | 333 | 1 | 137 | 0 | 16 | 453 | 133 | 55 |
| Binary | 11011000 | 1010 | 11011011 | 1 | 1011111 | 0 | 1110 | 100101011 | 1011011 | 101101 |
Color Harmonies of #D80ADB
Complementary color
Monochromatic Colors of #D80ADB
Black with #D80ADB
Text Example
Text Example
White with #D80ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ADB; }
p { color: rgb(216,10,219); }
H1.HeaderClassName
{
color: #D80ADB;
}
.AnyTagClassName
{
color: #D80ADB;
}
</style>
background-color css
<style>
a { background-color: #D80ADB; }
a { background-color: rgb(216,10,219); }
div.DivClassName
{
background-color: #D80ADB;
}
.BgClassName
{
background-color: #D80ADB;
}
</style>
border-color css
<style>
span { border-color: #D80ADB; }
span { border-color: rgb(216,10,219); }
td.TdClassName
{
border-color: #D80ADB;
}
.TagClassName
{
border-color: #D80ADB;
}
</style>