Shades of Medium Violet Red #D80C83
Tints of Medium Violet Red #D80C83
RGB
CMYK
RGB Variations
Color information
#D80C83 (or 0xD80C83) is known color: Medium Violet Red. HEX triplet: D8, 0C and 83. RGB value is (216,12,131). Sum of RGB (Red+Green+Blue) = 216+12+131=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C83 is #27F37C. Grayscale: #565656. Windows color (decimal): -2618237 or 8588504. OLE color: 8588504.
HSL color Cylindrical-coordinate representation of color #D80C83: hue angle of 325º 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 #D80C83 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 131 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.15 |
| HSL | 325º | 0.89% | 0.45% | - |
| HSV(B) | 325º | 0.94% | 0.85% | - |
| XYZ | 32.55 | 16.5 | 22.94 | - |
| YUV | 86.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 131 | 0 | 0.94 | 0.39 | 0.15 | 325 | 0.89 | 0.45 |
| Hex | D8 | C | 83 | 0 | 5E | 27 | F | 145 | 59 | 2D |
| Octal | 330 | 14 | 203 | 0 | 136 | 47 | 17 | 505 | 131 | 55 |
| Binary | 11011000 | 1100 | 10000011 | 0 | 1011110 | 100111 | 1111 | 101000101 | 1011001 | 101101 |
Color Harmonies of #D80C83
Complementary color
Monochromatic Colors of #D80C83
Black with #D80C83
Text Example
Text Example
White with #D80C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C83; }
p { color: rgb(216,12,131); }
H1.HeaderClassName
{
color: #D80C83;
}
.AnyTagClassName
{
color: #D80C83;
}
</style>
background-color css
<style>
a { background-color: #D80C83; }
a { background-color: rgb(216,12,131); }
div.DivClassName
{
background-color: #D80C83;
}
.BgClassName
{
background-color: #D80C83;
}
</style>
border-color css
<style>
span { border-color: #D80C83; }
span { border-color: rgb(216,12,131); }
td.TdClassName
{
border-color: #D80C83;
}
.TagClassName
{
border-color: #D80C83;
}
</style>