Shades of Deep Magenta #D71ECC
Tints of Deep Magenta #D71ECC
RGB
CMYK
RGB Variations
Color information
#D71ECC (or 0xD71ECC) is known color: Deep Magenta. HEX triplet: D7, 1E and CC. RGB value is (215,30,204). Sum of RGB (Red+Green+Blue) = 215+30+204=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ECC is #28E133. Grayscale: #686868. Windows color (decimal): -2679092 or 13377239. OLE color: 13377239.
HSL color Cylindrical-coordinate representation of color #D71ECC: hue angle of 303.57º 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 #D71ECC is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 204 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.16 |
| HSL | 303.57º | 0.76% | 0.48% | - |
| HSV(B) | 303.57º | 0.86% | 0.84% | - |
| XYZ | 39.39 | 19.74 | 58.86 | - |
| YUV | 105.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 204 | 0 | 0.86 | 0.05 | 0.16 | 303.57 | 0.76 | 0.48 |
| Hex | D7 | 1E | CC | 0 | 56 | 5 | 10 | 130 | 4C | 30 |
| Octal | 327 | 36 | 314 | 0 | 126 | 5 | 20 | 460 | 114 | 60 |
| Binary | 11010111 | 11110 | 11001100 | 0 | 1010110 | 101 | 10000 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D71ECC
Complementary color
Monochromatic Colors of #D71ECC
Black with #D71ECC
Text Example
Text Example
White with #D71ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ECC; }
p { color: rgb(215,30,204); }
H1.HeaderClassName
{
color: #D71ECC;
}
.AnyTagClassName
{
color: #D71ECC;
}
</style>
background-color css
<style>
a { background-color: #D71ECC; }
a { background-color: rgb(215,30,204); }
div.DivClassName
{
background-color: #D71ECC;
}
.BgClassName
{
background-color: #D71ECC;
}
</style>
border-color css
<style>
span { border-color: #D71ECC; }
span { border-color: rgb(215,30,204); }
td.TdClassName
{
border-color: #D71ECC;
}
.TagClassName
{
border-color: #D71ECC;
}
</style>