Shades of Medium Violet Red #D9159A
Tints of Medium Violet Red #D9159A
RGB
CMYK
RGB Variations
Color information
#D9159A (or 0xD9159A) is known color: Medium Violet Red. HEX triplet: D9, 15 and 9A. RGB value is (217,21,154). Sum of RGB (Red+Green+Blue) = 217+21+154=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9159A is #26EA65. Grayscale: #5E5E5E. Windows color (decimal): -2550374 or 10098137. OLE color: 10098137.
HSL color Cylindrical-coordinate representation of color #D9159A: hue angle of 319.29º 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 #D9159A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.15 |
| HSL | 319.29º | 0.82% | 0.47% | - |
| HSV(B) | 319.29º | 0.9% | 0.85% | - |
| XYZ | 34.72 | 17.62 | 32.14 | - |
| YUV | 94.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 154 | 0 | 0.90 | 0.29 | 0.15 | 319.29 | 0.82 | 0.47 |
| Hex | D9 | 15 | 9A | 0 | 5A | 1D | F | 13F | 52 | 2F |
| Octal | 331 | 25 | 232 | 0 | 132 | 35 | 17 | 477 | 122 | 57 |
| Binary | 11011001 | 10101 | 10011010 | 0 | 1011010 | 11101 | 1111 | 100111111 | 1010010 | 101111 |
Color Harmonies of #D9159A
Complementary color
Monochromatic Colors of #D9159A
Black with #D9159A
Text Example
Text Example
White with #D9159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9159A; }
p { color: rgb(217,21,154); }
H1.HeaderClassName
{
color: #D9159A;
}
.AnyTagClassName
{
color: #D9159A;
}
</style>
background-color css
<style>
a { background-color: #D9159A; }
a { background-color: rgb(217,21,154); }
div.DivClassName
{
background-color: #D9159A;
}
.BgClassName
{
background-color: #D9159A;
}
</style>
border-color css
<style>
span { border-color: #D9159A; }
span { border-color: rgb(217,21,154); }
td.TdClassName
{
border-color: #D9159A;
}
.TagClassName
{
border-color: #D9159A;
}
</style>