Shades of Medium Violet Red #D71C9A
Tints of Medium Violet Red #D71C9A
RGB
CMYK
RGB Variations
Color information
#D71C9A (or 0xD71C9A) is known color: Medium Violet Red. HEX triplet: D7, 1C and 9A. RGB value is (215,28,154). Sum of RGB (Red+Green+Blue) = 215+28+154=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C9A is #28E365. Grayscale: #616161. Windows color (decimal): -2679654 or 10099927. OLE color: 10099927.
HSL color Cylindrical-coordinate representation of color #D71C9A: hue angle of 319.57º 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 #D71C9A is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 154 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.16 |
| HSL | 319.57º | 0.77% | 0.48% | - |
| HSV(B) | 319.57º | 0.87% | 0.84% | - |
| XYZ | 34.27 | 17.61 | 32.16 | - |
| YUV | 98.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 154 | 0 | 0.87 | 0.28 | 0.16 | 319.57 | 0.77 | 0.48 |
| Hex | D7 | 1C | 9A | 0 | 57 | 1C | 10 | 140 | 4D | 30 |
| Octal | 327 | 34 | 232 | 0 | 127 | 34 | 20 | 500 | 115 | 60 |
| Binary | 11010111 | 11100 | 10011010 | 0 | 1010111 | 11100 | 10000 | 101000000 | 1001101 | 110000 |
Color Harmonies of #D71C9A
Complementary color
Monochromatic Colors of #D71C9A
Black with #D71C9A
Text Example
Text Example
White with #D71C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C9A; }
p { color: rgb(215,28,154); }
H1.HeaderClassName
{
color: #D71C9A;
}
.AnyTagClassName
{
color: #D71C9A;
}
</style>
background-color css
<style>
a { background-color: #D71C9A; }
a { background-color: rgb(215,28,154); }
div.DivClassName
{
background-color: #D71C9A;
}
.BgClassName
{
background-color: #D71C9A;
}
</style>
border-color css
<style>
span { border-color: #D71C9A; }
span { border-color: rgb(215,28,154); }
td.TdClassName
{
border-color: #D71C9A;
}
.TagClassName
{
border-color: #D71C9A;
}
</style>