Shades of Medium Violet Red #D91C87
Tints of Medium Violet Red #D91C87
RGB
CMYK
RGB Variations
Color information
#D91C87 (or 0xD91C87) is known color: Medium Violet Red. HEX triplet: D9, 1C and 87. RGB value is (217,28,135). Sum of RGB (Red+Green+Blue) = 217+28+135=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91C87 is #26E378. Grayscale: #606060. Windows color (decimal): -2548601 or 8854745. OLE color: 8854745.
HSL color Cylindrical-coordinate representation of color #D91C87: hue angle of 326.03º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91C87 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 135 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.15 |
| HSL | 326.03º | 0.77% | 0.48% | - |
| HSV(B) | 326.03º | 0.87% | 0.85% | - |
| XYZ | 33.4 | 17.33 | 24.51 | - |
| YUV | 96.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 135 | 0 | 0.87 | 0.38 | 0.15 | 326.03 | 0.77 | 0.48 |
| Hex | D9 | 1C | 87 | 0 | 57 | 26 | F | 146 | 4D | 30 |
| Octal | 331 | 34 | 207 | 0 | 127 | 46 | 17 | 506 | 115 | 60 |
| Binary | 11011001 | 11100 | 10000111 | 0 | 1010111 | 100110 | 1111 | 101000110 | 1001101 | 110000 |
Color Harmonies of #D91C87
Complementary color
Monochromatic Colors of #D91C87
Black with #D91C87
Text Example
Text Example
White with #D91C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91C87; }
p { color: rgb(217,28,135); }
H1.HeaderClassName
{
color: #D91C87;
}
.AnyTagClassName
{
color: #D91C87;
}
</style>
background-color css
<style>
a { background-color: #D91C87; }
a { background-color: rgb(217,28,135); }
div.DivClassName
{
background-color: #D91C87;
}
.BgClassName
{
background-color: #D91C87;
}
</style>
border-color css
<style>
span { border-color: #D91C87; }
span { border-color: rgb(217,28,135); }
td.TdClassName
{
border-color: #D91C87;
}
.TagClassName
{
border-color: #D91C87;
}
</style>