Shades of Deep Magenta #D10EDC
Tints of Deep Magenta #D10EDC
RGB
CMYK
RGB Variations
Color information
#D10EDC (or 0xD10EDC) is known color: Deep Magenta. HEX triplet: D1, 0E and DC. RGB value is (209,14,220). Sum of RGB (Red+Green+Blue) = 209+14+220=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #D10EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EDC is #2EF123. Grayscale: #5F5F5F. Windows color (decimal): -3076388 or 14421713. OLE color: 14421713.
HSL color Cylindrical-coordinate representation of color #D10EDC: hue angle of 296.8º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EDC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 14 | 220 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.14 |
| HSL | 296.8º | 0.88% | 0.46% | - |
| HSV(B) | 296.8º | 0.94% | 0.86% | - |
| XYZ | 39.37 | 19.04 | 69.31 | - |
| YUV | 95.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 220 | 0.05 | 0.94 | 0 | 0.14 | 296.8 | 0.88 | 0.46 |
| Hex | D1 | E | DC | 5 | 5E | 0 | E | 129 | 58 | 2E |
| Octal | 321 | 16 | 334 | 5 | 136 | 0 | 16 | 451 | 130 | 56 |
| Binary | 11010001 | 1110 | 11011100 | 101 | 1011110 | 0 | 1110 | 100101001 | 1011000 | 101110 |
Color Harmonies of #D10EDC
Complementary color
Monochromatic Colors of #D10EDC
Black with #D10EDC
Text Example
Text Example
White with #D10EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EDC; }
p { color: rgb(209,14,220); }
H1.HeaderClassName
{
color: #D10EDC;
}
.AnyTagClassName
{
color: #D10EDC;
}
</style>
background-color css
<style>
a { background-color: #D10EDC; }
a { background-color: rgb(209,14,220); }
div.DivClassName
{
background-color: #D10EDC;
}
.BgClassName
{
background-color: #D10EDC;
}
</style>
border-color css
<style>
span { border-color: #D10EDC; }
span { border-color: rgb(209,14,220); }
td.TdClassName
{
border-color: #D10EDC;
}
.TagClassName
{
border-color: #D10EDC;
}
</style>