Shades of Medium Violet Red #D6168E
Tints of Medium Violet Red #D6168E
RGB
CMYK
RGB Variations
Color information
#D6168E (or 0xD6168E) is known color: Medium Violet Red. HEX triplet: D6, 16 and 8E. RGB value is (214,22,142). Sum of RGB (Red+Green+Blue) = 214+22+142=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6168E is #29E971. Grayscale: #5C5C5C. Windows color (decimal): -2746738 or 9311958. OLE color: 9311958.
HSL color Cylindrical-coordinate representation of color #D6168E: hue angle of 322.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6168E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.16 |
| HSL | 322.5º | 0.81% | 0.46% | - |
| HSV(B) | 322.5º | 0.9% | 0.84% | - |
| XYZ | 32.9 | 16.82 | 27.1 | - |
| YUV | 93.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 142 | 0 | 0.90 | 0.34 | 0.16 | 322.5 | 0.81 | 0.46 |
| Hex | D6 | 16 | 8E | 0 | 5A | 22 | 10 | 142 | 51 | 2E |
| Octal | 326 | 26 | 216 | 0 | 132 | 42 | 20 | 502 | 121 | 56 |
| Binary | 11010110 | 10110 | 10001110 | 0 | 1011010 | 100010 | 10000 | 101000010 | 1010001 | 101110 |
Color Harmonies of #D6168E
Complementary color
Monochromatic Colors of #D6168E
Black with #D6168E
Text Example
Text Example
White with #D6168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6168E; }
p { color: rgb(214,22,142); }
H1.HeaderClassName
{
color: #D6168E;
}
.AnyTagClassName
{
color: #D6168E;
}
</style>
background-color css
<style>
a { background-color: #D6168E; }
a { background-color: rgb(214,22,142); }
div.DivClassName
{
background-color: #D6168E;
}
.BgClassName
{
background-color: #D6168E;
}
</style>
border-color css
<style>
span { border-color: #D6168E; }
span { border-color: rgb(214,22,142); }
td.TdClassName
{
border-color: #D6168E;
}
.TagClassName
{
border-color: #D6168E;
}
</style>