Shades of Medium Violet Red #D80577
Tints of Medium Violet Red #D80577
RGB
CMYK
RGB Variations
Color information
#D80577 (or 0xD80577) is known color: Medium Violet Red. HEX triplet: D8, 05 and 77. RGB value is (216,5,119). Sum of RGB (Red+Green+Blue) = 216+5+119=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D80577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80577 is #27FA88. Grayscale: #505050. Windows color (decimal): -2620041 or 7800280. OLE color: 7800280.
HSL color Cylindrical-coordinate representation of color #D80577: hue angle of 327.58º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80577 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.15 |
| HSL | 327.58º | 0.95% | 0.43% | - |
| HSV(B) | 327.58º | 0.98% | 0.85% | - |
| XYZ | 31.7 | 16.04 | 18.88 | - |
| YUV | 81.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 119 | 0 | 0.98 | 0.45 | 0.15 | 327.58 | 0.95 | 0.43 |
| Hex | D8 | 5 | 77 | 0 | 62 | 2D | F | 148 | 5F | 2B |
| Octal | 330 | 5 | 167 | 0 | 142 | 55 | 17 | 510 | 137 | 53 |
| Binary | 11011000 | 101 | 1110111 | 0 | 1100010 | 101101 | 1111 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D80577
Complementary color
Monochromatic Colors of #D80577
Black with #D80577
Text Example
Text Example
White with #D80577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80577; }
p { color: rgb(216,5,119); }
H1.HeaderClassName
{
color: #D80577;
}
.AnyTagClassName
{
color: #D80577;
}
</style>
background-color css
<style>
a { background-color: #D80577; }
a { background-color: rgb(216,5,119); }
div.DivClassName
{
background-color: #D80577;
}
.BgClassName
{
background-color: #D80577;
}
</style>
border-color css
<style>
span { border-color: #D80577; }
span { border-color: rgb(216,5,119); }
td.TdClassName
{
border-color: #D80577;
}
.TagClassName
{
border-color: #D80577;
}
</style>