Shades of Medium Violet Red #D8159B
Tints of Medium Violet Red #D8159B
RGB
CMYK
RGB Variations
Color information
#D8159B (or 0xD8159B) is known color: Medium Violet Red. HEX triplet: D8, 15 and 9B. RGB value is (216,21,155). Sum of RGB (Red+Green+Blue) = 216+21+155=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8159B is #27EA64. Grayscale: #5E5E5E. Windows color (decimal): -2615909 or 10163672. OLE color: 10163672.
HSL color Cylindrical-coordinate representation of color #D8159B: hue angle of 318.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8159B is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.15 |
| HSL | 318.77º | 0.82% | 0.46% | - |
| HSV(B) | 318.77º | 0.9% | 0.85% | - |
| XYZ | 34.5 | 17.5 | 32.57 | - |
| YUV | 94.58 | 162.1 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 155 | 0 | 0.90 | 0.28 | 0.15 | 318.77 | 0.82 | 0.46 |
| Hex | D8 | 15 | 9B | 0 | 5A | 1C | F | 13F | 52 | 2E |
| Octal | 330 | 25 | 233 | 0 | 132 | 34 | 17 | 477 | 122 | 56 |
| Binary | 11011000 | 10101 | 10011011 | 0 | 1011010 | 11100 | 1111 | 100111111 | 1010010 | 101110 |
Color Harmonies of #D8159B
Complementary color
Monochromatic Colors of #D8159B
Black with #D8159B
Text Example
Text Example
White with #D8159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8159B; }
p { color: rgb(216,21,155); }
H1.HeaderClassName
{
color: #D8159B;
}
.AnyTagClassName
{
color: #D8159B;
}
</style>
background-color css
<style>
a { background-color: #D8159B; }
a { background-color: rgb(216,21,155); }
div.DivClassName
{
background-color: #D8159B;
}
.BgClassName
{
background-color: #D8159B;
}
</style>
border-color css
<style>
span { border-color: #D8159B; }
span { border-color: rgb(216,21,155); }
td.TdClassName
{
border-color: #D8159B;
}
.TagClassName
{
border-color: #D8159B;
}
</style>