Shades of Deep Magenta #D71EC8
Tints of Deep Magenta #D71EC8
RGB
CMYK
RGB Variations
Color information
#D71EC8 (or 0xD71EC8) is known color: Deep Magenta. HEX triplet: D7, 1E and C8. RGB value is (215,30,200). Sum of RGB (Red+Green+Blue) = 215+30+200=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EC8 is #28E137. Grayscale: #686868. Windows color (decimal): -2679096 or 13115095. OLE color: 13115095.
HSL color Cylindrical-coordinate representation of color #D71EC8: hue angle of 304.86º 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 #D71EC8 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 200 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.16 |
| HSL | 304.86º | 0.76% | 0.48% | - |
| HSV(B) | 304.86º | 0.86% | 0.84% | - |
| XYZ | 38.91 | 19.55 | 56.37 | - |
| YUV | 104.7 | 181.79 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 200 | 0 | 0.86 | 0.07 | 0.16 | 304.86 | 0.76 | 0.48 |
| Hex | D7 | 1E | C8 | 0 | 56 | 7 | 10 | 131 | 4C | 30 |
| Octal | 327 | 36 | 310 | 0 | 126 | 7 | 20 | 461 | 114 | 60 |
| Binary | 11010111 | 11110 | 11001000 | 0 | 1010110 | 111 | 10000 | 100110001 | 1001100 | 110000 |
Color Harmonies of #D71EC8
Complementary color
Monochromatic Colors of #D71EC8
Black with #D71EC8
Text Example
Text Example
White with #D71EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EC8; }
p { color: rgb(215,30,200); }
H1.HeaderClassName
{
color: #D71EC8;
}
.AnyTagClassName
{
color: #D71EC8;
}
</style>
background-color css
<style>
a { background-color: #D71EC8; }
a { background-color: rgb(215,30,200); }
div.DivClassName
{
background-color: #D71EC8;
}
.BgClassName
{
background-color: #D71EC8;
}
</style>
border-color css
<style>
span { border-color: #D71EC8; }
span { border-color: rgb(215,30,200); }
td.TdClassName
{
border-color: #D71EC8;
}
.TagClassName
{
border-color: #D71EC8;
}
</style>