Shades of Deep Magenta #D71BB8
Tints of Deep Magenta #D71BB8
RGB
CMYK
RGB Variations
Color information
#D71BB8 (or 0xD71BB8) is known color: Deep Magenta. HEX triplet: D7, 1B and B8. RGB value is (215,27,184). Sum of RGB (Red+Green+Blue) = 215+27+184=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BB8 is #28E447. Grayscale: #646464. Windows color (decimal): -2679880 or 12065751. OLE color: 12065751.
HSL color Cylindrical-coordinate representation of color #D71BB8: hue angle of 309.89º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BB8 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 184 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.16 |
| HSL | 309.89º | 0.78% | 0.47% | - |
| HSV(B) | 309.89º | 0.87% | 0.84% | - |
| XYZ | 37.07 | 18.69 | 47 | - |
| YUV | 101.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 184 | 0 | 0.87 | 0.14 | 0.16 | 309.89 | 0.78 | 0.47 |
| Hex | D7 | 1B | B8 | 0 | 57 | E | 10 | 136 | 4E | 2F |
| Octal | 327 | 33 | 270 | 0 | 127 | 16 | 20 | 466 | 116 | 57 |
| Binary | 11010111 | 11011 | 10111000 | 0 | 1010111 | 1110 | 10000 | 100110110 | 1001110 | 101111 |
Color Harmonies of #D71BB8
Complementary color
Monochromatic Colors of #D71BB8
Black with #D71BB8
Text Example
Text Example
White with #D71BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BB8; }
p { color: rgb(215,27,184); }
H1.HeaderClassName
{
color: #D71BB8;
}
.AnyTagClassName
{
color: #D71BB8;
}
</style>
background-color css
<style>
a { background-color: #D71BB8; }
a { background-color: rgb(215,27,184); }
div.DivClassName
{
background-color: #D71BB8;
}
.BgClassName
{
background-color: #D71BB8;
}
</style>
border-color css
<style>
span { border-color: #D71BB8; }
span { border-color: rgb(215,27,184); }
td.TdClassName
{
border-color: #D71BB8;
}
.TagClassName
{
border-color: #D71BB8;
}
</style>