Shades of Medium Violet Red #D80A82
Tints of Medium Violet Red #D80A82
RGB
CMYK
RGB Variations
Color information
#D80A82 (or 0xD80A82) is known color: Medium Violet Red. HEX triplet: D8, 0A and 82. RGB value is (216,10,130). Sum of RGB (Red+Green+Blue) = 216+10+130=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80A82 is #27F57D. Grayscale: #555555. Windows color (decimal): -2618750 or 8522456. OLE color: 8522456.
HSL color Cylindrical-coordinate representation of color #D80A82: hue angle of 325.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A82 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 130 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.15 |
| HSL | 325.05º | 0.91% | 0.44% | - |
| HSV(B) | 325.05º | 0.95% | 0.85% | - |
| XYZ | 32.46 | 16.43 | 22.58 | - |
| YUV | 85.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 130 | 0 | 0.95 | 0.40 | 0.15 | 325.05 | 0.91 | 0.44 |
| Hex | D8 | A | 82 | 0 | 5F | 28 | F | 145 | 5B | 2C |
| Octal | 330 | 12 | 202 | 0 | 137 | 50 | 17 | 505 | 133 | 54 |
| Binary | 11011000 | 1010 | 10000010 | 0 | 1011111 | 101000 | 1111 | 101000101 | 1011011 | 101100 |
Color Harmonies of #D80A82
Complementary color
Monochromatic Colors of #D80A82
Black with #D80A82
Text Example
Text Example
White with #D80A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A82; }
p { color: rgb(216,10,130); }
H1.HeaderClassName
{
color: #D80A82;
}
.AnyTagClassName
{
color: #D80A82;
}
</style>
background-color css
<style>
a { background-color: #D80A82; }
a { background-color: rgb(216,10,130); }
div.DivClassName
{
background-color: #D80A82;
}
.BgClassName
{
background-color: #D80A82;
}
</style>
border-color css
<style>
span { border-color: #D80A82; }
span { border-color: rgb(216,10,130); }
td.TdClassName
{
border-color: #D80A82;
}
.TagClassName
{
border-color: #D80A82;
}
</style>