Shades of Medium Violet Red #D71E9C
Tints of Medium Violet Red #D71E9C
RGB
CMYK
RGB Variations
Color information
#D71E9C (or 0xD71E9C) is known color: Medium Violet Red. HEX triplet: D7, 1E and 9C. RGB value is (215,30,156). Sum of RGB (Red+Green+Blue) = 215+30+156=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E9C is #28E163. Grayscale: #636363. Windows color (decimal): -2679140 or 10231511. OLE color: 10231511.
HSL color Cylindrical-coordinate representation of color #D71E9C: hue angle of 319.14º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E9C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 156 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.16 |
| HSL | 319.14º | 0.76% | 0.48% | - |
| HSV(B) | 319.14º | 0.86% | 0.84% | - |
| XYZ | 34.49 | 17.78 | 33.07 | - |
| YUV | 99.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 156 | 0 | 0.86 | 0.27 | 0.16 | 319.14 | 0.76 | 0.48 |
| Hex | D7 | 1E | 9C | 0 | 56 | 1B | 10 | 13F | 4C | 30 |
| Octal | 327 | 36 | 234 | 0 | 126 | 33 | 20 | 477 | 114 | 60 |
| Binary | 11010111 | 11110 | 10011100 | 0 | 1010110 | 11011 | 10000 | 100111111 | 1001100 | 110000 |
Color Harmonies of #D71E9C
Complementary color
Monochromatic Colors of #D71E9C
Black with #D71E9C
Text Example
Text Example
White with #D71E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E9C; }
p { color: rgb(215,30,156); }
H1.HeaderClassName
{
color: #D71E9C;
}
.AnyTagClassName
{
color: #D71E9C;
}
</style>
background-color css
<style>
a { background-color: #D71E9C; }
a { background-color: rgb(215,30,156); }
div.DivClassName
{
background-color: #D71E9C;
}
.BgClassName
{
background-color: #D71E9C;
}
</style>
border-color css
<style>
span { border-color: #D71E9C; }
span { border-color: rgb(215,30,156); }
td.TdClassName
{
border-color: #D71E9C;
}
.TagClassName
{
border-color: #D71E9C;
}
</style>