Shades of Medium Violet Red #D8199F
Tints of Medium Violet Red #D8199F
RGB
CMYK
RGB Variations
Color information
#D8199F (or 0xD8199F) is known color: Medium Violet Red. HEX triplet: D8, 19 and 9F. RGB value is (216,25,159). Sum of RGB (Red+Green+Blue) = 216+25+159=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8199F is #27E660. Grayscale: #616161. Windows color (decimal): -2614881 or 10426840. OLE color: 10426840.
HSL color Cylindrical-coordinate representation of color #D8199F: hue angle of 317.91º 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 #D8199F is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 159 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.15 |
| HSL | 317.91º | 0.79% | 0.47% | - |
| HSV(B) | 317.91º | 0.88% | 0.85% | - |
| XYZ | 34.92 | 17.8 | 34.4 | - |
| YUV | 97.39 | 162.78 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 159 | 0 | 0.88 | 0.26 | 0.15 | 317.91 | 0.79 | 0.47 |
| Hex | D8 | 19 | 9F | 0 | 58 | 1A | F | 13E | 4F | 2F |
| Octal | 330 | 31 | 237 | 0 | 130 | 32 | 17 | 476 | 117 | 57 |
| Binary | 11011000 | 11001 | 10011111 | 0 | 1011000 | 11010 | 1111 | 100111110 | 1001111 | 101111 |
Color Harmonies of #D8199F
Complementary color
Monochromatic Colors of #D8199F
Black with #D8199F
Text Example
Text Example
White with #D8199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8199F; }
p { color: rgb(216,25,159); }
H1.HeaderClassName
{
color: #D8199F;
}
.AnyTagClassName
{
color: #D8199F;
}
</style>
background-color css
<style>
a { background-color: #D8199F; }
a { background-color: rgb(216,25,159); }
div.DivClassName
{
background-color: #D8199F;
}
.BgClassName
{
background-color: #D8199F;
}
</style>
border-color css
<style>
span { border-color: #D8199F; }
span { border-color: rgb(216,25,159); }
td.TdClassName
{
border-color: #D8199F;
}
.TagClassName
{
border-color: #D8199F;
}
</style>