Shades of Medium Violet Red #D8199A
Tints of Medium Violet Red #D8199A
RGB
CMYK
RGB Variations
Color information
#D8199A (or 0xD8199A) is known color: Medium Violet Red. HEX triplet: D8, 19 and 9A. RGB value is (216,25,154). Sum of RGB (Red+Green+Blue) = 216+25+154=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8199A is #27E665. Grayscale: #606060. Windows color (decimal): -2614886 or 10099160. OLE color: 10099160.
HSL color Cylindrical-coordinate representation of color #D8199A: hue angle of 319.48º 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 #D8199A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 154 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.15 |
| HSL | 319.48º | 0.79% | 0.47% | - |
| HSV(B) | 319.48º | 0.88% | 0.85% | - |
| XYZ | 34.5 | 17.63 | 32.16 | - |
| YUV | 96.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 154 | 0 | 0.88 | 0.29 | 0.15 | 319.48 | 0.79 | 0.47 |
| Hex | D8 | 19 | 9A | 0 | 58 | 1D | F | 13F | 4F | 2F |
| Octal | 330 | 31 | 232 | 0 | 130 | 35 | 17 | 477 | 117 | 57 |
| Binary | 11011000 | 11001 | 10011010 | 0 | 1011000 | 11101 | 1111 | 100111111 | 1001111 | 101111 |
Color Harmonies of #D8199A
Complementary color
Monochromatic Colors of #D8199A
Black with #D8199A
Text Example
Text Example
White with #D8199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8199A; }
p { color: rgb(216,25,154); }
H1.HeaderClassName
{
color: #D8199A;
}
.AnyTagClassName
{
color: #D8199A;
}
</style>
background-color css
<style>
a { background-color: #D8199A; }
a { background-color: rgb(216,25,154); }
div.DivClassName
{
background-color: #D8199A;
}
.BgClassName
{
background-color: #D8199A;
}
</style>
border-color css
<style>
span { border-color: #D8199A; }
span { border-color: rgb(216,25,154); }
td.TdClassName
{
border-color: #D8199A;
}
.TagClassName
{
border-color: #D8199A;
}
</style>