Shades of Medium Violet Red #D81B7B
Tints of Medium Violet Red #D81B7B
RGB
CMYK
RGB Variations
Color information
#D81B7B (or 0xD81B7B) is known color: Medium Violet Red. HEX triplet: D8, 1B and 7B. RGB value is (216,27,123). Sum of RGB (Red+Green+Blue) = 216+27+123=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B7B is #27E484. Grayscale: #5E5E5E. Windows color (decimal): -2614405 or 8068056. OLE color: 8068056.
HSL color Cylindrical-coordinate representation of color #D81B7B: hue angle of 329.52º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B7B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 123 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.15 |
| HSL | 329.52º | 0.78% | 0.48% | - |
| HSV(B) | 329.52º | 0.88% | 0.85% | - |
| XYZ | 32.29 | 16.81 | 20.28 | - |
| YUV | 94.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 123 | 0 | 0.88 | 0.43 | 0.15 | 329.52 | 0.78 | 0.48 |
| Hex | D8 | 1B | 7B | 0 | 58 | 2B | F | 14A | 4E | 30 |
| Octal | 330 | 33 | 173 | 0 | 130 | 53 | 17 | 512 | 116 | 60 |
| Binary | 11011000 | 11011 | 1111011 | 0 | 1011000 | 101011 | 1111 | 101001010 | 1001110 | 110000 |
Color Harmonies of #D81B7B
Complementary color
Monochromatic Colors of #D81B7B
Black with #D81B7B
Text Example
Text Example
White with #D81B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B7B; }
p { color: rgb(216,27,123); }
H1.HeaderClassName
{
color: #D81B7B;
}
.AnyTagClassName
{
color: #D81B7B;
}
</style>
background-color css
<style>
a { background-color: #D81B7B; }
a { background-color: rgb(216,27,123); }
div.DivClassName
{
background-color: #D81B7B;
}
.BgClassName
{
background-color: #D81B7B;
}
</style>
border-color css
<style>
span { border-color: #D81B7B; }
span { border-color: rgb(216,27,123); }
td.TdClassName
{
border-color: #D81B7B;
}
.TagClassName
{
border-color: #D81B7B;
}
</style>