Shades of Medium Violet Red #D71C9C
Tints of Medium Violet Red #D71C9C
RGB
CMYK
RGB Variations
Color information
#D71C9C (or 0xD71C9C) is known color: Medium Violet Red. HEX triplet: D7, 1C and 9C. RGB value is (215,28,156). Sum of RGB (Red+Green+Blue) = 215+28+156=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C9C is #28E363. Grayscale: #626262. Windows color (decimal): -2679652 or 10230999. OLE color: 10230999.
HSL color Cylindrical-coordinate representation of color #D71C9C: hue angle of 318.93º 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 #D71C9C is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 156 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.16 |
| HSL | 318.93º | 0.77% | 0.48% | - |
| HSV(B) | 318.93º | 0.87% | 0.84% | - |
| XYZ | 34.44 | 17.68 | 33.05 | - |
| YUV | 98.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 156 | 0 | 0.87 | 0.27 | 0.16 | 318.93 | 0.77 | 0.48 |
| Hex | D7 | 1C | 9C | 0 | 57 | 1B | 10 | 13F | 4D | 30 |
| Octal | 327 | 34 | 234 | 0 | 127 | 33 | 20 | 477 | 115 | 60 |
| Binary | 11010111 | 11100 | 10011100 | 0 | 1010111 | 11011 | 10000 | 100111111 | 1001101 | 110000 |
Color Harmonies of #D71C9C
Complementary color
Monochromatic Colors of #D71C9C
Black with #D71C9C
Text Example
Text Example
White with #D71C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C9C; }
p { color: rgb(215,28,156); }
H1.HeaderClassName
{
color: #D71C9C;
}
.AnyTagClassName
{
color: #D71C9C;
}
</style>
background-color css
<style>
a { background-color: #D71C9C; }
a { background-color: rgb(215,28,156); }
div.DivClassName
{
background-color: #D71C9C;
}
.BgClassName
{
background-color: #D71C9C;
}
</style>
border-color css
<style>
span { border-color: #D71C9C; }
span { border-color: rgb(215,28,156); }
td.TdClassName
{
border-color: #D71C9C;
}
.TagClassName
{
border-color: #D71C9C;
}
</style>