Shades of Deep Magenta #D71BC2
Tints of Deep Magenta #D71BC2
RGB
CMYK
RGB Variations
Color information
#D71BC2 (or 0xD71BC2) is known color: Deep Magenta. HEX triplet: D7, 1B and C2. RGB value is (215,27,194). Sum of RGB (Red+Green+Blue) = 215+27+194=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BC2 is #28E43D. Grayscale: #656565. Windows color (decimal): -2679870 or 12721111. OLE color: 12721111.
HSL color Cylindrical-coordinate representation of color #D71BC2: hue angle of 306.7º 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 #D71BC2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 194 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.16 |
| HSL | 306.7º | 0.78% | 0.47% | - |
| HSV(B) | 306.7º | 0.87% | 0.84% | - |
| XYZ | 38.15 | 19.13 | 52.72 | - |
| YUV | 102.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 194 | 0 | 0.87 | 0.10 | 0.16 | 306.7 | 0.78 | 0.47 |
| Hex | D7 | 1B | C2 | 0 | 57 | A | 10 | 133 | 4E | 2F |
| Octal | 327 | 33 | 302 | 0 | 127 | 12 | 20 | 463 | 116 | 57 |
| Binary | 11010111 | 11011 | 11000010 | 0 | 1010111 | 1010 | 10000 | 100110011 | 1001110 | 101111 |
Color Harmonies of #D71BC2
Complementary color
Monochromatic Colors of #D71BC2
Black with #D71BC2
Text Example
Text Example
White with #D71BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BC2; }
p { color: rgb(215,27,194); }
H1.HeaderClassName
{
color: #D71BC2;
}
.AnyTagClassName
{
color: #D71BC2;
}
</style>
background-color css
<style>
a { background-color: #D71BC2; }
a { background-color: rgb(215,27,194); }
div.DivClassName
{
background-color: #D71BC2;
}
.BgClassName
{
background-color: #D71BC2;
}
</style>
border-color css
<style>
span { border-color: #D71BC2; }
span { border-color: rgb(215,27,194); }
td.TdClassName
{
border-color: #D71BC2;
}
.TagClassName
{
border-color: #D71BC2;
}
</style>