Shades of Medium Violet Red #D8178D
Tints of Medium Violet Red #D8178D
RGB
CMYK
RGB Variations
Color information
#D8178D (or 0xD8178D) is known color: Medium Violet Red. HEX triplet: D8, 17 and 8D. RGB value is (216,23,141). Sum of RGB (Red+Green+Blue) = 216+23+141=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8178D is #27E872. Grayscale: #5D5D5D. Windows color (decimal): -2615411 or 9246680. OLE color: 9246680.
HSL color Cylindrical-coordinate representation of color #D8178D: hue angle of 323.32º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8178D is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 141 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.15 |
| HSL | 323.32º | 0.81% | 0.47% | - |
| HSV(B) | 323.32º | 0.89% | 0.85% | - |
| XYZ | 33.43 | 17.13 | 26.74 | - |
| YUV | 94.16 | 154.44 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 141 | 0 | 0.89 | 0.35 | 0.15 | 323.32 | 0.81 | 0.47 |
| Hex | D8 | 17 | 8D | 0 | 59 | 23 | F | 143 | 51 | 2F |
| Octal | 330 | 27 | 215 | 0 | 131 | 43 | 17 | 503 | 121 | 57 |
| Binary | 11011000 | 10111 | 10001101 | 0 | 1011001 | 100011 | 1111 | 101000011 | 1010001 | 101111 |
Color Harmonies of #D8178D
Complementary color
Monochromatic Colors of #D8178D
Black with #D8178D
Text Example
Text Example
White with #D8178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8178D; }
p { color: rgb(216,23,141); }
H1.HeaderClassName
{
color: #D8178D;
}
.AnyTagClassName
{
color: #D8178D;
}
</style>
background-color css
<style>
a { background-color: #D8178D; }
a { background-color: rgb(216,23,141); }
div.DivClassName
{
background-color: #D8178D;
}
.BgClassName
{
background-color: #D8178D;
}
</style>
border-color css
<style>
span { border-color: #D8178D; }
span { border-color: rgb(216,23,141); }
td.TdClassName
{
border-color: #D8178D;
}
.TagClassName
{
border-color: #D8178D;
}
</style>