Shades of Medium Violet Red #D91B77
Tints of Medium Violet Red #D91B77
RGB
CMYK
RGB Variations
Color information
#D91B77 (or 0xD91B77) is known color: Medium Violet Red. HEX triplet: D9, 1B and 77. RGB value is (217,27,119). Sum of RGB (Red+Green+Blue) = 217+27+119=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B77 is #26E488. Grayscale: #5E5E5E. Windows color (decimal): -2548873 or 7805913. OLE color: 7805913.
HSL color Cylindrical-coordinate representation of color #D91B77: hue angle of 330.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91B77 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 119 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.15 |
| HSL | 330.95º | 0.78% | 0.48% | - |
| HSV(B) | 330.95º | 0.88% | 0.85% | - |
| XYZ | 32.34 | 16.87 | 19 | - |
| YUV | 94.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 119 | 0 | 0.88 | 0.45 | 0.15 | 330.95 | 0.78 | 0.48 |
| Hex | D9 | 1B | 77 | 0 | 58 | 2D | F | 14B | 4E | 30 |
| Octal | 331 | 33 | 167 | 0 | 130 | 55 | 17 | 513 | 116 | 60 |
| Binary | 11011001 | 11011 | 1110111 | 0 | 1011000 | 101101 | 1111 | 101001011 | 1001110 | 110000 |
Color Harmonies of #D91B77
Complementary color
Monochromatic Colors of #D91B77
Black with #D91B77
Text Example
Text Example
White with #D91B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B77; }
p { color: rgb(217,27,119); }
H1.HeaderClassName
{
color: #D91B77;
}
.AnyTagClassName
{
color: #D91B77;
}
</style>
background-color css
<style>
a { background-color: #D91B77; }
a { background-color: rgb(217,27,119); }
div.DivClassName
{
background-color: #D91B77;
}
.BgClassName
{
background-color: #D91B77;
}
</style>
border-color css
<style>
span { border-color: #D91B77; }
span { border-color: rgb(217,27,119); }
td.TdClassName
{
border-color: #D91B77;
}
.TagClassName
{
border-color: #D91B77;
}
</style>