Shades of Deep Magenta #D10EC5
Tints of Deep Magenta #D10EC5
RGB
CMYK
RGB Variations
Color information
#D10EC5 (or 0xD10EC5) is known color: Deep Magenta. HEX triplet: D1, 0E and C5. RGB value is (209,14,197). Sum of RGB (Red+Green+Blue) = 209+14+197=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D10EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EC5 is #2EF13A. Grayscale: #5C5C5C. Windows color (decimal): -3076411 or 12914385. OLE color: 12914385.
HSL color Cylindrical-coordinate representation of color #D10EC5: hue angle of 303.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10EC5 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 197 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.18 |
| HSL | 303.69º | 0.87% | 0.44% | - |
| HSV(B) | 303.69º | 0.93% | 0.82% | - |
| XYZ | 36.53 | 17.9 | 54.35 | - |
| YUV | 93.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 197 | 0 | 0.93 | 0.06 | 0.18 | 303.69 | 0.87 | 0.44 |
| Hex | D1 | E | C5 | 0 | 5D | 6 | 12 | 130 | 57 | 2C |
| Octal | 321 | 16 | 305 | 0 | 135 | 6 | 22 | 460 | 127 | 54 |
| Binary | 11010001 | 1110 | 11000101 | 0 | 1011101 | 110 | 10010 | 100110000 | 1010111 | 101100 |
Color Harmonies of #D10EC5
Complementary color
Monochromatic Colors of #D10EC5
Black with #D10EC5
Text Example
Text Example
White with #D10EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EC5; }
p { color: rgb(209,14,197); }
H1.HeaderClassName
{
color: #D10EC5;
}
.AnyTagClassName
{
color: #D10EC5;
}
</style>
background-color css
<style>
a { background-color: #D10EC5; }
a { background-color: rgb(209,14,197); }
div.DivClassName
{
background-color: #D10EC5;
}
.BgClassName
{
background-color: #D10EC5;
}
</style>
border-color css
<style>
span { border-color: #D10EC5; }
span { border-color: rgb(209,14,197); }
td.TdClassName
{
border-color: #D10EC5;
}
.TagClassName
{
border-color: #D10EC5;
}
</style>