Shades of Deep Magenta #D50EBC
Tints of Deep Magenta #D50EBC
RGB
CMYK
RGB Variations
Color information
#D50EBC (or 0xD50EBC) is known color: Deep Magenta. HEX triplet: D5, 0E and BC. RGB value is (213,14,188). Sum of RGB (Red+Green+Blue) = 213+14+188=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EBC is #2AF143. Grayscale: #5C5C5C. Windows color (decimal): -2814276 or 12324565. OLE color: 12324565.
HSL color Cylindrical-coordinate representation of color #D50EBC: hue angle of 307.54º 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 #D50EBC is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.16 |
| HSL | 307.54º | 0.88% | 0.45% | - |
| HSV(B) | 307.54º | 0.93% | 0.84% | - |
| XYZ | 36.67 | 18.09 | 49.14 | - |
| YUV | 93.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 188 | 0 | 0.93 | 0.12 | 0.16 | 307.54 | 0.88 | 0.45 |
| Hex | D5 | E | BC | 0 | 5D | C | 10 | 134 | 58 | 2D |
| Octal | 325 | 16 | 274 | 0 | 135 | 14 | 20 | 464 | 130 | 55 |
| Binary | 11010101 | 1110 | 10111100 | 0 | 1011101 | 1100 | 10000 | 100110100 | 1011000 | 101101 |
Color Harmonies of #D50EBC
Complementary color
Monochromatic Colors of #D50EBC
Black with #D50EBC
Text Example
Text Example
White with #D50EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EBC; }
p { color: rgb(213,14,188); }
H1.HeaderClassName
{
color: #D50EBC;
}
.AnyTagClassName
{
color: #D50EBC;
}
</style>
background-color css
<style>
a { background-color: #D50EBC; }
a { background-color: rgb(213,14,188); }
div.DivClassName
{
background-color: #D50EBC;
}
.BgClassName
{
background-color: #D50EBC;
}
</style>
border-color css
<style>
span { border-color: #D50EBC; }
span { border-color: rgb(213,14,188); }
td.TdClassName
{
border-color: #D50EBC;
}
.TagClassName
{
border-color: #D50EBC;
}
</style>