Shades of Deep Magenta #D71EB8
Tints of Deep Magenta #D71EB8
RGB
CMYK
RGB Variations
Color information
#D71EB8 (or 0xD71EB8) is known color: Deep Magenta. HEX triplet: D7, 1E and B8. RGB value is (215,30,184). Sum of RGB (Red+Green+Blue) = 215+30+184=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EB8 is #28E147. Grayscale: #666666. Windows color (decimal): -2679112 or 12066519. OLE color: 12066519.
HSL color Cylindrical-coordinate representation of color #D71EB8: hue angle of 310.05º 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 #D71EB8 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 184 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.16 |
| HSL | 310.05º | 0.76% | 0.48% | - |
| HSV(B) | 310.05º | 0.86% | 0.84% | - |
| XYZ | 37.14 | 18.84 | 47.03 | - |
| YUV | 102.87 | 173.79 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 184 | 0 | 0.86 | 0.14 | 0.16 | 310.05 | 0.76 | 0.48 |
| Hex | D7 | 1E | B8 | 0 | 56 | E | 10 | 136 | 4C | 30 |
| Octal | 327 | 36 | 270 | 0 | 126 | 16 | 20 | 466 | 114 | 60 |
| Binary | 11010111 | 11110 | 10111000 | 0 | 1010110 | 1110 | 10000 | 100110110 | 1001100 | 110000 |
Color Harmonies of #D71EB8
Complementary color
Monochromatic Colors of #D71EB8
Black with #D71EB8
Text Example
Text Example
White with #D71EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EB8; }
p { color: rgb(215,30,184); }
H1.HeaderClassName
{
color: #D71EB8;
}
.AnyTagClassName
{
color: #D71EB8;
}
</style>
background-color css
<style>
a { background-color: #D71EB8; }
a { background-color: rgb(215,30,184); }
div.DivClassName
{
background-color: #D71EB8;
}
.BgClassName
{
background-color: #D71EB8;
}
</style>
border-color css
<style>
span { border-color: #D71EB8; }
span { border-color: rgb(215,30,184); }
td.TdClassName
{
border-color: #D71EB8;
}
.TagClassName
{
border-color: #D71EB8;
}
</style>