Shades of Medium Violet Red #D91477
Tints of Medium Violet Red #D91477
RGB
CMYK
RGB Variations
Color information
#D91477 (or 0xD91477) is known color: Medium Violet Red. HEX triplet: D9, 14 and 77. RGB value is (217,20,119). Sum of RGB (Red+Green+Blue) = 217+20+119=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D91477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91477 is #26EB88. Grayscale: #595959. Windows color (decimal): -2550665 or 7804121. OLE color: 7804121.
HSL color Cylindrical-coordinate representation of color #D91477: hue angle of 329.85º degrees, saturation: 0.83, 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 #D91477 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 119 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.15 |
| HSL | 329.85º | 0.83% | 0.46% | - |
| HSV(B) | 329.85º | 0.91% | 0.85% | - |
| XYZ | 32.2 | 16.58 | 18.96 | - |
| YUV | 90.19 | 144.27 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 119 | 0 | 0.91 | 0.45 | 0.15 | 329.85 | 0.83 | 0.46 |
| Hex | D9 | 14 | 77 | 0 | 5B | 2D | F | 14A | 53 | 2E |
| Octal | 331 | 24 | 167 | 0 | 133 | 55 | 17 | 512 | 123 | 56 |
| Binary | 11011001 | 10100 | 1110111 | 0 | 1011011 | 101101 | 1111 | 101001010 | 1010011 | 101110 |
Color Harmonies of #D91477
Complementary color
Monochromatic Colors of #D91477
Black with #D91477
Text Example
Text Example
White with #D91477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91477; }
p { color: rgb(217,20,119); }
H1.HeaderClassName
{
color: #D91477;
}
.AnyTagClassName
{
color: #D91477;
}
</style>
background-color css
<style>
a { background-color: #D91477; }
a { background-color: rgb(217,20,119); }
div.DivClassName
{
background-color: #D91477;
}
.BgClassName
{
background-color: #D91477;
}
</style>
border-color css
<style>
span { border-color: #D91477; }
span { border-color: rgb(217,20,119); }
td.TdClassName
{
border-color: #D91477;
}
.TagClassName
{
border-color: #D91477;
}
</style>