Shades of Medium Violet Red #D9159B
Tints of Medium Violet Red #D9159B
RGB
CMYK
RGB Variations
Color information
#D9159B (or 0xD9159B) is known color: Medium Violet Red. HEX triplet: D9, 15 and 9B. RGB value is (217,21,155). Sum of RGB (Red+Green+Blue) = 217+21+155=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9159B is #26EA64. Grayscale: #5E5E5E. Windows color (decimal): -2550373 or 10163673. OLE color: 10163673.
HSL color Cylindrical-coordinate representation of color #D9159B: hue angle of 318.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9159B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.15 |
| HSL | 318.98º | 0.82% | 0.47% | - |
| HSV(B) | 318.98º | 0.9% | 0.85% | - |
| XYZ | 34.8 | 17.65 | 32.58 | - |
| YUV | 94.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 155 | 0 | 0.90 | 0.29 | 0.15 | 318.98 | 0.82 | 0.47 |
| Hex | D9 | 15 | 9B | 0 | 5A | 1D | F | 13F | 52 | 2F |
| Octal | 331 | 25 | 233 | 0 | 132 | 35 | 17 | 477 | 122 | 57 |
| Binary | 11011001 | 10101 | 10011011 | 0 | 1011010 | 11101 | 1111 | 100111111 | 1010010 | 101111 |
Color Harmonies of #D9159B
Complementary color
Monochromatic Colors of #D9159B
Black with #D9159B
Text Example
Text Example
White with #D9159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9159B; }
p { color: rgb(217,21,155); }
H1.HeaderClassName
{
color: #D9159B;
}
.AnyTagClassName
{
color: #D9159B;
}
</style>
background-color css
<style>
a { background-color: #D9159B; }
a { background-color: rgb(217,21,155); }
div.DivClassName
{
background-color: #D9159B;
}
.BgClassName
{
background-color: #D9159B;
}
</style>
border-color css
<style>
span { border-color: #D9159B; }
span { border-color: rgb(217,21,155); }
td.TdClassName
{
border-color: #D9159B;
}
.TagClassName
{
border-color: #D9159B;
}
</style>