Shades of Medium Violet Red #D1198F
Tints of Medium Violet Red #D1198F
RGB
CMYK
RGB Variations
Color information
#D1198F (or 0xD1198F) is known color: Medium Violet Red. HEX triplet: D1, 19 and 8F. RGB value is (209,25,143). Sum of RGB (Red+Green+Blue) = 209+25+143=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1198F is #2EE670. Grayscale: #5D5D5D. Windows color (decimal): -3073649 or 9378257. OLE color: 9378257.
HSL color Cylindrical-coordinate representation of color #D1198F: hue angle of 321.52º 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 #D1198F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 143 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.18 |
| HSL | 321.52º | 0.79% | 0.46% | - |
| HSV(B) | 321.52º | 0.88% | 0.82% | - |
| XYZ | 31.6 | 16.23 | 27.45 | - |
| YUV | 93.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 143 | 0 | 0.88 | 0.32 | 0.18 | 321.52 | 0.79 | 0.46 |
| Hex | D1 | 19 | 8F | 0 | 58 | 20 | 12 | 142 | 4F | 2E |
| Octal | 321 | 31 | 217 | 0 | 130 | 40 | 22 | 502 | 117 | 56 |
| Binary | 11010001 | 11001 | 10001111 | 0 | 1011000 | 100000 | 10010 | 101000010 | 1001111 | 101110 |
Color Harmonies of #D1198F
Complementary color
Monochromatic Colors of #D1198F
Black with #D1198F
Text Example
Text Example
White with #D1198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1198F; }
p { color: rgb(209,25,143); }
H1.HeaderClassName
{
color: #D1198F;
}
.AnyTagClassName
{
color: #D1198F;
}
</style>
background-color css
<style>
a { background-color: #D1198F; }
a { background-color: rgb(209,25,143); }
div.DivClassName
{
background-color: #D1198F;
}
.BgClassName
{
background-color: #D1198F;
}
</style>
border-color css
<style>
span { border-color: #D1198F; }
span { border-color: rgb(209,25,143); }
td.TdClassName
{
border-color: #D1198F;
}
.TagClassName
{
border-color: #D1198F;
}
</style>