Shades of Deep Magenta #D71ECE
Tints of Deep Magenta #D71ECE
RGB
CMYK
RGB Variations
Color information
#D71ECE (or 0xD71ECE) is known color: Deep Magenta. HEX triplet: D7, 1E and CE. RGB value is (215,30,206). Sum of RGB (Red+Green+Blue) = 215+30+206=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ECE is #28E131. Grayscale: #686868. Windows color (decimal): -2679090 or 13508311. OLE color: 13508311.
HSL color Cylindrical-coordinate representation of color #D71ECE: hue angle of 302.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71ECE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 206 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.16 |
| HSL | 302.92º | 0.76% | 0.48% | - |
| HSV(B) | 302.92º | 0.86% | 0.84% | - |
| XYZ | 39.63 | 19.83 | 60.13 | - |
| YUV | 105.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 206 | 0 | 0.86 | 0.04 | 0.16 | 302.92 | 0.76 | 0.48 |
| Hex | D7 | 1E | CE | 0 | 56 | 4 | 10 | 12F | 4C | 30 |
| Octal | 327 | 36 | 316 | 0 | 126 | 4 | 20 | 457 | 114 | 60 |
| Binary | 11010111 | 11110 | 11001110 | 0 | 1010110 | 100 | 10000 | 100101111 | 1001100 | 110000 |
Color Harmonies of #D71ECE
Complementary color
Monochromatic Colors of #D71ECE
Black with #D71ECE
Text Example
Text Example
White with #D71ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ECE; }
p { color: rgb(215,30,206); }
H1.HeaderClassName
{
color: #D71ECE;
}
.AnyTagClassName
{
color: #D71ECE;
}
</style>
background-color css
<style>
a { background-color: #D71ECE; }
a { background-color: rgb(215,30,206); }
div.DivClassName
{
background-color: #D71ECE;
}
.BgClassName
{
background-color: #D71ECE;
}
</style>
border-color css
<style>
span { border-color: #D71ECE; }
span { border-color: rgb(215,30,206); }
td.TdClassName
{
border-color: #D71ECE;
}
.TagClassName
{
border-color: #D71ECE;
}
</style>