Shades of Deep Magenta #D71CBF
Tints of Deep Magenta #D71CBF
RGB
CMYK
RGB Variations
Color information
#D71CBF (or 0xD71CBF) is known color: Deep Magenta. HEX triplet: D7, 1C and BF. RGB value is (215,28,191). Sum of RGB (Red+Green+Blue) = 215+28+191=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CBF is #28E340. Grayscale: #666666. Windows color (decimal): -2679617 or 12524759. OLE color: 12524759.
HSL color Cylindrical-coordinate representation of color #D71CBF: hue angle of 307.7º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CBF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 191 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.16 |
| HSL | 307.7º | 0.77% | 0.48% | - |
| HSV(B) | 307.7º | 0.87% | 0.84% | - |
| XYZ | 37.84 | 19.04 | 50.97 | - |
| YUV | 102.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 191 | 0 | 0.87 | 0.11 | 0.16 | 307.7 | 0.77 | 0.48 |
| Hex | D7 | 1C | BF | 0 | 57 | B | 10 | 134 | 4D | 30 |
| Octal | 327 | 34 | 277 | 0 | 127 | 13 | 20 | 464 | 115 | 60 |
| Binary | 11010111 | 11100 | 10111111 | 0 | 1010111 | 1011 | 10000 | 100110100 | 1001101 | 110000 |
Color Harmonies of #D71CBF
Complementary color
Monochromatic Colors of #D71CBF
Black with #D71CBF
Text Example
Text Example
White with #D71CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CBF; }
p { color: rgb(215,28,191); }
H1.HeaderClassName
{
color: #D71CBF;
}
.AnyTagClassName
{
color: #D71CBF;
}
</style>
background-color css
<style>
a { background-color: #D71CBF; }
a { background-color: rgb(215,28,191); }
div.DivClassName
{
background-color: #D71CBF;
}
.BgClassName
{
background-color: #D71CBF;
}
</style>
border-color css
<style>
span { border-color: #D71CBF; }
span { border-color: rgb(215,28,191); }
td.TdClassName
{
border-color: #D71CBF;
}
.TagClassName
{
border-color: #D71CBF;
}
</style>