Shades of Deep Magenta #D10DAD
Tints of Deep Magenta #D10DAD
RGB
CMYK
RGB Variations
Color information
#D10DAD (or 0xD10DAD) is known color: Deep Magenta. HEX triplet: D1, 0D and AD. RGB value is (209,13,173). Sum of RGB (Red+Green+Blue) = 209+13+173=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10DAD is #2EF252. Grayscale: #595959. Windows color (decimal): -3076691 or 11341265. OLE color: 11341265.
HSL color Cylindrical-coordinate representation of color #D10DAD: hue angle of 311.02º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DAD is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.18 |
| HSL | 311.02º | 0.88% | 0.44% | - |
| HSV(B) | 311.02º | 0.94% | 0.82% | - |
| XYZ | 33.98 | 16.86 | 41 | - |
| YUV | 89.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 173 | 0 | 0.94 | 0.17 | 0.18 | 311.02 | 0.88 | 0.44 |
| Hex | D1 | D | AD | 0 | 5E | 11 | 12 | 137 | 58 | 2C |
| Octal | 321 | 15 | 255 | 0 | 136 | 21 | 22 | 467 | 130 | 54 |
| Binary | 11010001 | 1101 | 10101101 | 0 | 1011110 | 10001 | 10010 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D10DAD
Complementary color
Monochromatic Colors of #D10DAD
Black with #D10DAD
Text Example
Text Example
White with #D10DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DAD; }
p { color: rgb(209,13,173); }
H1.HeaderClassName
{
color: #D10DAD;
}
.AnyTagClassName
{
color: #D10DAD;
}
</style>
background-color css
<style>
a { background-color: #D10DAD; }
a { background-color: rgb(209,13,173); }
div.DivClassName
{
background-color: #D10DAD;
}
.BgClassName
{
background-color: #D10DAD;
}
</style>
border-color css
<style>
span { border-color: #D10DAD; }
span { border-color: rgb(209,13,173); }
td.TdClassName
{
border-color: #D10DAD;
}
.TagClassName
{
border-color: #D10DAD;
}
</style>