Shades of Medium Violet Red #D71CA8
Tints of Medium Violet Red #D71CA8
RGB
CMYK
RGB Variations
Color information
#D71CA8 (or 0xD71CA8) is known color: Medium Violet Red. HEX triplet: D7, 1C and A8. RGB value is (215,28,168). Sum of RGB (Red+Green+Blue) = 215+28+168=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CA8 is #28E357. Grayscale: #636363. Windows color (decimal): -2679640 or 11017431. OLE color: 11017431.
HSL color Cylindrical-coordinate representation of color #D71CA8: hue angle of 315.08º 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 #D71CA8 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 168 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.16 |
| HSL | 315.08º | 0.77% | 0.48% | - |
| HSV(B) | 315.08º | 0.87% | 0.84% | - |
| XYZ | 35.51 | 18.1 | 38.67 | - |
| YUV | 99.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 168 | 0 | 0.87 | 0.22 | 0.16 | 315.08 | 0.77 | 0.48 |
| Hex | D7 | 1C | A8 | 0 | 57 | 16 | 10 | 13B | 4D | 30 |
| Octal | 327 | 34 | 250 | 0 | 127 | 26 | 20 | 473 | 115 | 60 |
| Binary | 11010111 | 11100 | 10101000 | 0 | 1010111 | 10110 | 10000 | 100111011 | 1001101 | 110000 |
Color Harmonies of #D71CA8
Complementary color
Monochromatic Colors of #D71CA8
Black with #D71CA8
Text Example
Text Example
White with #D71CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CA8; }
p { color: rgb(215,28,168); }
H1.HeaderClassName
{
color: #D71CA8;
}
.AnyTagClassName
{
color: #D71CA8;
}
</style>
background-color css
<style>
a { background-color: #D71CA8; }
a { background-color: rgb(215,28,168); }
div.DivClassName
{
background-color: #D71CA8;
}
.BgClassName
{
background-color: #D71CA8;
}
</style>
border-color css
<style>
span { border-color: #D71CA8; }
span { border-color: rgb(215,28,168); }
td.TdClassName
{
border-color: #D71CA8;
}
.TagClassName
{
border-color: #D71CA8;
}
</style>