Shades of Medium Violet Red #D91D87
Tints of Medium Violet Red #D91D87
RGB
CMYK
RGB Variations
Color information
#D91D87 (or 0xD91D87) is known color: Medium Violet Red. HEX triplet: D9, 1D and 87. RGB value is (217,29,135). Sum of RGB (Red+Green+Blue) = 217+29+135=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91D87 is #26E278. Grayscale: #616161. Windows color (decimal): -2548345 or 8855001. OLE color: 8855001.
HSL color Cylindrical-coordinate representation of color #D91D87: hue angle of 326.17º degrees, saturation: 0.76, 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 #D91D87 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 135 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.15 |
| HSL | 326.17º | 0.76% | 0.48% | - |
| HSV(B) | 326.17º | 0.87% | 0.85% | - |
| XYZ | 33.43 | 17.38 | 24.51 | - |
| YUV | 97.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 135 | 0 | 0.87 | 0.38 | 0.15 | 326.17 | 0.76 | 0.48 |
| Hex | D9 | 1D | 87 | 0 | 57 | 26 | F | 146 | 4C | 30 |
| Octal | 331 | 35 | 207 | 0 | 127 | 46 | 17 | 506 | 114 | 60 |
| Binary | 11011001 | 11101 | 10000111 | 0 | 1010111 | 100110 | 1111 | 101000110 | 1001100 | 110000 |
Color Harmonies of #D91D87
Complementary color
Monochromatic Colors of #D91D87
Black with #D91D87
Text Example
Text Example
White with #D91D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D87; }
p { color: rgb(217,29,135); }
H1.HeaderClassName
{
color: #D91D87;
}
.AnyTagClassName
{
color: #D91D87;
}
</style>
background-color css
<style>
a { background-color: #D91D87; }
a { background-color: rgb(217,29,135); }
div.DivClassName
{
background-color: #D91D87;
}
.BgClassName
{
background-color: #D91D87;
}
</style>
border-color css
<style>
span { border-color: #D91D87; }
span { border-color: rgb(217,29,135); }
td.TdClassName
{
border-color: #D91D87;
}
.TagClassName
{
border-color: #D91D87;
}
</style>