Shades of Medium Violet Red #D80F82
Tints of Medium Violet Red #D80F82
RGB
CMYK
RGB Variations
Color information
#D80F82 (or 0xD80F82) is known color: Medium Violet Red. HEX triplet: D8, 0F and 82. RGB value is (216,15,130). Sum of RGB (Red+Green+Blue) = 216+15+130=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F82 is #27F07D. Grayscale: #575757. Windows color (decimal): -2617470 or 8523736. OLE color: 8523736.
HSL color Cylindrical-coordinate representation of color #D80F82: hue angle of 325.67º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F82 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 130 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.15 |
| HSL | 325.67º | 0.87% | 0.45% | - |
| HSV(B) | 325.67º | 0.93% | 0.85% | - |
| XYZ | 32.52 | 16.55 | 22.6 | - |
| YUV | 88.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 130 | 0 | 0.93 | 0.40 | 0.15 | 325.67 | 0.87 | 0.45 |
| Hex | D8 | F | 82 | 0 | 5D | 28 | F | 146 | 57 | 2D |
| Octal | 330 | 17 | 202 | 0 | 135 | 50 | 17 | 506 | 127 | 55 |
| Binary | 11011000 | 1111 | 10000010 | 0 | 1011101 | 101000 | 1111 | 101000110 | 1010111 | 101101 |
Color Harmonies of #D80F82
Complementary color
Monochromatic Colors of #D80F82
Black with #D80F82
Text Example
Text Example
White with #D80F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F82; }
p { color: rgb(216,15,130); }
H1.HeaderClassName
{
color: #D80F82;
}
.AnyTagClassName
{
color: #D80F82;
}
</style>
background-color css
<style>
a { background-color: #D80F82; }
a { background-color: rgb(216,15,130); }
div.DivClassName
{
background-color: #D80F82;
}
.BgClassName
{
background-color: #D80F82;
}
</style>
border-color css
<style>
span { border-color: #D80F82; }
span { border-color: rgb(216,15,130); }
td.TdClassName
{
border-color: #D80F82;
}
.TagClassName
{
border-color: #D80F82;
}
</style>