Shades of Medium Violet Red #D91186
Tints of Medium Violet Red #D91186
RGB
CMYK
RGB Variations
Color information
#D91186 (or 0xD91186) is known color: Medium Violet Red. HEX triplet: D9, 11 and 86. RGB value is (217,17,134). Sum of RGB (Red+Green+Blue) = 217+17+134=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D91186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91186 is #26EE79. Grayscale: #595959. Windows color (decimal): -2551418 or 8786393. OLE color: 8786393.
HSL color Cylindrical-coordinate representation of color #D91186: hue angle of 324.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91186 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 134 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.15 |
| HSL | 324.9º | 0.85% | 0.46% | - |
| HSV(B) | 324.9º | 0.92% | 0.85% | - |
| XYZ | 33.12 | 16.87 | 24.07 | - |
| YUV | 90.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 134 | 0 | 0.92 | 0.38 | 0.15 | 324.9 | 0.85 | 0.46 |
| Hex | D9 | 11 | 86 | 0 | 5C | 26 | F | 145 | 55 | 2E |
| Octal | 331 | 21 | 206 | 0 | 134 | 46 | 17 | 505 | 125 | 56 |
| Binary | 11011001 | 10001 | 10000110 | 0 | 1011100 | 100110 | 1111 | 101000101 | 1010101 | 101110 |
Color Harmonies of #D91186
Complementary color
Monochromatic Colors of #D91186
Black with #D91186
Text Example
Text Example
White with #D91186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91186; }
p { color: rgb(217,17,134); }
H1.HeaderClassName
{
color: #D91186;
}
.AnyTagClassName
{
color: #D91186;
}
</style>
background-color css
<style>
a { background-color: #D91186; }
a { background-color: rgb(217,17,134); }
div.DivClassName
{
background-color: #D91186;
}
.BgClassName
{
background-color: #D91186;
}
</style>
border-color css
<style>
span { border-color: #D91186; }
span { border-color: rgb(217,17,134); }
td.TdClassName
{
border-color: #D91186;
}
.TagClassName
{
border-color: #D91186;
}
</style>