Shades of Medium Violet Red #D91086
Tints of Medium Violet Red #D91086
RGB
CMYK
RGB Variations
Color information
#D91086 (or 0xD91086) is known color: Medium Violet Red. HEX triplet: D9, 10 and 86. RGB value is (217,16,134). Sum of RGB (Red+Green+Blue) = 217+16+134=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D91086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91086 is #26EF79. Grayscale: #595959. Windows color (decimal): -2551674 or 8786137. OLE color: 8786137.
HSL color Cylindrical-coordinate representation of color #D91086: hue angle of 324.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91086 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 134 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.15 |
| HSL | 324.78º | 0.86% | 0.46% | - |
| HSV(B) | 324.78º | 0.93% | 0.85% | - |
| XYZ | 33.1 | 16.84 | 24.06 | - |
| YUV | 89.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 134 | 0 | 0.93 | 0.38 | 0.15 | 324.78 | 0.86 | 0.46 |
| Hex | D9 | 10 | 86 | 0 | 5D | 26 | F | 145 | 56 | 2E |
| Octal | 331 | 20 | 206 | 0 | 135 | 46 | 17 | 505 | 126 | 56 |
| Binary | 11011001 | 10000 | 10000110 | 0 | 1011101 | 100110 | 1111 | 101000101 | 1010110 | 101110 |
Color Harmonies of #D91086
Complementary color
Monochromatic Colors of #D91086
Black with #D91086
Text Example
Text Example
White with #D91086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91086; }
p { color: rgb(217,16,134); }
H1.HeaderClassName
{
color: #D91086;
}
.AnyTagClassName
{
color: #D91086;
}
</style>
background-color css
<style>
a { background-color: #D91086; }
a { background-color: rgb(217,16,134); }
div.DivClassName
{
background-color: #D91086;
}
.BgClassName
{
background-color: #D91086;
}
</style>
border-color css
<style>
span { border-color: #D91086; }
span { border-color: rgb(217,16,134); }
td.TdClassName
{
border-color: #D91086;
}
.TagClassName
{
border-color: #D91086;
}
</style>