Shades of Medium Violet Red #D8168E
Tints of Medium Violet Red #D8168E
RGB
CMYK
RGB Variations
Color information
#D8168E (or 0xD8168E) is known color: Medium Violet Red. HEX triplet: D8, 16 and 8E. RGB value is (216,22,142). Sum of RGB (Red+Green+Blue) = 216+22+142=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8168E is #27E971. Grayscale: #5D5D5D. Windows color (decimal): -2615666 or 9311960. OLE color: 9311960.
HSL color Cylindrical-coordinate representation of color #D8168E: hue angle of 322.89º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8168E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.15 |
| HSL | 322.89º | 0.82% | 0.47% | - |
| HSV(B) | 322.89º | 0.9% | 0.85% | - |
| XYZ | 33.49 | 17.13 | 27.13 | - |
| YUV | 93.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 142 | 0 | 0.90 | 0.34 | 0.15 | 322.89 | 0.82 | 0.47 |
| Hex | D8 | 16 | 8E | 0 | 5A | 22 | F | 143 | 52 | 2F |
| Octal | 330 | 26 | 216 | 0 | 132 | 42 | 17 | 503 | 122 | 57 |
| Binary | 11011000 | 10110 | 10001110 | 0 | 1011010 | 100010 | 1111 | 101000011 | 1010010 | 101111 |
Color Harmonies of #D8168E
Complementary color
Monochromatic Colors of #D8168E
Black with #D8168E
Text Example
Text Example
White with #D8168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8168E; }
p { color: rgb(216,22,142); }
H1.HeaderClassName
{
color: #D8168E;
}
.AnyTagClassName
{
color: #D8168E;
}
</style>
background-color css
<style>
a { background-color: #D8168E; }
a { background-color: rgb(216,22,142); }
div.DivClassName
{
background-color: #D8168E;
}
.BgClassName
{
background-color: #D8168E;
}
</style>
border-color css
<style>
span { border-color: #D8168E; }
span { border-color: rgb(216,22,142); }
td.TdClassName
{
border-color: #D8168E;
}
.TagClassName
{
border-color: #D8168E;
}
</style>