Shades of Medium Violet Red #D81881
Tints of Medium Violet Red #D81881
RGB
CMYK
RGB Variations
Color information
#D81881 (or 0xD81881) is known color: Medium Violet Red. HEX triplet: D8, 18 and 81. RGB value is (216,24,129). Sum of RGB (Red+Green+Blue) = 216+24+129=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D81881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81881 is #27E77E. Grayscale: #5D5D5D. Windows color (decimal): -2615167 or 8460504. OLE color: 8460504.
HSL color Cylindrical-coordinate representation of color #D81881: hue angle of 327.19º 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 #D81881 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.15 |
| HSL | 327.19º | 0.8% | 0.47% | - |
| HSV(B) | 327.19º | 0.89% | 0.85% | - |
| XYZ | 32.61 | 16.84 | 22.3 | - |
| YUV | 93.38 | 148.11 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 129 | 0 | 0.89 | 0.40 | 0.15 | 327.19 | 0.8 | 0.47 |
| Hex | D8 | 18 | 81 | 0 | 59 | 28 | F | 147 | 50 | 2F |
| Octal | 330 | 30 | 201 | 0 | 131 | 50 | 17 | 507 | 120 | 57 |
| Binary | 11011000 | 11000 | 10000001 | 0 | 1011001 | 101000 | 1111 | 101000111 | 1010000 | 101111 |
Color Harmonies of #D81881
Complementary color
Monochromatic Colors of #D81881
Black with #D81881
Text Example
Text Example
White with #D81881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81881; }
p { color: rgb(216,24,129); }
H1.HeaderClassName
{
color: #D81881;
}
.AnyTagClassName
{
color: #D81881;
}
</style>
background-color css
<style>
a { background-color: #D81881; }
a { background-color: rgb(216,24,129); }
div.DivClassName
{
background-color: #D81881;
}
.BgClassName
{
background-color: #D81881;
}
</style>
border-color css
<style>
span { border-color: #D81881; }
span { border-color: rgb(216,24,129); }
td.TdClassName
{
border-color: #D81881;
}
.TagClassName
{
border-color: #D81881;
}
</style>