Shades of Medium Violet Red #D2179C
Tints of Medium Violet Red #D2179C
RGB
CMYK
RGB Variations
Color information
#D2179C (or 0xD2179C) is known color: Medium Violet Red. HEX triplet: D2, 17 and 9C. RGB value is (210,23,156). Sum of RGB (Red+Green+Blue) = 210+23+156=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2179C is #2DE863. Grayscale: #5D5D5D. Windows color (decimal): -3008612 or 10229714. OLE color: 10229714.
HSL color Cylindrical-coordinate representation of color #D2179C: hue angle of 317.33º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2179C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 156 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.18 |
| HSL | 317.33º | 0.8% | 0.46% | - |
| HSV(B) | 317.33º | 0.89% | 0.82% | - |
| XYZ | 32.89 | 16.71 | 32.95 | - |
| YUV | 94.08 | 162.95 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 156 | 0 | 0.89 | 0.26 | 0.18 | 317.33 | 0.8 | 0.46 |
| Hex | D2 | 17 | 9C | 0 | 59 | 1A | 12 | 13D | 50 | 2E |
| Octal | 322 | 27 | 234 | 0 | 131 | 32 | 22 | 475 | 120 | 56 |
| Binary | 11010010 | 10111 | 10011100 | 0 | 1011001 | 11010 | 10010 | 100111101 | 1010000 | 101110 |
Color Harmonies of #D2179C
Complementary color
Monochromatic Colors of #D2179C
Black with #D2179C
Text Example
Text Example
White with #D2179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2179C; }
p { color: rgb(210,23,156); }
H1.HeaderClassName
{
color: #D2179C;
}
.AnyTagClassName
{
color: #D2179C;
}
</style>
background-color css
<style>
a { background-color: #D2179C; }
a { background-color: rgb(210,23,156); }
div.DivClassName
{
background-color: #D2179C;
}
.BgClassName
{
background-color: #D2179C;
}
</style>
border-color css
<style>
span { border-color: #D2179C; }
span { border-color: rgb(210,23,156); }
td.TdClassName
{
border-color: #D2179C;
}
.TagClassName
{
border-color: #D2179C;
}
</style>