Shades of Medium Violet Red #D81B8B
Tints of Medium Violet Red #D81B8B
RGB
CMYK
RGB Variations
Color information
#D81B8B (or 0xD81B8B) is known color: Medium Violet Red. HEX triplet: D8, 1B and 8B. RGB value is (216,27,139). Sum of RGB (Red+Green+Blue) = 216+27+139=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B8B is #27E474. Grayscale: #606060. Windows color (decimal): -2614389 or 9116632. OLE color: 9116632.
HSL color Cylindrical-coordinate representation of color #D81B8B: hue angle of 324.44º 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 #D81B8B is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 139 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.15 |
| HSL | 324.44º | 0.78% | 0.48% | - |
| HSV(B) | 324.44º | 0.88% | 0.85% | - |
| XYZ | 33.37 | 17.25 | 26 | - |
| YUV | 96.28 | 152.12 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 139 | 0 | 0.88 | 0.36 | 0.15 | 324.44 | 0.78 | 0.48 |
| Hex | D8 | 1B | 8B | 0 | 58 | 24 | F | 144 | 4E | 30 |
| Octal | 330 | 33 | 213 | 0 | 130 | 44 | 17 | 504 | 116 | 60 |
| Binary | 11011000 | 11011 | 10001011 | 0 | 1011000 | 100100 | 1111 | 101000100 | 1001110 | 110000 |
Color Harmonies of #D81B8B
Complementary color
Monochromatic Colors of #D81B8B
Black with #D81B8B
Text Example
Text Example
White with #D81B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B8B; }
p { color: rgb(216,27,139); }
H1.HeaderClassName
{
color: #D81B8B;
}
.AnyTagClassName
{
color: #D81B8B;
}
</style>
background-color css
<style>
a { background-color: #D81B8B; }
a { background-color: rgb(216,27,139); }
div.DivClassName
{
background-color: #D81B8B;
}
.BgClassName
{
background-color: #D81B8B;
}
</style>
border-color css
<style>
span { border-color: #D81B8B; }
span { border-color: rgb(216,27,139); }
td.TdClassName
{
border-color: #D81B8B;
}
.TagClassName
{
border-color: #D81B8B;
}
</style>