Shades of Deep Magenta #D50EC5
Tints of Deep Magenta #D50EC5
RGB
CMYK
RGB Variations
Color information
#D50EC5 (or 0xD50EC5) is known color: Deep Magenta. HEX triplet: D5, 0E and C5. RGB value is (213,14,197). Sum of RGB (Red+Green+Blue) = 213+14+197=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EC5 is #2AF13A. Grayscale: #5D5D5D. Windows color (decimal): -2814267 or 12914389. OLE color: 12914389.
HSL color Cylindrical-coordinate representation of color #D50EC5: hue angle of 304.82º 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 #D50EC5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 197 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.16 |
| HSL | 304.82º | 0.88% | 0.45% | - |
| HSV(B) | 304.82º | 0.93% | 0.84% | - |
| XYZ | 37.68 | 18.49 | 54.41 | - |
| YUV | 94.36 | 185.93 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 197 | 0 | 0.93 | 0.08 | 0.16 | 304.82 | 0.88 | 0.45 |
| Hex | D5 | E | C5 | 0 | 5D | 8 | 10 | 131 | 58 | 2D |
| Octal | 325 | 16 | 305 | 0 | 135 | 10 | 20 | 461 | 130 | 55 |
| Binary | 11010101 | 1110 | 11000101 | 0 | 1011101 | 1000 | 10000 | 100110001 | 1011000 | 101101 |
Color Harmonies of #D50EC5
Complementary color
Monochromatic Colors of #D50EC5
Black with #D50EC5
Text Example
Text Example
White with #D50EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EC5; }
p { color: rgb(213,14,197); }
H1.HeaderClassName
{
color: #D50EC5;
}
.AnyTagClassName
{
color: #D50EC5;
}
</style>
background-color css
<style>
a { background-color: #D50EC5; }
a { background-color: rgb(213,14,197); }
div.DivClassName
{
background-color: #D50EC5;
}
.BgClassName
{
background-color: #D50EC5;
}
</style>
border-color css
<style>
span { border-color: #D50EC5; }
span { border-color: rgb(213,14,197); }
td.TdClassName
{
border-color: #D50EC5;
}
.TagClassName
{
border-color: #D50EC5;
}
</style>