Shades of Medium Violet Red #D8198F
Tints of Medium Violet Red #D8198F
RGB
CMYK
RGB Variations
Color information
#D8198F (or 0xD8198F) is known color: Medium Violet Red. HEX triplet: D8, 19 and 8F. RGB value is (216,25,143). Sum of RGB (Red+Green+Blue) = 216+25+143=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D8198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8198F is #27E670. Grayscale: #5F5F5F. Windows color (decimal): -2614897 or 9378264. OLE color: 9378264.
HSL color Cylindrical-coordinate representation of color #D8198F: hue angle of 322.93º 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 #D8198F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 143 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.15 |
| HSL | 322.93º | 0.79% | 0.47% | - |
| HSV(B) | 322.93º | 0.88% | 0.85% | - |
| XYZ | 33.62 | 17.28 | 27.55 | - |
| YUV | 95.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 143 | 0 | 0.88 | 0.34 | 0.15 | 322.93 | 0.79 | 0.47 |
| Hex | D8 | 19 | 8F | 0 | 58 | 22 | F | 143 | 4F | 2F |
| Octal | 330 | 31 | 217 | 0 | 130 | 42 | 17 | 503 | 117 | 57 |
| Binary | 11011000 | 11001 | 10001111 | 0 | 1011000 | 100010 | 1111 | 101000011 | 1001111 | 101111 |
Color Harmonies of #D8198F
Complementary color
Monochromatic Colors of #D8198F
Black with #D8198F
Text Example
Text Example
White with #D8198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8198F; }
p { color: rgb(216,25,143); }
H1.HeaderClassName
{
color: #D8198F;
}
.AnyTagClassName
{
color: #D8198F;
}
</style>
background-color css
<style>
a { background-color: #D8198F; }
a { background-color: rgb(216,25,143); }
div.DivClassName
{
background-color: #D8198F;
}
.BgClassName
{
background-color: #D8198F;
}
</style>
border-color css
<style>
span { border-color: #D8198F; }
span { border-color: rgb(216,25,143); }
td.TdClassName
{
border-color: #D8198F;
}
.TagClassName
{
border-color: #D8198F;
}
</style>