Shades of Medium Violet Red #D81C77
Tints of Medium Violet Red #D81C77
RGB
CMYK
RGB Variations
Color information
#D81C77 (or 0xD81C77) is known color: Medium Violet Red. HEX triplet: D8, 1C and 77. RGB value is (216,28,119). Sum of RGB (Red+Green+Blue) = 216+28+119=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81C77 is #27E388. Grayscale: #5E5E5E. Windows color (decimal): -2614153 or 7806168. OLE color: 7806168.
HSL color Cylindrical-coordinate representation of color #D81C77: hue angle of 330.96º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C77 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 119 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.15 |
| HSL | 330.96º | 0.77% | 0.48% | - |
| HSV(B) | 330.96º | 0.87% | 0.85% | - |
| XYZ | 32.06 | 16.76 | 19 | - |
| YUV | 94.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 119 | 0 | 0.87 | 0.45 | 0.15 | 330.96 | 0.77 | 0.48 |
| Hex | D8 | 1C | 77 | 0 | 57 | 2D | F | 14B | 4D | 30 |
| Octal | 330 | 34 | 167 | 0 | 127 | 55 | 17 | 513 | 115 | 60 |
| Binary | 11011000 | 11100 | 1110111 | 0 | 1010111 | 101101 | 1111 | 101001011 | 1001101 | 110000 |
Color Harmonies of #D81C77
Complementary color
Monochromatic Colors of #D81C77
Black with #D81C77
Text Example
Text Example
White with #D81C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C77; }
p { color: rgb(216,28,119); }
H1.HeaderClassName
{
color: #D81C77;
}
.AnyTagClassName
{
color: #D81C77;
}
</style>
background-color css
<style>
a { background-color: #D81C77; }
a { background-color: rgb(216,28,119); }
div.DivClassName
{
background-color: #D81C77;
}
.BgClassName
{
background-color: #D81C77;
}
</style>
border-color css
<style>
span { border-color: #D81C77; }
span { border-color: rgb(216,28,119); }
td.TdClassName
{
border-color: #D81C77;
}
.TagClassName
{
border-color: #D81C77;
}
</style>