Shades of Deep Magenta #D50EC0
Tints of Deep Magenta #D50EC0
RGB
CMYK
RGB Variations
Color information
#D50EC0 (or 0xD50EC0) is known color: Deep Magenta. HEX triplet: D5, 0E and C0. RGB value is (213,14,192). Sum of RGB (Red+Green+Blue) = 213+14+192=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EC0 is #2AF13F. Grayscale: #5D5D5D. Windows color (decimal): -2814272 or 12586709. OLE color: 12586709.
HSL color Cylindrical-coordinate representation of color #D50EC0: hue angle of 306.33º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50EC0 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 192 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.16 |
| HSL | 306.33º | 0.88% | 0.45% | - |
| HSV(B) | 306.33º | 0.93% | 0.84% | - |
| XYZ | 37.11 | 18.27 | 51.44 | - |
| YUV | 93.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 192 | 0 | 0.93 | 0.10 | 0.16 | 306.33 | 0.88 | 0.45 |
| Hex | D5 | E | C0 | 0 | 5D | A | 10 | 132 | 58 | 2D |
| Octal | 325 | 16 | 300 | 0 | 135 | 12 | 20 | 462 | 130 | 55 |
| Binary | 11010101 | 1110 | 11000000 | 0 | 1011101 | 1010 | 10000 | 100110010 | 1011000 | 101101 |
Color Harmonies of #D50EC0
Complementary color
Monochromatic Colors of #D50EC0
Black with #D50EC0
Text Example
Text Example
White with #D50EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EC0; }
p { color: rgb(213,14,192); }
H1.HeaderClassName
{
color: #D50EC0;
}
.AnyTagClassName
{
color: #D50EC0;
}
</style>
background-color css
<style>
a { background-color: #D50EC0; }
a { background-color: rgb(213,14,192); }
div.DivClassName
{
background-color: #D50EC0;
}
.BgClassName
{
background-color: #D50EC0;
}
</style>
border-color css
<style>
span { border-color: #D50EC0; }
span { border-color: rgb(213,14,192); }
td.TdClassName
{
border-color: #D50EC0;
}
.TagClassName
{
border-color: #D50EC0;
}
</style>