Shades of Medium Violet Red #D81B9B
Tints of Medium Violet Red #D81B9B
RGB
CMYK
RGB Variations
Color information
#D81B9B (or 0xD81B9B) is known color: Medium Violet Red. HEX triplet: D8, 1B and 9B. RGB value is (216,27,155). Sum of RGB (Red+Green+Blue) = 216+27+155=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B9B is #27E464. Grayscale: #616161. Windows color (decimal): -2614373 or 10165208. OLE color: 10165208.
HSL color Cylindrical-coordinate representation of color #D81B9B: hue angle of 319.37º 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 #D81B9B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 155 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.15 |
| HSL | 319.37º | 0.78% | 0.48% | - |
| HSV(B) | 319.37º | 0.88% | 0.85% | - |
| XYZ | 34.63 | 17.75 | 32.61 | - |
| YUV | 98.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 155 | 0 | 0.88 | 0.28 | 0.15 | 319.37 | 0.78 | 0.48 |
| Hex | D8 | 1B | 9B | 0 | 58 | 1C | F | 13F | 4E | 30 |
| Octal | 330 | 33 | 233 | 0 | 130 | 34 | 17 | 477 | 116 | 60 |
| Binary | 11011000 | 11011 | 10011011 | 0 | 1011000 | 11100 | 1111 | 100111111 | 1001110 | 110000 |
Color Harmonies of #D81B9B
Complementary color
Monochromatic Colors of #D81B9B
Black with #D81B9B
Text Example
Text Example
White with #D81B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B9B; }
p { color: rgb(216,27,155); }
H1.HeaderClassName
{
color: #D81B9B;
}
.AnyTagClassName
{
color: #D81B9B;
}
</style>
background-color css
<style>
a { background-color: #D81B9B; }
a { background-color: rgb(216,27,155); }
div.DivClassName
{
background-color: #D81B9B;
}
.BgClassName
{
background-color: #D81B9B;
}
</style>
border-color css
<style>
span { border-color: #D81B9B; }
span { border-color: rgb(216,27,155); }
td.TdClassName
{
border-color: #D81B9B;
}
.TagClassName
{
border-color: #D81B9B;
}
</style>