Shades of Deep Magenta #D10EE1
Tints of Deep Magenta #D10EE1
RGB
CMYK
RGB Variations
Color information
#D10EE1 (or 0xD10EE1) is known color: Deep Magenta. HEX triplet: D1, 0E and E1. RGB value is (209,14,225). Sum of RGB (Red+Green+Blue) = 209+14+225=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #D10EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EE1 is #2EF11E. Grayscale: #5F5F5F. Windows color (decimal): -3076383 or 14749393. OLE color: 14749393.
HSL color Cylindrical-coordinate representation of color #D10EE1: hue angle of 295.45º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EE1 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 14 | 225 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.12 |
| HSL | 295.45º | 0.88% | 0.47% | - |
| HSV(B) | 295.45º | 0.94% | 0.88% | - |
| XYZ | 40.04 | 19.31 | 72.85 | - |
| YUV | 96.36 | 200.6 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 225 | 0.07 | 0.94 | 0 | 0.12 | 295.45 | 0.88 | 0.47 |
| Hex | D1 | E | E1 | 7 | 5E | 0 | C | 127 | 58 | 2F |
| Octal | 321 | 16 | 341 | 7 | 136 | 0 | 14 | 447 | 130 | 57 |
| Binary | 11010001 | 1110 | 11100001 | 111 | 1011110 | 0 | 1100 | 100100111 | 1011000 | 101111 |
Color Harmonies of #D10EE1
Complementary color
Monochromatic Colors of #D10EE1
Black with #D10EE1
Text Example
Text Example
White with #D10EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EE1; }
p { color: rgb(209,14,225); }
H1.HeaderClassName
{
color: #D10EE1;
}
.AnyTagClassName
{
color: #D10EE1;
}
</style>
background-color css
<style>
a { background-color: #D10EE1; }
a { background-color: rgb(209,14,225); }
div.DivClassName
{
background-color: #D10EE1;
}
.BgClassName
{
background-color: #D10EE1;
}
</style>
border-color css
<style>
span { border-color: #D10EE1; }
span { border-color: rgb(209,14,225); }
td.TdClassName
{
border-color: #D10EE1;
}
.TagClassName
{
border-color: #D10EE1;
}
</style>