Shades of Medium Violet Red #D80982
Tints of Medium Violet Red #D80982
RGB
CMYK
RGB Variations
Color information
#D80982 (or 0xD80982) is known color: Medium Violet Red. HEX triplet: D8, 09 and 82. RGB value is (216,9,130). Sum of RGB (Red+Green+Blue) = 216+9+130=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D80982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80982 is #27F67D. Grayscale: #545454. Windows color (decimal): -2619006 or 8522200. OLE color: 8522200.
HSL color Cylindrical-coordinate representation of color #D80982: hue angle of 324.93º 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 #D80982 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.15 |
| HSL | 324.93º | 0.92% | 0.44% | - |
| HSV(B) | 324.93º | 0.96% | 0.85% | - |
| XYZ | 32.45 | 16.41 | 22.58 | - |
| YUV | 84.69 | 153.58 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 130 | 0 | 0.96 | 0.40 | 0.15 | 324.93 | 0.92 | 0.44 |
| Hex | D8 | 9 | 82 | 0 | 60 | 28 | F | 145 | 5C | 2C |
| Octal | 330 | 11 | 202 | 0 | 140 | 50 | 17 | 505 | 134 | 54 |
| Binary | 11011000 | 1001 | 10000010 | 0 | 1100000 | 101000 | 1111 | 101000101 | 1011100 | 101100 |
Color Harmonies of #D80982
Complementary color
Monochromatic Colors of #D80982
Black with #D80982
Text Example
Text Example
White with #D80982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80982; }
p { color: rgb(216,9,130); }
H1.HeaderClassName
{
color: #D80982;
}
.AnyTagClassName
{
color: #D80982;
}
</style>
background-color css
<style>
a { background-color: #D80982; }
a { background-color: rgb(216,9,130); }
div.DivClassName
{
background-color: #D80982;
}
.BgClassName
{
background-color: #D80982;
}
</style>
border-color css
<style>
span { border-color: #D80982; }
span { border-color: rgb(216,9,130); }
td.TdClassName
{
border-color: #D80982;
}
.TagClassName
{
border-color: #D80982;
}
</style>