Shades of Medium Violet Red #D9197B
Tints of Medium Violet Red #D9197B
RGB
CMYK
RGB Variations
Color information
#D9197B (or 0xD9197B) is known color: Medium Violet Red. HEX triplet: D9, 19 and 7B. RGB value is (217,25,123). Sum of RGB (Red+Green+Blue) = 217+25+123=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9197B is #26E684. Grayscale: #5D5D5D. Windows color (decimal): -2549381 or 8067545. OLE color: 8067545.
HSL color Cylindrical-coordinate representation of color #D9197B: hue angle of 329.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9197B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.15 |
| HSL | 329.38º | 0.79% | 0.47% | - |
| HSV(B) | 329.38º | 0.88% | 0.85% | - |
| XYZ | 32.54 | 16.88 | 20.28 | - |
| YUV | 93.58 | 144.61 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 123 | 0 | 0.88 | 0.43 | 0.15 | 329.38 | 0.79 | 0.47 |
| Hex | D9 | 19 | 7B | 0 | 58 | 2B | F | 149 | 4F | 2F |
| Octal | 331 | 31 | 173 | 0 | 130 | 53 | 17 | 511 | 117 | 57 |
| Binary | 11011001 | 11001 | 1111011 | 0 | 1011000 | 101011 | 1111 | 101001001 | 1001111 | 101111 |
Color Harmonies of #D9197B
Complementary color
Monochromatic Colors of #D9197B
Black with #D9197B
Text Example
Text Example
White with #D9197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9197B; }
p { color: rgb(217,25,123); }
H1.HeaderClassName
{
color: #D9197B;
}
.AnyTagClassName
{
color: #D9197B;
}
</style>
background-color css
<style>
a { background-color: #D9197B; }
a { background-color: rgb(217,25,123); }
div.DivClassName
{
background-color: #D9197B;
}
.BgClassName
{
background-color: #D9197B;
}
</style>
border-color css
<style>
span { border-color: #D9197B; }
span { border-color: rgb(217,25,123); }
td.TdClassName
{
border-color: #D9197B;
}
.TagClassName
{
border-color: #D9197B;
}
</style>