Shades of Deep Magenta #D71ECB
Tints of Deep Magenta #D71ECB
RGB
CMYK
RGB Variations
Color information
#D71ECB (or 0xD71ECB) is known color: Deep Magenta. HEX triplet: D7, 1E and CB. RGB value is (215,30,203). Sum of RGB (Red+Green+Blue) = 215+30+203=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D71ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ECB is #28E134. Grayscale: #686868. Windows color (decimal): -2679093 or 13311703. OLE color: 13311703.
HSL color Cylindrical-coordinate representation of color #D71ECB: hue angle of 303.89º 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 #D71ECB is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 203 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.16 |
| HSL | 303.89º | 0.76% | 0.48% | - |
| HSV(B) | 303.89º | 0.86% | 0.84% | - |
| XYZ | 39.27 | 19.69 | 58.23 | - |
| YUV | 105.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 203 | 0 | 0.86 | 0.06 | 0.16 | 303.89 | 0.76 | 0.48 |
| Hex | D7 | 1E | CB | 0 | 56 | 6 | 10 | 130 | 4C | 30 |
| Octal | 327 | 36 | 313 | 0 | 126 | 6 | 20 | 460 | 114 | 60 |
| Binary | 11010111 | 11110 | 11001011 | 0 | 1010110 | 110 | 10000 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D71ECB
Complementary color
Monochromatic Colors of #D71ECB
Black with #D71ECB
Text Example
Text Example
White with #D71ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ECB; }
p { color: rgb(215,30,203); }
H1.HeaderClassName
{
color: #D71ECB;
}
.AnyTagClassName
{
color: #D71ECB;
}
</style>
background-color css
<style>
a { background-color: #D71ECB; }
a { background-color: rgb(215,30,203); }
div.DivClassName
{
background-color: #D71ECB;
}
.BgClassName
{
background-color: #D71ECB;
}
</style>
border-color css
<style>
span { border-color: #D71ECB; }
span { border-color: rgb(215,30,203); }
td.TdClassName
{
border-color: #D71ECB;
}
.TagClassName
{
border-color: #D71ECB;
}
</style>