Shades of Medium Violet Red #D1197B
Tints of Medium Violet Red #D1197B
RGB
CMYK
RGB Variations
Color information
#D1197B (or 0xD1197B) is known color: Medium Violet Red. HEX triplet: D1, 19 and 7B. RGB value is (209,25,123). Sum of RGB (Red+Green+Blue) = 209+25+123=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1197B is #2EE684. Grayscale: #5A5A5A. Windows color (decimal): -3073669 or 8067537. OLE color: 8067537.
HSL color Cylindrical-coordinate representation of color #D1197B: hue angle of 328.04º 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 #D1197B is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.18 |
| HSL | 328.04º | 0.79% | 0.46% | - |
| HSV(B) | 328.04º | 0.88% | 0.82% | - |
| XYZ | 30.22 | 15.68 | 20.17 | - |
| YUV | 91.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 123 | 0 | 0.88 | 0.41 | 0.18 | 328.04 | 0.79 | 0.46 |
| Hex | D1 | 19 | 7B | 0 | 58 | 29 | 12 | 148 | 4F | 2E |
| Octal | 321 | 31 | 173 | 0 | 130 | 51 | 22 | 510 | 117 | 56 |
| Binary | 11010001 | 11001 | 1111011 | 0 | 1011000 | 101001 | 10010 | 101001000 | 1001111 | 101110 |
Color Harmonies of #D1197B
Complementary color
Monochromatic Colors of #D1197B
Black with #D1197B
Text Example
Text Example
White with #D1197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1197B; }
p { color: rgb(209,25,123); }
H1.HeaderClassName
{
color: #D1197B;
}
.AnyTagClassName
{
color: #D1197B;
}
</style>
background-color css
<style>
a { background-color: #D1197B; }
a { background-color: rgb(209,25,123); }
div.DivClassName
{
background-color: #D1197B;
}
.BgClassName
{
background-color: #D1197B;
}
</style>
border-color css
<style>
span { border-color: #D1197B; }
span { border-color: rgb(209,25,123); }
td.TdClassName
{
border-color: #D1197B;
}
.TagClassName
{
border-color: #D1197B;
}
</style>