Shades of Deep Magenta #D71FB8
Tints of Deep Magenta #D71FB8
RGB
CMYK
RGB Variations
Color information
#D71FB8 (or 0xD71FB8) is known color: Deep Magenta. HEX triplet: D7, 1F and B8. RGB value is (215,31,184). Sum of RGB (Red+Green+Blue) = 215+31+184=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FB8 is #28E047. Grayscale: #676767. Windows color (decimal): -2678856 or 12066775. OLE color: 12066775.
HSL color Cylindrical-coordinate representation of color #D71FB8: hue angle of 310.11º degrees, saturation: 0.75, 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 #D71FB8 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 184 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.16 |
| HSL | 310.11º | 0.75% | 0.48% | - |
| HSV(B) | 310.11º | 0.86% | 0.84% | - |
| XYZ | 37.17 | 18.89 | 47.03 | - |
| YUV | 103.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 184 | 0 | 0.86 | 0.14 | 0.16 | 310.11 | 0.75 | 0.48 |
| Hex | D7 | 1F | B8 | 0 | 56 | E | 10 | 136 | 4B | 30 |
| Octal | 327 | 37 | 270 | 0 | 126 | 16 | 20 | 466 | 113 | 60 |
| Binary | 11010111 | 11111 | 10111000 | 0 | 1010110 | 1110 | 10000 | 100110110 | 1001011 | 110000 |
Color Harmonies of #D71FB8
Complementary color
Monochromatic Colors of #D71FB8
Black with #D71FB8
Text Example
Text Example
White with #D71FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FB8; }
p { color: rgb(215,31,184); }
H1.HeaderClassName
{
color: #D71FB8;
}
.AnyTagClassName
{
color: #D71FB8;
}
</style>
background-color css
<style>
a { background-color: #D71FB8; }
a { background-color: rgb(215,31,184); }
div.DivClassName
{
background-color: #D71FB8;
}
.BgClassName
{
background-color: #D71FB8;
}
</style>
border-color css
<style>
span { border-color: #D71FB8; }
span { border-color: rgb(215,31,184); }
td.TdClassName
{
border-color: #D71FB8;
}
.TagClassName
{
border-color: #D71FB8;
}
</style>