Shades of Medium Violet Red #D71C92
Tints of Medium Violet Red #D71C92
RGB
CMYK
RGB Variations
Color information
#D71C92 (or 0xD71C92) is known color: Medium Violet Red. HEX triplet: D7, 1C and 92. RGB value is (215,28,146). Sum of RGB (Red+Green+Blue) = 215+28+146=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C92 is #28E36D. Grayscale: #616161. Windows color (decimal): -2679662 or 9575639. OLE color: 9575639.
HSL color Cylindrical-coordinate representation of color #D71C92: hue angle of 322.14º 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 #D71C92 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 146 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.16 |
| HSL | 322.14º | 0.77% | 0.48% | - |
| HSV(B) | 322.14º | 0.87% | 0.84% | - |
| XYZ | 33.63 | 17.35 | 28.77 | - |
| YUV | 97.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 146 | 0 | 0.87 | 0.32 | 0.16 | 322.14 | 0.77 | 0.48 |
| Hex | D7 | 1C | 92 | 0 | 57 | 20 | 10 | 142 | 4D | 30 |
| Octal | 327 | 34 | 222 | 0 | 127 | 40 | 20 | 502 | 115 | 60 |
| Binary | 11010111 | 11100 | 10010010 | 0 | 1010111 | 100000 | 10000 | 101000010 | 1001101 | 110000 |
Color Harmonies of #D71C92
Complementary color
Monochromatic Colors of #D71C92
Black with #D71C92
Text Example
Text Example
White with #D71C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C92; }
p { color: rgb(215,28,146); }
H1.HeaderClassName
{
color: #D71C92;
}
.AnyTagClassName
{
color: #D71C92;
}
</style>
background-color css
<style>
a { background-color: #D71C92; }
a { background-color: rgb(215,28,146); }
div.DivClassName
{
background-color: #D71C92;
}
.BgClassName
{
background-color: #D71C92;
}
</style>
border-color css
<style>
span { border-color: #D71C92; }
span { border-color: rgb(215,28,146); }
td.TdClassName
{
border-color: #D71C92;
}
.TagClassName
{
border-color: #D71C92;
}
</style>