Shades of Medium Violet Red #D9197D
Tints of Medium Violet Red #D9197D
RGB
CMYK
RGB Variations
Color information
#D9197D (or 0xD9197D) is known color: Medium Violet Red. HEX triplet: D9, 19 and 7D. RGB value is (217,25,125). Sum of RGB (Red+Green+Blue) = 217+25+125=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9197D is #26E682. Grayscale: #5D5D5D. Windows color (decimal): -2549379 or 8198617. OLE color: 8198617.
HSL color Cylindrical-coordinate representation of color #D9197D: hue angle of 328.75º 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 #D9197D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 125 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.15 |
| HSL | 328.75º | 0.79% | 0.47% | - |
| HSV(B) | 328.75º | 0.88% | 0.85% | - |
| XYZ | 32.66 | 16.93 | 20.95 | - |
| YUV | 93.81 | 145.61 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 125 | 0 | 0.88 | 0.42 | 0.15 | 328.75 | 0.79 | 0.47 |
| Hex | D9 | 19 | 7D | 0 | 58 | 2A | F | 149 | 4F | 2F |
| Octal | 331 | 31 | 175 | 0 | 130 | 52 | 17 | 511 | 117 | 57 |
| Binary | 11011001 | 11001 | 1111101 | 0 | 1011000 | 101010 | 1111 | 101001001 | 1001111 | 101111 |
Color Harmonies of #D9197D
Complementary color
Monochromatic Colors of #D9197D
Black with #D9197D
Text Example
Text Example
White with #D9197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9197D; }
p { color: rgb(217,25,125); }
H1.HeaderClassName
{
color: #D9197D;
}
.AnyTagClassName
{
color: #D9197D;
}
</style>
background-color css
<style>
a { background-color: #D9197D; }
a { background-color: rgb(217,25,125); }
div.DivClassName
{
background-color: #D9197D;
}
.BgClassName
{
background-color: #D9197D;
}
</style>
border-color css
<style>
span { border-color: #D9197D; }
span { border-color: rgb(217,25,125); }
td.TdClassName
{
border-color: #D9197D;
}
.TagClassName
{
border-color: #D9197D;
}
</style>