Shades of Medium Violet Red #D80C8B
Tints of Medium Violet Red #D80C8B
RGB
CMYK
RGB Variations
Color information
#D80C8B (or 0xD80C8B) is known color: Medium Violet Red. HEX triplet: D8, 0C and 8B. RGB value is (216,12,139). Sum of RGB (Red+Green+Blue) = 216+12+139=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C8B is #27F374. Grayscale: #575757. Windows color (decimal): -2618229 or 9112792. OLE color: 9112792.
HSL color Cylindrical-coordinate representation of color #D80C8B: hue angle of 322.65º 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 #D80C8B is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 139 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.15 |
| HSL | 322.65º | 0.89% | 0.45% | - |
| HSV(B) | 322.65º | 0.94% | 0.85% | - |
| XYZ | 33.11 | 16.73 | 25.91 | - |
| YUV | 87.47 | 157.09 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 139 | 0 | 0.94 | 0.36 | 0.15 | 322.65 | 0.89 | 0.45 |
| Hex | D8 | C | 8B | 0 | 5E | 24 | F | 143 | 59 | 2D |
| Octal | 330 | 14 | 213 | 0 | 136 | 44 | 17 | 503 | 131 | 55 |
| Binary | 11011000 | 1100 | 10001011 | 0 | 1011110 | 100100 | 1111 | 101000011 | 1011001 | 101101 |
Color Harmonies of #D80C8B
Complementary color
Monochromatic Colors of #D80C8B
Black with #D80C8B
Text Example
Text Example
White with #D80C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C8B; }
p { color: rgb(216,12,139); }
H1.HeaderClassName
{
color: #D80C8B;
}
.AnyTagClassName
{
color: #D80C8B;
}
</style>
background-color css
<style>
a { background-color: #D80C8B; }
a { background-color: rgb(216,12,139); }
div.DivClassName
{
background-color: #D80C8B;
}
.BgClassName
{
background-color: #D80C8B;
}
</style>
border-color css
<style>
span { border-color: #D80C8B; }
span { border-color: rgb(216,12,139); }
td.TdClassName
{
border-color: #D80C8B;
}
.TagClassName
{
border-color: #D80C8B;
}
</style>