Shades of Medium Violet Red #D80083
Tints of Medium Violet Red #D80083
RGB
CMYK
RGB Variations
Color information
#D80083 (or 0xD80083) is known color: Medium Violet Red. HEX triplet: D8, 00 and 83. RGB value is (216,0,131). Sum of RGB (Red+Green+Blue) = 216+0+131=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D80083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80083 is #27FF7C. Grayscale: #4F4F4F. Windows color (decimal): -2621309 or 8585432. OLE color: 8585432.
HSL color Cylindrical-coordinate representation of color #D80083: hue angle of 323.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80083 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.39 | 0.15 |
| HSL | 323.61º | 1% | 0.42% | - |
| HSV(B) | 323.61º | 1% | 0.85% | - |
| XYZ | 32.42 | 16.24 | 22.9 | - |
| YUV | 79.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 131 | 0 | 1 | 0.39 | 0.15 | 323.61 | 1 | 0.42 |
| Hex | D8 | 0 | 83 | 0 | 64 | 27 | F | 144 | 64 | 2A |
| Octal | 330 | 0 | 203 | 0 | 144 | 47 | 17 | 504 | 144 | 52 |
| Binary | 11011000 | 0 | 10000011 | 0 | 1100100 | 100111 | 1111 | 101000100 | 1100100 | 101010 |
Color Harmonies of #D80083
Complementary color
Monochromatic Colors of #D80083
Black with #D80083
Text Example
Text Example
White with #D80083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80083; }
p { color: rgb(216,0,131); }
H1.HeaderClassName
{
color: #D80083;
}
.AnyTagClassName
{
color: #D80083;
}
</style>
background-color css
<style>
a { background-color: #D80083; }
a { background-color: rgb(216,0,131); }
div.DivClassName
{
background-color: #D80083;
}
.BgClassName
{
background-color: #D80083;
}
</style>
border-color css
<style>
span { border-color: #D80083; }
span { border-color: rgb(216,0,131); }
td.TdClassName
{
border-color: #D80083;
}
.TagClassName
{
border-color: #D80083;
}
</style>