Shades of Medium Violet Red #D7108C
Tints of Medium Violet Red #D7108C
RGB
CMYK
RGB Variations
Color information
#D7108C (or 0xD7108C) is known color: Medium Violet Red. HEX triplet: D7, 10 and 8C. RGB value is (215,16,140). Sum of RGB (Red+Green+Blue) = 215+16+140=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7108C is #28EF73. Grayscale: #595959. Windows color (decimal): -2682740 or 9179351. OLE color: 9179351.
HSL color Cylindrical-coordinate representation of color #D7108C: hue angle of 322.61º 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 #D7108C is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.16 |
| HSL | 322.61º | 0.86% | 0.45% | - |
| HSV(B) | 322.61º | 0.93% | 0.84% | - |
| XYZ | 32.94 | 16.71 | 26.3 | - |
| YUV | 89.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 140 | 0 | 0.93 | 0.35 | 0.16 | 322.61 | 0.86 | 0.45 |
| Hex | D7 | 10 | 8C | 0 | 5D | 23 | 10 | 143 | 56 | 2D |
| Octal | 327 | 20 | 214 | 0 | 135 | 43 | 20 | 503 | 126 | 55 |
| Binary | 11010111 | 10000 | 10001100 | 0 | 1011101 | 100011 | 10000 | 101000011 | 1010110 | 101101 |
Color Harmonies of #D7108C
Complementary color
Monochromatic Colors of #D7108C
Black with #D7108C
Text Example
Text Example
White with #D7108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7108C; }
p { color: rgb(215,16,140); }
H1.HeaderClassName
{
color: #D7108C;
}
.AnyTagClassName
{
color: #D7108C;
}
</style>
background-color css
<style>
a { background-color: #D7108C; }
a { background-color: rgb(215,16,140); }
div.DivClassName
{
background-color: #D7108C;
}
.BgClassName
{
background-color: #D7108C;
}
</style>
border-color css
<style>
span { border-color: #D7108C; }
span { border-color: rgb(215,16,140); }
td.TdClassName
{
border-color: #D7108C;
}
.TagClassName
{
border-color: #D7108C;
}
</style>