Shades of Medium Violet Red #D80C9A
Tints of Medium Violet Red #D80C9A
RGB
CMYK
RGB Variations
Color information
#D80C9A (or 0xD80C9A) is known color: Medium Violet Red. HEX triplet: D8, 0C and 9A. RGB value is (216,12,154). Sum of RGB (Red+Green+Blue) = 216+12+154=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C9A is #27F365. Grayscale: #585858. Windows color (decimal): -2618214 or 10095832. OLE color: 10095832.
HSL color Cylindrical-coordinate representation of color #D80C9A: hue angle of 318.24º 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 #D80C9A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 154 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.15 |
| HSL | 318.24º | 0.89% | 0.45% | - |
| HSV(B) | 318.24º | 0.94% | 0.85% | - |
| XYZ | 34.28 | 17.19 | 32.08 | - |
| YUV | 89.18 | 164.59 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 154 | 0 | 0.94 | 0.29 | 0.15 | 318.24 | 0.89 | 0.45 |
| Hex | D8 | C | 9A | 0 | 5E | 1D | F | 13E | 59 | 2D |
| Octal | 330 | 14 | 232 | 0 | 136 | 35 | 17 | 476 | 131 | 55 |
| Binary | 11011000 | 1100 | 10011010 | 0 | 1011110 | 11101 | 1111 | 100111110 | 1011001 | 101101 |
Color Harmonies of #D80C9A
Complementary color
Monochromatic Colors of #D80C9A
Black with #D80C9A
Text Example
Text Example
White with #D80C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C9A; }
p { color: rgb(216,12,154); }
H1.HeaderClassName
{
color: #D80C9A;
}
.AnyTagClassName
{
color: #D80C9A;
}
</style>
background-color css
<style>
a { background-color: #D80C9A; }
a { background-color: rgb(216,12,154); }
div.DivClassName
{
background-color: #D80C9A;
}
.BgClassName
{
background-color: #D80C9A;
}
</style>
border-color css
<style>
span { border-color: #D80C9A; }
span { border-color: rgb(216,12,154); }
td.TdClassName
{
border-color: #D80C9A;
}
.TagClassName
{
border-color: #D80C9A;
}
</style>