Shades of Medium Violet Red #D91D86
Tints of Medium Violet Red #D91D86
RGB
CMYK
RGB Variations
Color information
#D91D86 (or 0xD91D86) is known color: Medium Violet Red. HEX triplet: D9, 1D and 86. RGB value is (217,29,134). Sum of RGB (Red+Green+Blue) = 217+29+134=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91D86 is #26E279. Grayscale: #606060. Windows color (decimal): -2548346 or 8789465. OLE color: 8789465.
HSL color Cylindrical-coordinate representation of color #D91D86: hue angle of 326.49º 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 #D91D86 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 134 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.15 |
| HSL | 326.49º | 0.76% | 0.48% | - |
| HSV(B) | 326.49º | 0.87% | 0.85% | - |
| XYZ | 33.36 | 17.35 | 24.15 | - |
| YUV | 97.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 134 | 0 | 0.87 | 0.38 | 0.15 | 326.49 | 0.76 | 0.48 |
| Hex | D9 | 1D | 86 | 0 | 57 | 26 | F | 146 | 4C | 30 |
| Octal | 331 | 35 | 206 | 0 | 127 | 46 | 17 | 506 | 114 | 60 |
| Binary | 11011001 | 11101 | 10000110 | 0 | 1010111 | 100110 | 1111 | 101000110 | 1001100 | 110000 |
Color Harmonies of #D91D86
Complementary color
Monochromatic Colors of #D91D86
Black with #D91D86
Text Example
Text Example
White with #D91D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D86; }
p { color: rgb(217,29,134); }
H1.HeaderClassName
{
color: #D91D86;
}
.AnyTagClassName
{
color: #D91D86;
}
</style>
background-color css
<style>
a { background-color: #D91D86; }
a { background-color: rgb(217,29,134); }
div.DivClassName
{
background-color: #D91D86;
}
.BgClassName
{
background-color: #D91D86;
}
</style>
border-color css
<style>
span { border-color: #D91D86; }
span { border-color: rgb(217,29,134); }
td.TdClassName
{
border-color: #D91D86;
}
.TagClassName
{
border-color: #D91D86;
}
</style>