Shades of Medium Violet Red #D81977
Tints of Medium Violet Red #D81977
RGB
CMYK
RGB Variations
Color information
#D81977 (or 0xD81977) is known color: Medium Violet Red. HEX triplet: D8, 19 and 77. RGB value is (216,25,119). Sum of RGB (Red+Green+Blue) = 216+25+119=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D81977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81977 is #27E688. Grayscale: #5C5C5C. Windows color (decimal): -2614921 or 7805400. OLE color: 7805400.
HSL color Cylindrical-coordinate representation of color #D81977: hue angle of 330.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81977 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 119 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.15 |
| HSL | 330.47º | 0.79% | 0.47% | - |
| HSV(B) | 330.47º | 0.88% | 0.85% | - |
| XYZ | 32 | 16.63 | 18.98 | - |
| YUV | 92.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 119 | 0 | 0.88 | 0.45 | 0.15 | 330.47 | 0.79 | 0.47 |
| Hex | D8 | 19 | 77 | 0 | 58 | 2D | F | 14A | 4F | 2F |
| Octal | 330 | 31 | 167 | 0 | 130 | 55 | 17 | 512 | 117 | 57 |
| Binary | 11011000 | 11001 | 1110111 | 0 | 1011000 | 101101 | 1111 | 101001010 | 1001111 | 101111 |
Color Harmonies of #D81977
Complementary color
Monochromatic Colors of #D81977
Black with #D81977
Text Example
Text Example
White with #D81977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81977; }
p { color: rgb(216,25,119); }
H1.HeaderClassName
{
color: #D81977;
}
.AnyTagClassName
{
color: #D81977;
}
</style>
background-color css
<style>
a { background-color: #D81977; }
a { background-color: rgb(216,25,119); }
div.DivClassName
{
background-color: #D81977;
}
.BgClassName
{
background-color: #D81977;
}
</style>
border-color css
<style>
span { border-color: #D81977; }
span { border-color: rgb(216,25,119); }
td.TdClassName
{
border-color: #D81977;
}
.TagClassName
{
border-color: #D81977;
}
</style>