Shades of Medium Violet Red #D80C93
Tints of Medium Violet Red #D80C93
RGB
CMYK
RGB Variations
Color information
#D80C93 (or 0xD80C93) is known color: Medium Violet Red. HEX triplet: D8, 0C and 93. RGB value is (216,12,147). Sum of RGB (Red+Green+Blue) = 216+12+147=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C93 is #27F36C. Grayscale: #585858. Windows color (decimal): -2618221 or 9637080. OLE color: 9637080.
HSL color Cylindrical-coordinate representation of color #D80C93: hue angle of 320.29º 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 #D80C93 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 147 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.15 |
| HSL | 320.29º | 0.89% | 0.45% | - |
| HSV(B) | 320.29º | 0.94% | 0.85% | - |
| XYZ | 33.72 | 16.97 | 29.1 | - |
| YUV | 88.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 147 | 0 | 0.94 | 0.32 | 0.15 | 320.29 | 0.89 | 0.45 |
| Hex | D8 | C | 93 | 0 | 5E | 20 | F | 140 | 59 | 2D |
| Octal | 330 | 14 | 223 | 0 | 136 | 40 | 17 | 500 | 131 | 55 |
| Binary | 11011000 | 1100 | 10010011 | 0 | 1011110 | 100000 | 1111 | 101000000 | 1011001 | 101101 |
Color Harmonies of #D80C93
Complementary color
Monochromatic Colors of #D80C93
Black with #D80C93
Text Example
Text Example
White with #D80C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C93; }
p { color: rgb(216,12,147); }
H1.HeaderClassName
{
color: #D80C93;
}
.AnyTagClassName
{
color: #D80C93;
}
</style>
background-color css
<style>
a { background-color: #D80C93; }
a { background-color: rgb(216,12,147); }
div.DivClassName
{
background-color: #D80C93;
}
.BgClassName
{
background-color: #D80C93;
}
</style>
border-color css
<style>
span { border-color: #D80C93; }
span { border-color: rgb(216,12,147); }
td.TdClassName
{
border-color: #D80C93;
}
.TagClassName
{
border-color: #D80C93;
}
</style>