Shades of Medium Violet Red #D80983
Tints of Medium Violet Red #D80983
RGB
CMYK
RGB Variations
Color information
#D80983 (or 0xD80983) is known color: Medium Violet Red. HEX triplet: D8, 09 and 83. RGB value is (216,9,131). Sum of RGB (Red+Green+Blue) = 216+9+131=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D80983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80983 is #27F67C. Grayscale: #545454. Windows color (decimal): -2619005 or 8587736. OLE color: 8587736.
HSL color Cylindrical-coordinate representation of color #D80983: hue angle of 324.64º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80983 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.15 |
| HSL | 324.64º | 0.92% | 0.44% | - |
| HSV(B) | 324.64º | 0.96% | 0.85% | - |
| XYZ | 32.51 | 16.43 | 22.93 | - |
| YUV | 84.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 131 | 0 | 0.96 | 0.39 | 0.15 | 324.64 | 0.92 | 0.44 |
| Hex | D8 | 9 | 83 | 0 | 60 | 27 | F | 145 | 5C | 2C |
| Octal | 330 | 11 | 203 | 0 | 140 | 47 | 17 | 505 | 134 | 54 |
| Binary | 11011000 | 1001 | 10000011 | 0 | 1100000 | 100111 | 1111 | 101000101 | 1011100 | 101100 |
Color Harmonies of #D80983
Complementary color
Monochromatic Colors of #D80983
Black with #D80983
Text Example
Text Example
White with #D80983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80983; }
p { color: rgb(216,9,131); }
H1.HeaderClassName
{
color: #D80983;
}
.AnyTagClassName
{
color: #D80983;
}
</style>
background-color css
<style>
a { background-color: #D80983; }
a { background-color: rgb(216,9,131); }
div.DivClassName
{
background-color: #D80983;
}
.BgClassName
{
background-color: #D80983;
}
</style>
border-color css
<style>
span { border-color: #D80983; }
span { border-color: rgb(216,9,131); }
td.TdClassName
{
border-color: #D80983;
}
.TagClassName
{
border-color: #D80983;
}
</style>