Shades of Medium Violet Red #D91577
Tints of Medium Violet Red #D91577
RGB
CMYK
RGB Variations
Color information
#D91577 (or 0xD91577) is known color: Medium Violet Red. HEX triplet: D9, 15 and 77. RGB value is (217,21,119). Sum of RGB (Red+Green+Blue) = 217+21+119=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D91577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91577 is #26EA88. Grayscale: #5A5A5A. Windows color (decimal): -2550409 or 7804377. OLE color: 7804377.
HSL color Cylindrical-coordinate representation of color #D91577: hue angle of 330º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91577 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 119 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.15 |
| HSL | 330º | 0.82% | 0.47% | - |
| HSV(B) | 330º | 0.9% | 0.85% | - |
| XYZ | 32.21 | 16.62 | 18.96 | - |
| YUV | 90.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 119 | 0 | 0.90 | 0.45 | 0.15 | 330 | 0.82 | 0.47 |
| Hex | D9 | 15 | 77 | 0 | 5A | 2D | F | 14A | 52 | 2F |
| Octal | 331 | 25 | 167 | 0 | 132 | 55 | 17 | 512 | 122 | 57 |
| Binary | 11011001 | 10101 | 1110111 | 0 | 1011010 | 101101 | 1111 | 101001010 | 1010010 | 101111 |
Color Harmonies of #D91577
Complementary color
Monochromatic Colors of #D91577
Black with #D91577
Text Example
Text Example
White with #D91577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91577; }
p { color: rgb(217,21,119); }
H1.HeaderClassName
{
color: #D91577;
}
.AnyTagClassName
{
color: #D91577;
}
</style>
background-color css
<style>
a { background-color: #D91577; }
a { background-color: rgb(217,21,119); }
div.DivClassName
{
background-color: #D91577;
}
.BgClassName
{
background-color: #D91577;
}
</style>
border-color css
<style>
span { border-color: #D91577; }
span { border-color: rgb(217,21,119); }
td.TdClassName
{
border-color: #D91577;
}
.TagClassName
{
border-color: #D91577;
}
</style>