Shades of Medium Violet Red #D6168D
Tints of Medium Violet Red #D6168D
RGB
CMYK
RGB Variations
Color information
#D6168D (or 0xD6168D) is known color: Medium Violet Red. HEX triplet: D6, 16 and 8D. RGB value is (214,22,141). Sum of RGB (Red+Green+Blue) = 214+22+141=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6168D is #29E972. Grayscale: #5C5C5C. Windows color (decimal): -2746739 or 9246422. OLE color: 9246422.
HSL color Cylindrical-coordinate representation of color #D6168D: hue angle of 322.81º 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 #D6168D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 141 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.16 |
| HSL | 322.81º | 0.81% | 0.46% | - |
| HSV(B) | 322.81º | 0.9% | 0.84% | - |
| XYZ | 32.83 | 16.79 | 26.71 | - |
| YUV | 92.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 141 | 0 | 0.90 | 0.34 | 0.16 | 322.81 | 0.81 | 0.46 |
| Hex | D6 | 16 | 8D | 0 | 5A | 22 | 10 | 143 | 51 | 2E |
| Octal | 326 | 26 | 215 | 0 | 132 | 42 | 20 | 503 | 121 | 56 |
| Binary | 11010110 | 10110 | 10001101 | 0 | 1011010 | 100010 | 10000 | 101000011 | 1010001 | 101110 |
Color Harmonies of #D6168D
Complementary color
Monochromatic Colors of #D6168D
Black with #D6168D
Text Example
Text Example
White with #D6168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6168D; }
p { color: rgb(214,22,141); }
H1.HeaderClassName
{
color: #D6168D;
}
.AnyTagClassName
{
color: #D6168D;
}
</style>
background-color css
<style>
a { background-color: #D6168D; }
a { background-color: rgb(214,22,141); }
div.DivClassName
{
background-color: #D6168D;
}
.BgClassName
{
background-color: #D6168D;
}
</style>
border-color css
<style>
span { border-color: #D6168D; }
span { border-color: rgb(214,22,141); }
td.TdClassName
{
border-color: #D6168D;
}
.TagClassName
{
border-color: #D6168D;
}
</style>