Shades of Medium Violet Red #D1197D
Tints of Medium Violet Red #D1197D
RGB
CMYK
RGB Variations
Color information
#D1197D (or 0xD1197D) is known color: Medium Violet Red. HEX triplet: D1, 19 and 7D. RGB value is (209,25,125). Sum of RGB (Red+Green+Blue) = 209+25+125=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1197D is #2EE682. Grayscale: #5B5B5B. Windows color (decimal): -3073667 or 8198609. OLE color: 8198609.
HSL color Cylindrical-coordinate representation of color #D1197D: hue angle of 327.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1197D is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 125 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.18 |
| HSL | 327.39º | 0.79% | 0.46% | - |
| HSV(B) | 327.39º | 0.88% | 0.82% | - |
| XYZ | 30.34 | 15.73 | 20.84 | - |
| YUV | 91.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 125 | 0 | 0.88 | 0.40 | 0.18 | 327.39 | 0.79 | 0.46 |
| Hex | D1 | 19 | 7D | 0 | 58 | 28 | 12 | 147 | 4F | 2E |
| Octal | 321 | 31 | 175 | 0 | 130 | 50 | 22 | 507 | 117 | 56 |
| Binary | 11010001 | 11001 | 1111101 | 0 | 1011000 | 101000 | 10010 | 101000111 | 1001111 | 101110 |
Color Harmonies of #D1197D
Complementary color
Monochromatic Colors of #D1197D
Black with #D1197D
Text Example
Text Example
White with #D1197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1197D; }
p { color: rgb(209,25,125); }
H1.HeaderClassName
{
color: #D1197D;
}
.AnyTagClassName
{
color: #D1197D;
}
</style>
background-color css
<style>
a { background-color: #D1197D; }
a { background-color: rgb(209,25,125); }
div.DivClassName
{
background-color: #D1197D;
}
.BgClassName
{
background-color: #D1197D;
}
</style>
border-color css
<style>
span { border-color: #D1197D; }
span { border-color: rgb(209,25,125); }
td.TdClassName
{
border-color: #D1197D;
}
.TagClassName
{
border-color: #D1197D;
}
</style>