Shades of Deep Magenta #D70ECE
Tints of Deep Magenta #D70ECE
RGB
CMYK
RGB Variations
Color information
#D70ECE (or 0xD70ECE) is known color: Deep Magenta. HEX triplet: D7, 0E and CE. RGB value is (215,14,206). Sum of RGB (Red+Green+Blue) = 215+14+206=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ECE is #28F131. Grayscale: #5F5F5F. Windows color (decimal): -2683186 or 13504215. OLE color: 13504215.
HSL color Cylindrical-coordinate representation of color #D70ECE: hue angle of 302.69º 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 #D70ECE is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 206 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.16 |
| HSL | 302.69º | 0.88% | 0.45% | - |
| HSV(B) | 302.69º | 0.93% | 0.84% | - |
| XYZ | 39.32 | 19.22 | 60.03 | - |
| YUV | 95.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 206 | 0 | 0.93 | 0.04 | 0.16 | 302.69 | 0.88 | 0.45 |
| Hex | D7 | E | CE | 0 | 5D | 4 | 10 | 12F | 58 | 2D |
| Octal | 327 | 16 | 316 | 0 | 135 | 4 | 20 | 457 | 130 | 55 |
| Binary | 11010111 | 1110 | 11001110 | 0 | 1011101 | 100 | 10000 | 100101111 | 1011000 | 101101 |
Color Harmonies of #D70ECE
Complementary color
Monochromatic Colors of #D70ECE
Black with #D70ECE
Text Example
Text Example
White with #D70ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ECE; }
p { color: rgb(215,14,206); }
H1.HeaderClassName
{
color: #D70ECE;
}
.AnyTagClassName
{
color: #D70ECE;
}
</style>
background-color css
<style>
a { background-color: #D70ECE; }
a { background-color: rgb(215,14,206); }
div.DivClassName
{
background-color: #D70ECE;
}
.BgClassName
{
background-color: #D70ECE;
}
</style>
border-color css
<style>
span { border-color: #D70ECE; }
span { border-color: rgb(215,14,206); }
td.TdClassName
{
border-color: #D70ECE;
}
.TagClassName
{
border-color: #D70ECE;
}
</style>