Shades of Medium Violet Red #D1168C
Tints of Medium Violet Red #D1168C
RGB
CMYK
RGB Variations
Color information
#D1168C (or 0xD1168C) is known color: Medium Violet Red. HEX triplet: D1, 16 and 8C. RGB value is (209,22,140). Sum of RGB (Red+Green+Blue) = 209+22+140=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1168C is #2EE973. Grayscale: #5B5B5B. Windows color (decimal): -3074420 or 9180881. OLE color: 9180881.
HSL color Cylindrical-coordinate representation of color #D1168C: hue angle of 322.14º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1168C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 140 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.18 |
| HSL | 322.14º | 0.81% | 0.45% | - |
| HSV(B) | 322.14º | 0.89% | 0.82% | - |
| XYZ | 31.32 | 16.02 | 26.25 | - |
| YUV | 91.37 | 155.45 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 140 | 0 | 0.89 | 0.33 | 0.18 | 322.14 | 0.81 | 0.45 |
| Hex | D1 | 16 | 8C | 0 | 59 | 21 | 12 | 142 | 51 | 2D |
| Octal | 321 | 26 | 214 | 0 | 131 | 41 | 22 | 502 | 121 | 55 |
| Binary | 11010001 | 10110 | 10001100 | 0 | 1011001 | 100001 | 10010 | 101000010 | 1010001 | 101101 |
Color Harmonies of #D1168C
Complementary color
Monochromatic Colors of #D1168C
Black with #D1168C
Text Example
Text Example
White with #D1168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1168C; }
p { color: rgb(209,22,140); }
H1.HeaderClassName
{
color: #D1168C;
}
.AnyTagClassName
{
color: #D1168C;
}
</style>
background-color css
<style>
a { background-color: #D1168C; }
a { background-color: rgb(209,22,140); }
div.DivClassName
{
background-color: #D1168C;
}
.BgClassName
{
background-color: #D1168C;
}
</style>
border-color css
<style>
span { border-color: #D1168C; }
span { border-color: rgb(209,22,140); }
td.TdClassName
{
border-color: #D1168C;
}
.TagClassName
{
border-color: #D1168C;
}
</style>