Shades of Deep Magenta #D71EBC
Tints of Deep Magenta #D71EBC
RGB
CMYK
RGB Variations
Color information
#D71EBC (or 0xD71EBC) is known color: Deep Magenta. HEX triplet: D7, 1E and BC. RGB value is (215,30,188). Sum of RGB (Red+Green+Blue) = 215+30+188=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EBC is #28E143. Grayscale: #666666. Windows color (decimal): -2679108 or 12328663. OLE color: 12328663.
HSL color Cylindrical-coordinate representation of color #D71EBC: hue angle of 308.76º 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 #D71EBC is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 188 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.16 |
| HSL | 308.76º | 0.76% | 0.48% | - |
| HSV(B) | 308.76º | 0.86% | 0.84% | - |
| XYZ | 37.57 | 19.01 | 49.27 | - |
| YUV | 103.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 188 | 0 | 0.86 | 0.13 | 0.16 | 308.76 | 0.76 | 0.48 |
| Hex | D7 | 1E | BC | 0 | 56 | D | 10 | 135 | 4C | 30 |
| Octal | 327 | 36 | 274 | 0 | 126 | 15 | 20 | 465 | 114 | 60 |
| Binary | 11010111 | 11110 | 10111100 | 0 | 1010110 | 1101 | 10000 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D71EBC
Complementary color
Monochromatic Colors of #D71EBC
Black with #D71EBC
Text Example
Text Example
White with #D71EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EBC; }
p { color: rgb(215,30,188); }
H1.HeaderClassName
{
color: #D71EBC;
}
.AnyTagClassName
{
color: #D71EBC;
}
</style>
background-color css
<style>
a { background-color: #D71EBC; }
a { background-color: rgb(215,30,188); }
div.DivClassName
{
background-color: #D71EBC;
}
.BgClassName
{
background-color: #D71EBC;
}
</style>
border-color css
<style>
span { border-color: #D71EBC; }
span { border-color: rgb(215,30,188); }
td.TdClassName
{
border-color: #D71EBC;
}
.TagClassName
{
border-color: #D71EBC;
}
</style>