Shades of Medium Violet Red #D9157B
Tints of Medium Violet Red #D9157B
RGB
CMYK
RGB Variations
Color information
#D9157B (or 0xD9157B) is known color: Medium Violet Red. HEX triplet: D9, 15 and 7B. RGB value is (217,21,123). Sum of RGB (Red+Green+Blue) = 217+21+123=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9157B is #26EA84. Grayscale: #5B5B5B. Windows color (decimal): -2550405 or 8066521. OLE color: 8066521.
HSL color Cylindrical-coordinate representation of color #D9157B: hue angle of 328.78º 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 #D9157B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 123 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.15 |
| HSL | 328.78º | 0.82% | 0.47% | - |
| HSV(B) | 328.78º | 0.9% | 0.85% | - |
| XYZ | 32.46 | 16.72 | 20.26 | - |
| YUV | 91.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 123 | 0 | 0.90 | 0.43 | 0.15 | 328.78 | 0.82 | 0.47 |
| Hex | D9 | 15 | 7B | 0 | 5A | 2B | F | 149 | 52 | 2F |
| Octal | 331 | 25 | 173 | 0 | 132 | 53 | 17 | 511 | 122 | 57 |
| Binary | 11011001 | 10101 | 1111011 | 0 | 1011010 | 101011 | 1111 | 101001001 | 1010010 | 101111 |
Color Harmonies of #D9157B
Complementary color
Monochromatic Colors of #D9157B
Black with #D9157B
Text Example
Text Example
White with #D9157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9157B; }
p { color: rgb(217,21,123); }
H1.HeaderClassName
{
color: #D9157B;
}
.AnyTagClassName
{
color: #D9157B;
}
</style>
background-color css
<style>
a { background-color: #D9157B; }
a { background-color: rgb(217,21,123); }
div.DivClassName
{
background-color: #D9157B;
}
.BgClassName
{
background-color: #D9157B;
}
</style>
border-color css
<style>
span { border-color: #D9157B; }
span { border-color: rgb(217,21,123); }
td.TdClassName
{
border-color: #D9157B;
}
.TagClassName
{
border-color: #D9157B;
}
</style>