Shades of Medium Violet Red #D81081
Tints of Medium Violet Red #D81081
RGB
CMYK
RGB Variations
Color information
#D81081 (or 0xD81081) is known color: Medium Violet Red. HEX triplet: D8, 10 and 81. RGB value is (216,16,129). Sum of RGB (Red+Green+Blue) = 216+16+129=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D81081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81081 is #27EF7E. Grayscale: #585858. Windows color (decimal): -2617215 or 8458456. OLE color: 8458456.
HSL color Cylindrical-coordinate representation of color #D81081: hue angle of 326.1º degrees, saturation: 0.86, 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 #D81081 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 129 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.15 |
| HSL | 326.1º | 0.86% | 0.45% | - |
| HSV(B) | 326.1º | 0.93% | 0.85% | - |
| XYZ | 32.47 | 16.55 | 22.25 | - |
| YUV | 88.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 129 | 0 | 0.93 | 0.40 | 0.15 | 326.1 | 0.86 | 0.45 |
| Hex | D8 | 10 | 81 | 0 | 5D | 28 | F | 146 | 56 | 2D |
| Octal | 330 | 20 | 201 | 0 | 135 | 50 | 17 | 506 | 126 | 55 |
| Binary | 11011000 | 10000 | 10000001 | 0 | 1011101 | 101000 | 1111 | 101000110 | 1010110 | 101101 |
Color Harmonies of #D81081
Complementary color
Monochromatic Colors of #D81081
Black with #D81081
Text Example
Text Example
White with #D81081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81081; }
p { color: rgb(216,16,129); }
H1.HeaderClassName
{
color: #D81081;
}
.AnyTagClassName
{
color: #D81081;
}
</style>
background-color css
<style>
a { background-color: #D81081; }
a { background-color: rgb(216,16,129); }
div.DivClassName
{
background-color: #D81081;
}
.BgClassName
{
background-color: #D81081;
}
</style>
border-color css
<style>
span { border-color: #D81081; }
span { border-color: rgb(216,16,129); }
td.TdClassName
{
border-color: #D81081;
}
.TagClassName
{
border-color: #D81081;
}
</style>