Shades of Deep Magenta #D71EC7
Tints of Deep Magenta #D71EC7
RGB
CMYK
RGB Variations
Color information
#D71EC7 (or 0xD71EC7) is known color: Deep Magenta. HEX triplet: D7, 1E and C7. RGB value is (215,30,199). Sum of RGB (Red+Green+Blue) = 215+30+199=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EC7 is #28E138. Grayscale: #686868. Windows color (decimal): -2679097 or 13049559. OLE color: 13049559.
HSL color Cylindrical-coordinate representation of color #D71EC7: hue angle of 305.19º 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 #D71EC7 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 199 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.16 |
| HSL | 305.19º | 0.76% | 0.48% | - |
| HSV(B) | 305.19º | 0.86% | 0.84% | - |
| XYZ | 38.8 | 19.5 | 55.75 | - |
| YUV | 104.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 199 | 0 | 0.86 | 0.07 | 0.16 | 305.19 | 0.76 | 0.48 |
| Hex | D7 | 1E | C7 | 0 | 56 | 7 | 10 | 131 | 4C | 30 |
| Octal | 327 | 36 | 307 | 0 | 126 | 7 | 20 | 461 | 114 | 60 |
| Binary | 11010111 | 11110 | 11000111 | 0 | 1010110 | 111 | 10000 | 100110001 | 1001100 | 110000 |
Color Harmonies of #D71EC7
Complementary color
Monochromatic Colors of #D71EC7
Black with #D71EC7
Text Example
Text Example
White with #D71EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EC7; }
p { color: rgb(215,30,199); }
H1.HeaderClassName
{
color: #D71EC7;
}
.AnyTagClassName
{
color: #D71EC7;
}
</style>
background-color css
<style>
a { background-color: #D71EC7; }
a { background-color: rgb(215,30,199); }
div.DivClassName
{
background-color: #D71EC7;
}
.BgClassName
{
background-color: #D71EC7;
}
</style>
border-color css
<style>
span { border-color: #D71EC7; }
span { border-color: rgb(215,30,199); }
td.TdClassName
{
border-color: #D71EC7;
}
.TagClassName
{
border-color: #D71EC7;
}
</style>