Shades of Medium Violet Red #D8199C
Tints of Medium Violet Red #D8199C
RGB
CMYK
RGB Variations
Color information
#D8199C (or 0xD8199C) is known color: Medium Violet Red. HEX triplet: D8, 19 and 9C. RGB value is (216,25,156). Sum of RGB (Red+Green+Blue) = 216+25+156=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8199C is #27E663. Grayscale: #606060. Windows color (decimal): -2614884 or 10230232. OLE color: 10230232.
HSL color Cylindrical-coordinate representation of color #D8199C: hue angle of 318.85º 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 #D8199C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 156 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.15 |
| HSL | 318.85º | 0.79% | 0.47% | - |
| HSV(B) | 318.85º | 0.88% | 0.85% | - |
| XYZ | 34.67 | 17.69 | 33.04 | - |
| YUV | 97.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 156 | 0 | 0.88 | 0.28 | 0.15 | 318.85 | 0.79 | 0.47 |
| Hex | D8 | 19 | 9C | 0 | 58 | 1C | F | 13F | 4F | 2F |
| Octal | 330 | 31 | 234 | 0 | 130 | 34 | 17 | 477 | 117 | 57 |
| Binary | 11011000 | 11001 | 10011100 | 0 | 1011000 | 11100 | 1111 | 100111111 | 1001111 | 101111 |
Color Harmonies of #D8199C
Complementary color
Monochromatic Colors of #D8199C
Black with #D8199C
Text Example
Text Example
White with #D8199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8199C; }
p { color: rgb(216,25,156); }
H1.HeaderClassName
{
color: #D8199C;
}
.AnyTagClassName
{
color: #D8199C;
}
</style>
background-color css
<style>
a { background-color: #D8199C; }
a { background-color: rgb(216,25,156); }
div.DivClassName
{
background-color: #D8199C;
}
.BgClassName
{
background-color: #D8199C;
}
</style>
border-color css
<style>
span { border-color: #D8199C; }
span { border-color: rgb(216,25,156); }
td.TdClassName
{
border-color: #D8199C;
}
.TagClassName
{
border-color: #D8199C;
}
</style>