Shades of Medium Violet Red #D6108C
Tints of Medium Violet Red #D6108C
RGB
CMYK
RGB Variations
Color information
#D6108C (or 0xD6108C) is known color: Medium Violet Red. HEX triplet: D6, 10 and 8C. RGB value is (214,16,140). Sum of RGB (Red+Green+Blue) = 214+16+140=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6108C is #29EF73. Grayscale: #595959. Windows color (decimal): -2748276 or 9179350. OLE color: 9179350.
HSL color Cylindrical-coordinate representation of color #D6108C: hue angle of 322.42º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6108C is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.16 |
| HSL | 322.42º | 0.86% | 0.45% | - |
| HSV(B) | 322.42º | 0.93% | 0.84% | - |
| XYZ | 32.65 | 16.56 | 26.29 | - |
| YUV | 89.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 140 | 0 | 0.93 | 0.35 | 0.16 | 322.42 | 0.86 | 0.45 |
| Hex | D6 | 10 | 8C | 0 | 5D | 23 | 10 | 142 | 56 | 2D |
| Octal | 326 | 20 | 214 | 0 | 135 | 43 | 20 | 502 | 126 | 55 |
| Binary | 11010110 | 10000 | 10001100 | 0 | 1011101 | 100011 | 10000 | 101000010 | 1010110 | 101101 |
Color Harmonies of #D6108C
Complementary color
Monochromatic Colors of #D6108C
Black with #D6108C
Text Example
Text Example
White with #D6108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6108C; }
p { color: rgb(214,16,140); }
H1.HeaderClassName
{
color: #D6108C;
}
.AnyTagClassName
{
color: #D6108C;
}
</style>
background-color css
<style>
a { background-color: #D6108C; }
a { background-color: rgb(214,16,140); }
div.DivClassName
{
background-color: #D6108C;
}
.BgClassName
{
background-color: #D6108C;
}
</style>
border-color css
<style>
span { border-color: #D6108C; }
span { border-color: rgb(214,16,140); }
td.TdClassName
{
border-color: #D6108C;
}
.TagClassName
{
border-color: #D6108C;
}
</style>