Shades of Medium Violet Red #D2109D
Tints of Medium Violet Red #D2109D
RGB
CMYK
RGB Variations
Color information
#D2109D (or 0xD2109D) is known color: Medium Violet Red. HEX triplet: D2, 10 and 9D. RGB value is (210,16,157). Sum of RGB (Red+Green+Blue) = 210+16+157=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2109D is #2DEF62. Grayscale: #595959. Windows color (decimal): -3010403 or 10293458. OLE color: 10293458.
HSL color Cylindrical-coordinate representation of color #D2109D: hue angle of 316.39º 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 #D2109D is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.18 |
| HSL | 316.39º | 0.86% | 0.44% | - |
| HSV(B) | 316.39º | 0.92% | 0.82% | - |
| XYZ | 32.85 | 16.51 | 33.35 | - |
| YUV | 90.08 | 165.77 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 157 | 0 | 0.92 | 0.25 | 0.18 | 316.39 | 0.86 | 0.44 |
| Hex | D2 | 10 | 9D | 0 | 5C | 19 | 12 | 13C | 56 | 2C |
| Octal | 322 | 20 | 235 | 0 | 134 | 31 | 22 | 474 | 126 | 54 |
| Binary | 11010010 | 10000 | 10011101 | 0 | 1011100 | 11001 | 10010 | 100111100 | 1010110 | 101100 |
Color Harmonies of #D2109D
Complementary color
Monochromatic Colors of #D2109D
Black with #D2109D
Text Example
Text Example
White with #D2109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2109D; }
p { color: rgb(210,16,157); }
H1.HeaderClassName
{
color: #D2109D;
}
.AnyTagClassName
{
color: #D2109D;
}
</style>
background-color css
<style>
a { background-color: #D2109D; }
a { background-color: rgb(210,16,157); }
div.DivClassName
{
background-color: #D2109D;
}
.BgClassName
{
background-color: #D2109D;
}
</style>
border-color css
<style>
span { border-color: #D2109D; }
span { border-color: rgb(210,16,157); }
td.TdClassName
{
border-color: #D2109D;
}
.TagClassName
{
border-color: #D2109D;
}
</style>