Shades of Medium Violet Red #D91077
Tints of Medium Violet Red #D91077
RGB
CMYK
RGB Variations
Color information
#D91077 (or 0xD91077) is known color: Medium Violet Red. HEX triplet: D9, 10 and 77. RGB value is (217,16,119). Sum of RGB (Red+Green+Blue) = 217+16+119=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D91077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91077 is #26EF88. Grayscale: #575757. Windows color (decimal): -2551689 or 7803097. OLE color: 7803097.
HSL color Cylindrical-coordinate representation of color #D91077: hue angle of 329.25º 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 #D91077 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 119 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.15 |
| HSL | 329.25º | 0.86% | 0.46% | - |
| HSV(B) | 329.25º | 0.93% | 0.85% | - |
| XYZ | 32.13 | 16.45 | 18.94 | - |
| YUV | 87.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 119 | 0 | 0.93 | 0.45 | 0.15 | 329.25 | 0.86 | 0.46 |
| Hex | D9 | 10 | 77 | 0 | 5D | 2D | F | 149 | 56 | 2E |
| Octal | 331 | 20 | 167 | 0 | 135 | 55 | 17 | 511 | 126 | 56 |
| Binary | 11011001 | 10000 | 1110111 | 0 | 1011101 | 101101 | 1111 | 101001001 | 1010110 | 101110 |
Color Harmonies of #D91077
Complementary color
Monochromatic Colors of #D91077
Black with #D91077
Text Example
Text Example
White with #D91077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91077; }
p { color: rgb(217,16,119); }
H1.HeaderClassName
{
color: #D91077;
}
.AnyTagClassName
{
color: #D91077;
}
</style>
background-color css
<style>
a { background-color: #D91077; }
a { background-color: rgb(217,16,119); }
div.DivClassName
{
background-color: #D91077;
}
.BgClassName
{
background-color: #D91077;
}
</style>
border-color css
<style>
span { border-color: #D91077; }
span { border-color: rgb(217,16,119); }
td.TdClassName
{
border-color: #D91077;
}
.TagClassName
{
border-color: #D91077;
}
</style>