Shades of Medium Violet Red #D80C87
Tints of Medium Violet Red #D80C87
RGB
CMYK
RGB Variations
Color information
#D80C87 (or 0xD80C87) is known color: Medium Violet Red. HEX triplet: D8, 0C and 87. RGB value is (216,12,135). Sum of RGB (Red+Green+Blue) = 216+12+135=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C87 is #27F378. Grayscale: #565656. Windows color (decimal): -2618233 or 8850648. OLE color: 8850648.
HSL color Cylindrical-coordinate representation of color #D80C87: hue angle of 323.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C87 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 135 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.15 |
| HSL | 323.82º | 0.89% | 0.45% | - |
| HSV(B) | 323.82º | 0.94% | 0.85% | - |
| XYZ | 32.82 | 16.61 | 24.4 | - |
| YUV | 87.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 135 | 0 | 0.94 | 0.38 | 0.15 | 323.82 | 0.89 | 0.45 |
| Hex | D8 | C | 87 | 0 | 5E | 26 | F | 144 | 59 | 2D |
| Octal | 330 | 14 | 207 | 0 | 136 | 46 | 17 | 504 | 131 | 55 |
| Binary | 11011000 | 1100 | 10000111 | 0 | 1011110 | 100110 | 1111 | 101000100 | 1011001 | 101101 |
Color Harmonies of #D80C87
Complementary color
Monochromatic Colors of #D80C87
Black with #D80C87
Text Example
Text Example
White with #D80C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C87; }
p { color: rgb(216,12,135); }
H1.HeaderClassName
{
color: #D80C87;
}
.AnyTagClassName
{
color: #D80C87;
}
</style>
background-color css
<style>
a { background-color: #D80C87; }
a { background-color: rgb(216,12,135); }
div.DivClassName
{
background-color: #D80C87;
}
.BgClassName
{
background-color: #D80C87;
}
</style>
border-color css
<style>
span { border-color: #D80C87; }
span { border-color: rgb(216,12,135); }
td.TdClassName
{
border-color: #D80C87;
}
.TagClassName
{
border-color: #D80C87;
}
</style>