Shades of Medium Violet Red #D2109C
Tints of Medium Violet Red #D2109C
RGB
CMYK
RGB Variations
Color information
#D2109C (or 0xD2109C) is known color: Medium Violet Red. HEX triplet: D2, 10 and 9C. RGB value is (210,16,156). Sum of RGB (Red+Green+Blue) = 210+16+156=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2109C is #2DEF63. Grayscale: #595959. Windows color (decimal): -3010404 or 10227922. OLE color: 10227922.
HSL color Cylindrical-coordinate representation of color #D2109C: hue angle of 316.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2109C is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.18 |
| HSL | 316.7º | 0.86% | 0.44% | - |
| HSV(B) | 316.7º | 0.92% | 0.82% | - |
| XYZ | 32.76 | 16.47 | 32.91 | - |
| YUV | 89.97 | 165.27 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 156 | 0 | 0.92 | 0.26 | 0.18 | 316.7 | 0.86 | 0.44 |
| Hex | D2 | 10 | 9C | 0 | 5C | 1A | 12 | 13D | 56 | 2C |
| Octal | 322 | 20 | 234 | 0 | 134 | 32 | 22 | 475 | 126 | 54 |
| Binary | 11010010 | 10000 | 10011100 | 0 | 1011100 | 11010 | 10010 | 100111101 | 1010110 | 101100 |
Color Harmonies of #D2109C
Complementary color
Monochromatic Colors of #D2109C
Black with #D2109C
Text Example
Text Example
White with #D2109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2109C; }
p { color: rgb(210,16,156); }
H1.HeaderClassName
{
color: #D2109C;
}
.AnyTagClassName
{
color: #D2109C;
}
</style>
background-color css
<style>
a { background-color: #D2109C; }
a { background-color: rgb(210,16,156); }
div.DivClassName
{
background-color: #D2109C;
}
.BgClassName
{
background-color: #D2109C;
}
</style>
border-color css
<style>
span { border-color: #D2109C; }
span { border-color: rgb(210,16,156); }
td.TdClassName
{
border-color: #D2109C;
}
.TagClassName
{
border-color: #D2109C;
}
</style>