Shades of Deep Magenta #D10DAE
Tints of Deep Magenta #D10DAE
RGB
CMYK
RGB Variations
Color information
#D10DAE (or 0xD10DAE) is known color: Deep Magenta. HEX triplet: D1, 0D and AE. RGB value is (209,13,174). Sum of RGB (Red+Green+Blue) = 209+13+174=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10DAE is #2EF251. Grayscale: #595959. Windows color (decimal): -3076690 or 11406801. OLE color: 11406801.
HSL color Cylindrical-coordinate representation of color #D10DAE: hue angle of 310.71º 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 #D10DAE is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.18 |
| HSL | 310.71º | 0.88% | 0.44% | - |
| HSV(B) | 310.71º | 0.94% | 0.82% | - |
| XYZ | 34.08 | 16.9 | 41.51 | - |
| YUV | 89.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 174 | 0 | 0.94 | 0.17 | 0.18 | 310.71 | 0.88 | 0.44 |
| Hex | D1 | D | AE | 0 | 5E | 11 | 12 | 137 | 58 | 2C |
| Octal | 321 | 15 | 256 | 0 | 136 | 21 | 22 | 467 | 130 | 54 |
| Binary | 11010001 | 1101 | 10101110 | 0 | 1011110 | 10001 | 10010 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D10DAE
Complementary color
Monochromatic Colors of #D10DAE
Black with #D10DAE
Text Example
Text Example
White with #D10DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DAE; }
p { color: rgb(209,13,174); }
H1.HeaderClassName
{
color: #D10DAE;
}
.AnyTagClassName
{
color: #D10DAE;
}
</style>
background-color css
<style>
a { background-color: #D10DAE; }
a { background-color: rgb(209,13,174); }
div.DivClassName
{
background-color: #D10DAE;
}
.BgClassName
{
background-color: #D10DAE;
}
</style>
border-color css
<style>
span { border-color: #D10DAE; }
span { border-color: rgb(209,13,174); }
td.TdClassName
{
border-color: #D10DAE;
}
.TagClassName
{
border-color: #D10DAE;
}
</style>