Shades of Medium Violet Red #D8197E
Tints of Medium Violet Red #D8197E
RGB
CMYK
RGB Variations
Color information
#D8197E (or 0xD8197E) is known color: Medium Violet Red. HEX triplet: D8, 19 and 7E. RGB value is (216,25,126). Sum of RGB (Red+Green+Blue) = 216+25+126=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D8197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8197E is #27E681. Grayscale: #5D5D5D. Windows color (decimal): -2614914 or 8264152. OLE color: 8264152.
HSL color Cylindrical-coordinate representation of color #D8197E: hue angle of 328.27º 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 #D8197E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 126 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.15 |
| HSL | 328.27º | 0.79% | 0.47% | - |
| HSV(B) | 328.27º | 0.88% | 0.85% | - |
| XYZ | 32.43 | 16.8 | 21.27 | - |
| YUV | 93.62 | 146.28 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 126 | 0 | 0.88 | 0.42 | 0.15 | 328.27 | 0.79 | 0.47 |
| Hex | D8 | 19 | 7E | 0 | 58 | 2A | F | 148 | 4F | 2F |
| Octal | 330 | 31 | 176 | 0 | 130 | 52 | 17 | 510 | 117 | 57 |
| Binary | 11011000 | 11001 | 1111110 | 0 | 1011000 | 101010 | 1111 | 101001000 | 1001111 | 101111 |
Color Harmonies of #D8197E
Complementary color
Monochromatic Colors of #D8197E
Black with #D8197E
Text Example
Text Example
White with #D8197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8197E; }
p { color: rgb(216,25,126); }
H1.HeaderClassName
{
color: #D8197E;
}
.AnyTagClassName
{
color: #D8197E;
}
</style>
background-color css
<style>
a { background-color: #D8197E; }
a { background-color: rgb(216,25,126); }
div.DivClassName
{
background-color: #D8197E;
}
.BgClassName
{
background-color: #D8197E;
}
</style>
border-color css
<style>
span { border-color: #D8197E; }
span { border-color: rgb(216,25,126); }
td.TdClassName
{
border-color: #D8197E;
}
.TagClassName
{
border-color: #D8197E;
}
</style>