Shades of Deep Magenta #D10DDB
Tints of Deep Magenta #D10DDB
RGB
CMYK
RGB Variations
Color information
#D10DDB (or 0xD10DDB) is known color: Deep Magenta. HEX triplet: D1, 0D and DB. RGB value is (209,13,219). Sum of RGB (Red+Green+Blue) = 209+13+219=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D10DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DDB is #2EF224. Grayscale: #5E5E5E. Windows color (decimal): -3076645 or 14355921. OLE color: 14355921.
HSL color Cylindrical-coordinate representation of color #D10DDB: hue angle of 297.09º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DDB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 13 | 219 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.14 |
| HSL | 297.09º | 0.89% | 0.45% | - |
| HSV(B) | 297.09º | 0.94% | 0.86% | - |
| XYZ | 39.22 | 18.96 | 68.61 | - |
| YUV | 95.09 | 197.93 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 219 | 0.05 | 0.94 | 0 | 0.14 | 297.09 | 0.89 | 0.45 |
| Hex | D1 | D | DB | 5 | 5E | 0 | E | 129 | 59 | 2D |
| Octal | 321 | 15 | 333 | 5 | 136 | 0 | 16 | 451 | 131 | 55 |
| Binary | 11010001 | 1101 | 11011011 | 101 | 1011110 | 0 | 1110 | 100101001 | 1011001 | 101101 |
Color Harmonies of #D10DDB
Complementary color
Monochromatic Colors of #D10DDB
Black with #D10DDB
Text Example
Text Example
White with #D10DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DDB; }
p { color: rgb(209,13,219); }
H1.HeaderClassName
{
color: #D10DDB;
}
.AnyTagClassName
{
color: #D10DDB;
}
</style>
background-color css
<style>
a { background-color: #D10DDB; }
a { background-color: rgb(209,13,219); }
div.DivClassName
{
background-color: #D10DDB;
}
.BgClassName
{
background-color: #D10DDB;
}
</style>
border-color css
<style>
span { border-color: #D10DDB; }
span { border-color: rgb(209,13,219); }
td.TdClassName
{
border-color: #D10DDB;
}
.TagClassName
{
border-color: #D10DDB;
}
</style>