Shades of Medium Violet Red #D9158B
Tints of Medium Violet Red #D9158B
RGB
CMYK
RGB Variations
Color information
#D9158B (or 0xD9158B) is known color: Medium Violet Red. HEX triplet: D9, 15 and 8B. RGB value is (217,21,139). Sum of RGB (Red+Green+Blue) = 217+21+139=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9158B is #26EA74. Grayscale: #5C5C5C. Windows color (decimal): -2550389 or 9115097. OLE color: 9115097.
HSL color Cylindrical-coordinate representation of color #D9158B: hue angle of 323.88º 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 #D9158B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 139 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.15 |
| HSL | 323.88º | 0.82% | 0.47% | - |
| HSV(B) | 323.88º | 0.9% | 0.85% | - |
| XYZ | 33.54 | 17.15 | 25.97 | - |
| YUV | 93.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 139 | 0 | 0.90 | 0.36 | 0.15 | 323.88 | 0.82 | 0.47 |
| Hex | D9 | 15 | 8B | 0 | 5A | 24 | F | 144 | 52 | 2F |
| Octal | 331 | 25 | 213 | 0 | 132 | 44 | 17 | 504 | 122 | 57 |
| Binary | 11011001 | 10101 | 10001011 | 0 | 1011010 | 100100 | 1111 | 101000100 | 1010010 | 101111 |
Color Harmonies of #D9158B
Complementary color
Monochromatic Colors of #D9158B
Black with #D9158B
Text Example
Text Example
White with #D9158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9158B; }
p { color: rgb(217,21,139); }
H1.HeaderClassName
{
color: #D9158B;
}
.AnyTagClassName
{
color: #D9158B;
}
</style>
background-color css
<style>
a { background-color: #D9158B; }
a { background-color: rgb(217,21,139); }
div.DivClassName
{
background-color: #D9158B;
}
.BgClassName
{
background-color: #D9158B;
}
</style>
border-color css
<style>
span { border-color: #D9158B; }
span { border-color: rgb(217,21,139); }
td.TdClassName
{
border-color: #D9158B;
}
.TagClassName
{
border-color: #D9158B;
}
</style>