Shades of Deep Magenta #D10CDB
Tints of Deep Magenta #D10CDB
RGB
CMYK
RGB Variations
Color information
#D10CDB (or 0xD10CDB) is known color: Deep Magenta. HEX triplet: D1, 0C and DB. RGB value is (209,12,219). Sum of RGB (Red+Green+Blue) = 209+12+219=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D10CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CDB is #2EF324. Grayscale: #5D5D5D. Windows color (decimal): -3076901 or 14355665. OLE color: 14355665.
HSL color Cylindrical-coordinate representation of color #D10CDB: hue angle of 297.1º degrees, saturation: 0.9, 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 #D10CDB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 12 | 219 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 297.1º | 0.9% | 0.45% | - |
| HSV(B) | 297.1º | 0.95% | 0.86% | - |
| XYZ | 39.21 | 18.93 | 68.61 | - |
| YUV | 94.5 | 198.27 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 219 | 0.05 | 0.95 | 0 | 0.14 | 297.1 | 0.9 | 0.45 |
| Hex | D1 | C | DB | 5 | 5F | 0 | E | 129 | 5A | 2D |
| Octal | 321 | 14 | 333 | 5 | 137 | 0 | 16 | 451 | 132 | 55 |
| Binary | 11010001 | 1100 | 11011011 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D10CDB
Complementary color
Monochromatic Colors of #D10CDB
Black with #D10CDB
Text Example
Text Example
White with #D10CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CDB; }
p { color: rgb(209,12,219); }
H1.HeaderClassName
{
color: #D10CDB;
}
.AnyTagClassName
{
color: #D10CDB;
}
</style>
background-color css
<style>
a { background-color: #D10CDB; }
a { background-color: rgb(209,12,219); }
div.DivClassName
{
background-color: #D10CDB;
}
.BgClassName
{
background-color: #D10CDB;
}
</style>
border-color css
<style>
span { border-color: #D10CDB; }
span { border-color: rgb(209,12,219); }
td.TdClassName
{
border-color: #D10CDB;
}
.TagClassName
{
border-color: #D10CDB;
}
</style>