Shades of Deep Magenta #D10ADB
Tints of Deep Magenta #D10ADB
RGB
CMYK
RGB Variations
Color information
#D10ADB (or 0xD10ADB) is known color: Deep Magenta. HEX triplet: D1, 0A and DB. RGB value is (209,10,219). Sum of RGB (Red+Green+Blue) = 209+10+219=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D10ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10ADB is #2EF524. Grayscale: #5C5C5C. Windows color (decimal): -3077413 or 14355153. OLE color: 14355153.
HSL color Cylindrical-coordinate representation of color #D10ADB: hue angle of 297.13º 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 #D10ADB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 10 | 219 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 297.13º | 0.91% | 0.45% | - |
| HSV(B) | 297.13º | 0.95% | 0.86% | - |
| XYZ | 39.19 | 18.89 | 68.6 | - |
| YUV | 93.33 | 198.93 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 219 | 0.05 | 0.95 | 0 | 0.14 | 297.13 | 0.91 | 0.45 |
| Hex | D1 | A | DB | 5 | 5F | 0 | E | 129 | 5B | 2D |
| Octal | 321 | 12 | 333 | 5 | 137 | 0 | 16 | 451 | 133 | 55 |
| Binary | 11010001 | 1010 | 11011011 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011011 | 101101 |
Color Harmonies of #D10ADB
Complementary color
Monochromatic Colors of #D10ADB
Black with #D10ADB
Text Example
Text Example
White with #D10ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10ADB; }
p { color: rgb(209,10,219); }
H1.HeaderClassName
{
color: #D10ADB;
}
.AnyTagClassName
{
color: #D10ADB;
}
</style>
background-color css
<style>
a { background-color: #D10ADB; }
a { background-color: rgb(209,10,219); }
div.DivClassName
{
background-color: #D10ADB;
}
.BgClassName
{
background-color: #D10ADB;
}
</style>
border-color css
<style>
span { border-color: #D10ADB; }
span { border-color: rgb(209,10,219); }
td.TdClassName
{
border-color: #D10ADB;
}
.TagClassName
{
border-color: #D10ADB;
}
</style>