Shades of Medium Violet Red #D81182
Tints of Medium Violet Red #D81182
RGB
CMYK
RGB Variations
Color information
#D81182 (or 0xD81182) is known color: Medium Violet Red. HEX triplet: D8, 11 and 82. RGB value is (216,17,130). Sum of RGB (Red+Green+Blue) = 216+17+130=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D81182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81182 is #27EE7D. Grayscale: #595959. Windows color (decimal): -2616958 or 8524248. OLE color: 8524248.
HSL color Cylindrical-coordinate representation of color #D81182: hue angle of 325.93º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81182 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 130 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.15 |
| HSL | 325.93º | 0.85% | 0.46% | - |
| HSV(B) | 325.93º | 0.92% | 0.85% | - |
| XYZ | 32.55 | 16.61 | 22.61 | - |
| YUV | 89.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 130 | 0 | 0.92 | 0.40 | 0.15 | 325.93 | 0.85 | 0.46 |
| Hex | D8 | 11 | 82 | 0 | 5C | 28 | F | 146 | 55 | 2E |
| Octal | 330 | 21 | 202 | 0 | 134 | 50 | 17 | 506 | 125 | 56 |
| Binary | 11011000 | 10001 | 10000010 | 0 | 1011100 | 101000 | 1111 | 101000110 | 1010101 | 101110 |
Color Harmonies of #D81182
Complementary color
Monochromatic Colors of #D81182
Black with #D81182
Text Example
Text Example
White with #D81182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81182; }
p { color: rgb(216,17,130); }
H1.HeaderClassName
{
color: #D81182;
}
.AnyTagClassName
{
color: #D81182;
}
</style>
background-color css
<style>
a { background-color: #D81182; }
a { background-color: rgb(216,17,130); }
div.DivClassName
{
background-color: #D81182;
}
.BgClassName
{
background-color: #D81182;
}
</style>
border-color css
<style>
span { border-color: #D81182; }
span { border-color: rgb(216,17,130); }
td.TdClassName
{
border-color: #D81182;
}
.TagClassName
{
border-color: #D81182;
}
</style>