Shades of Medium Violet Red #D6168B
Tints of Medium Violet Red #D6168B
RGB
CMYK
RGB Variations
Color information
#D6168B (or 0xD6168B) is known color: Medium Violet Red. HEX triplet: D6, 16 and 8B. RGB value is (214,22,139). Sum of RGB (Red+Green+Blue) = 214+22+139=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6168B is #29E974. Grayscale: #5C5C5C. Windows color (decimal): -2746741 or 9115350. OLE color: 9115350.
HSL color Cylindrical-coordinate representation of color #D6168B: hue angle of 323.44º 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 #D6168B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.16 |
| HSL | 323.44º | 0.81% | 0.46% | - |
| HSV(B) | 323.44º | 0.9% | 0.84% | - |
| XYZ | 32.68 | 16.73 | 25.93 | - |
| YUV | 92.75 | 154.11 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 139 | 0 | 0.90 | 0.35 | 0.16 | 323.44 | 0.81 | 0.46 |
| Hex | D6 | 16 | 8B | 0 | 5A | 23 | 10 | 143 | 51 | 2E |
| Octal | 326 | 26 | 213 | 0 | 132 | 43 | 20 | 503 | 121 | 56 |
| Binary | 11010110 | 10110 | 10001011 | 0 | 1011010 | 100011 | 10000 | 101000011 | 1010001 | 101110 |
Color Harmonies of #D6168B
Complementary color
Monochromatic Colors of #D6168B
Black with #D6168B
Text Example
Text Example
White with #D6168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6168B; }
p { color: rgb(214,22,139); }
H1.HeaderClassName
{
color: #D6168B;
}
.AnyTagClassName
{
color: #D6168B;
}
</style>
background-color css
<style>
a { background-color: #D6168B; }
a { background-color: rgb(214,22,139); }
div.DivClassName
{
background-color: #D6168B;
}
.BgClassName
{
background-color: #D6168B;
}
</style>
border-color css
<style>
span { border-color: #D6168B; }
span { border-color: rgb(214,22,139); }
td.TdClassName
{
border-color: #D6168B;
}
.TagClassName
{
border-color: #D6168B;
}
</style>