Shades of Medium Violet Red #D91095
Tints of Medium Violet Red #D91095
RGB
CMYK
RGB Variations
Color information
#D91095 (or 0xD91095) is known color: Medium Violet Red. HEX triplet: D9, 10 and 95. RGB value is (217,16,149). Sum of RGB (Red+Green+Blue) = 217+16+149=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D91095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91095 is #26EF6A. Grayscale: #5A5A5A. Windows color (decimal): -2551659 or 9769177. OLE color: 9769177.
HSL color Cylindrical-coordinate representation of color #D91095: hue angle of 320.3º 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 #D91095 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.15 |
| HSL | 320.3º | 0.86% | 0.46% | - |
| HSV(B) | 320.3º | 0.93% | 0.85% | - |
| XYZ | 34.23 | 17.29 | 29.97 | - |
| YUV | 91.26 | 160.59 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 149 | 0 | 0.93 | 0.31 | 0.15 | 320.3 | 0.86 | 0.46 |
| Hex | D9 | 10 | 95 | 0 | 5D | 1F | F | 140 | 56 | 2E |
| Octal | 331 | 20 | 225 | 0 | 135 | 37 | 17 | 500 | 126 | 56 |
| Binary | 11011001 | 10000 | 10010101 | 0 | 1011101 | 11111 | 1111 | 101000000 | 1010110 | 101110 |
Color Harmonies of #D91095
Complementary color
Monochromatic Colors of #D91095
Black with #D91095
Text Example
Text Example
White with #D91095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91095; }
p { color: rgb(217,16,149); }
H1.HeaderClassName
{
color: #D91095;
}
.AnyTagClassName
{
color: #D91095;
}
</style>
background-color css
<style>
a { background-color: #D91095; }
a { background-color: rgb(217,16,149); }
div.DivClassName
{
background-color: #D91095;
}
.BgClassName
{
background-color: #D91095;
}
</style>
border-color css
<style>
span { border-color: #D91095; }
span { border-color: rgb(217,16,149); }
td.TdClassName
{
border-color: #D91095;
}
.TagClassName
{
border-color: #D91095;
}
</style>