Shades of Medium Violet Red #D8169F
Tints of Medium Violet Red #D8169F
RGB
CMYK
RGB Variations
Color information
#D8169F (or 0xD8169F) is known color: Medium Violet Red. HEX triplet: D8, 16 and 9F. RGB value is (216,22,159). Sum of RGB (Red+Green+Blue) = 216+22+159=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8169F is #27E960. Grayscale: #5F5F5F. Windows color (decimal): -2615649 or 10426072. OLE color: 10426072.
HSL color Cylindrical-coordinate representation of color #D8169F: hue angle of 317.63º 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 #D8169F is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 159 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.15 |
| HSL | 317.63º | 0.82% | 0.47% | - |
| HSV(B) | 317.63º | 0.9% | 0.85% | - |
| XYZ | 34.86 | 17.68 | 34.38 | - |
| YUV | 95.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 159 | 0 | 0.90 | 0.26 | 0.15 | 317.63 | 0.82 | 0.47 |
| Hex | D8 | 16 | 9F | 0 | 5A | 1A | F | 13E | 52 | 2F |
| Octal | 330 | 26 | 237 | 0 | 132 | 32 | 17 | 476 | 122 | 57 |
| Binary | 11011000 | 10110 | 10011111 | 0 | 1011010 | 11010 | 1111 | 100111110 | 1010010 | 101111 |
Color Harmonies of #D8169F
Complementary color
Monochromatic Colors of #D8169F
Black with #D8169F
Text Example
Text Example
White with #D8169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8169F; }
p { color: rgb(216,22,159); }
H1.HeaderClassName
{
color: #D8169F;
}
.AnyTagClassName
{
color: #D8169F;
}
</style>
background-color css
<style>
a { background-color: #D8169F; }
a { background-color: rgb(216,22,159); }
div.DivClassName
{
background-color: #D8169F;
}
.BgClassName
{
background-color: #D8169F;
}
</style>
border-color css
<style>
span { border-color: #D8169F; }
span { border-color: rgb(216,22,159); }
td.TdClassName
{
border-color: #D8169F;
}
.TagClassName
{
border-color: #D8169F;
}
</style>