Shades of Deep Magenta #D50ECE
Tints of Deep Magenta #D50ECE
RGB
CMYK
RGB Variations
Color information
#D50ECE (or 0xD50ECE) is known color: Deep Magenta. HEX triplet: D5, 0E and CE. RGB value is (213,14,206). Sum of RGB (Red+Green+Blue) = 213+14+206=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ECE is #2AF131. Grayscale: #5E5E5E. Windows color (decimal): -2814258 or 13504213. OLE color: 13504213.
HSL color Cylindrical-coordinate representation of color #D50ECE: hue angle of 302.11º 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 #D50ECE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 206 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.16 |
| HSL | 302.11º | 0.88% | 0.45% | - |
| HSV(B) | 302.11º | 0.93% | 0.84% | - |
| XYZ | 38.74 | 18.92 | 60 | - |
| YUV | 95.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 206 | 0 | 0.93 | 0.03 | 0.16 | 302.11 | 0.88 | 0.45 |
| Hex | D5 | E | CE | 0 | 5D | 3 | 10 | 12E | 58 | 2D |
| Octal | 325 | 16 | 316 | 0 | 135 | 3 | 20 | 456 | 130 | 55 |
| Binary | 11010101 | 1110 | 11001110 | 0 | 1011101 | 11 | 10000 | 100101110 | 1011000 | 101101 |
Color Harmonies of #D50ECE
Complementary color
Monochromatic Colors of #D50ECE
Black with #D50ECE
Text Example
Text Example
White with #D50ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50ECE; }
p { color: rgb(213,14,206); }
H1.HeaderClassName
{
color: #D50ECE;
}
.AnyTagClassName
{
color: #D50ECE;
}
</style>
background-color css
<style>
a { background-color: #D50ECE; }
a { background-color: rgb(213,14,206); }
div.DivClassName
{
background-color: #D50ECE;
}
.BgClassName
{
background-color: #D50ECE;
}
</style>
border-color css
<style>
span { border-color: #D50ECE; }
span { border-color: rgb(213,14,206); }
td.TdClassName
{
border-color: #D50ECE;
}
.TagClassName
{
border-color: #D50ECE;
}
</style>