Shades of Medium Violet Red #D91377
Tints of Medium Violet Red #D91377
RGB
CMYK
RGB Variations
Color information
#D91377 (or 0xD91377) is known color: Medium Violet Red. HEX triplet: D9, 13 and 77. RGB value is (217,19,119). Sum of RGB (Red+Green+Blue) = 217+19+119=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D91377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91377 is #26EC88. Grayscale: #595959. Windows color (decimal): -2550921 or 7803865. OLE color: 7803865.
HSL color Cylindrical-coordinate representation of color #D91377: hue angle of 329.7º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91377 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 119 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.15 |
| HSL | 329.7º | 0.84% | 0.46% | - |
| HSV(B) | 329.7º | 0.91% | 0.85% | - |
| XYZ | 32.18 | 16.55 | 18.95 | - |
| YUV | 89.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 119 | 0 | 0.91 | 0.45 | 0.15 | 329.7 | 0.84 | 0.46 |
| Hex | D9 | 13 | 77 | 0 | 5B | 2D | F | 14A | 54 | 2E |
| Octal | 331 | 23 | 167 | 0 | 133 | 55 | 17 | 512 | 124 | 56 |
| Binary | 11011001 | 10011 | 1110111 | 0 | 1011011 | 101101 | 1111 | 101001010 | 1010100 | 101110 |
Color Harmonies of #D91377
Complementary color
Monochromatic Colors of #D91377
Black with #D91377
Text Example
Text Example
White with #D91377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91377; }
p { color: rgb(217,19,119); }
H1.HeaderClassName
{
color: #D91377;
}
.AnyTagClassName
{
color: #D91377;
}
</style>
background-color css
<style>
a { background-color: #D91377; }
a { background-color: rgb(217,19,119); }
div.DivClassName
{
background-color: #D91377;
}
.BgClassName
{
background-color: #D91377;
}
</style>
border-color css
<style>
span { border-color: #D91377; }
span { border-color: rgb(217,19,119); }
td.TdClassName
{
border-color: #D91377;
}
.TagClassName
{
border-color: #D91377;
}
</style>