Shades of Medium Violet Red #D9168C
Tints of Medium Violet Red #D9168C
RGB
CMYK
RGB Variations
Color information
#D9168C (or 0xD9168C) is known color: Medium Violet Red. HEX triplet: D9, 16 and 8C. RGB value is (217,22,140). Sum of RGB (Red+Green+Blue) = 217+22+140=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9168C is #26E973. Grayscale: #5D5D5D. Windows color (decimal): -2550132 or 9180889. OLE color: 9180889.
HSL color Cylindrical-coordinate representation of color #D9168C: hue angle of 323.69º 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 #D9168C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 140 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.15 |
| HSL | 323.69º | 0.82% | 0.47% | - |
| HSV(B) | 323.69º | 0.9% | 0.85% | - |
| XYZ | 33.64 | 17.22 | 26.36 | - |
| YUV | 93.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 140 | 0 | 0.90 | 0.35 | 0.15 | 323.69 | 0.82 | 0.47 |
| Hex | D9 | 16 | 8C | 0 | 5A | 23 | F | 144 | 52 | 2F |
| Octal | 331 | 26 | 214 | 0 | 132 | 43 | 17 | 504 | 122 | 57 |
| Binary | 11011001 | 10110 | 10001100 | 0 | 1011010 | 100011 | 1111 | 101000100 | 1010010 | 101111 |
Color Harmonies of #D9168C
Complementary color
Monochromatic Colors of #D9168C
Black with #D9168C
Text Example
Text Example
White with #D9168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9168C; }
p { color: rgb(217,22,140); }
H1.HeaderClassName
{
color: #D9168C;
}
.AnyTagClassName
{
color: #D9168C;
}
</style>
background-color css
<style>
a { background-color: #D9168C; }
a { background-color: rgb(217,22,140); }
div.DivClassName
{
background-color: #D9168C;
}
.BgClassName
{
background-color: #D9168C;
}
</style>
border-color css
<style>
span { border-color: #D9168C; }
span { border-color: rgb(217,22,140); }
td.TdClassName
{
border-color: #D9168C;
}
.TagClassName
{
border-color: #D9168C;
}
</style>