Shades of Medium Violet Red #D81882
Tints of Medium Violet Red #D81882
RGB
CMYK
RGB Variations
Color information
#D81882 (or 0xD81882) is known color: Medium Violet Red. HEX triplet: D8, 18 and 82. RGB value is (216,24,130). Sum of RGB (Red+Green+Blue) = 216+24+130=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D81882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81882 is #27E77D. Grayscale: #5D5D5D. Windows color (decimal): -2615166 or 8526040. OLE color: 8526040.
HSL color Cylindrical-coordinate representation of color #D81882: hue angle of 326.88º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81882 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 130 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.15 |
| HSL | 326.88º | 0.8% | 0.47% | - |
| HSV(B) | 326.88º | 0.89% | 0.85% | - |
| XYZ | 32.67 | 16.86 | 22.65 | - |
| YUV | 93.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 130 | 0 | 0.89 | 0.40 | 0.15 | 326.88 | 0.8 | 0.47 |
| Hex | D8 | 18 | 82 | 0 | 59 | 28 | F | 147 | 50 | 2F |
| Octal | 330 | 30 | 202 | 0 | 131 | 50 | 17 | 507 | 120 | 57 |
| Binary | 11011000 | 11000 | 10000010 | 0 | 1011001 | 101000 | 1111 | 101000111 | 1010000 | 101111 |
Color Harmonies of #D81882
Complementary color
Monochromatic Colors of #D81882
Black with #D81882
Text Example
Text Example
White with #D81882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81882; }
p { color: rgb(216,24,130); }
H1.HeaderClassName
{
color: #D81882;
}
.AnyTagClassName
{
color: #D81882;
}
</style>
background-color css
<style>
a { background-color: #D81882; }
a { background-color: rgb(216,24,130); }
div.DivClassName
{
background-color: #D81882;
}
.BgClassName
{
background-color: #D81882;
}
</style>
border-color css
<style>
span { border-color: #D81882; }
span { border-color: rgb(216,24,130); }
td.TdClassName
{
border-color: #D81882;
}
.TagClassName
{
border-color: #D81882;
}
</style>