Shades of Medium Violet Red #D8178F
Tints of Medium Violet Red #D8178F
RGB
CMYK
RGB Variations
Color information
#D8178F (or 0xD8178F) is known color: Medium Violet Red. HEX triplet: D8, 17 and 8F. RGB value is (216,23,143). Sum of RGB (Red+Green+Blue) = 216+23+143=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8178F is #27E870. Grayscale: #5E5E5E. Windows color (decimal): -2615409 or 9377752. OLE color: 9377752.
HSL color Cylindrical-coordinate representation of color #D8178F: hue angle of 322.69º 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 #D8178F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 143 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.15 |
| HSL | 322.69º | 0.81% | 0.47% | - |
| HSV(B) | 322.69º | 0.89% | 0.85% | - |
| XYZ | 33.58 | 17.19 | 27.54 | - |
| YUV | 94.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 143 | 0 | 0.89 | 0.34 | 0.15 | 322.69 | 0.81 | 0.47 |
| Hex | D8 | 17 | 8F | 0 | 59 | 22 | F | 143 | 51 | 2F |
| Octal | 330 | 27 | 217 | 0 | 131 | 42 | 17 | 503 | 121 | 57 |
| Binary | 11011000 | 10111 | 10001111 | 0 | 1011001 | 100010 | 1111 | 101000011 | 1010001 | 101111 |
Color Harmonies of #D8178F
Complementary color
Monochromatic Colors of #D8178F
Black with #D8178F
Text Example
Text Example
White with #D8178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8178F; }
p { color: rgb(216,23,143); }
H1.HeaderClassName
{
color: #D8178F;
}
.AnyTagClassName
{
color: #D8178F;
}
</style>
background-color css
<style>
a { background-color: #D8178F; }
a { background-color: rgb(216,23,143); }
div.DivClassName
{
background-color: #D8178F;
}
.BgClassName
{
background-color: #D8178F;
}
</style>
border-color css
<style>
span { border-color: #D8178F; }
span { border-color: rgb(216,23,143); }
td.TdClassName
{
border-color: #D8178F;
}
.TagClassName
{
border-color: #D8178F;
}
</style>