Shades of Medium Violet Red #D2109B
Tints of Medium Violet Red #D2109B
RGB
CMYK
RGB Variations
Color information
#D2109B (or 0xD2109B) is known color: Medium Violet Red. HEX triplet: D2, 10 and 9B. RGB value is (210,16,155). Sum of RGB (Red+Green+Blue) = 210+16+155=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2109B is #2DEF64. Grayscale: #595959. Windows color (decimal): -3010405 or 10162386. OLE color: 10162386.
HSL color Cylindrical-coordinate representation of color #D2109B: hue angle of 317.01º 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 #D2109B is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.18 |
| HSL | 317.01º | 0.86% | 0.44% | - |
| HSV(B) | 317.01º | 0.92% | 0.82% | - |
| XYZ | 32.68 | 16.44 | 32.46 | - |
| YUV | 89.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 155 | 0 | 0.92 | 0.26 | 0.18 | 317.01 | 0.86 | 0.44 |
| Hex | D2 | 10 | 9B | 0 | 5C | 1A | 12 | 13D | 56 | 2C |
| Octal | 322 | 20 | 233 | 0 | 134 | 32 | 22 | 475 | 126 | 54 |
| Binary | 11010010 | 10000 | 10011011 | 0 | 1011100 | 11010 | 10010 | 100111101 | 1010110 | 101100 |
Color Harmonies of #D2109B
Complementary color
Monochromatic Colors of #D2109B
Black with #D2109B
Text Example
Text Example
White with #D2109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2109B; }
p { color: rgb(210,16,155); }
H1.HeaderClassName
{
color: #D2109B;
}
.AnyTagClassName
{
color: #D2109B;
}
</style>
background-color css
<style>
a { background-color: #D2109B; }
a { background-color: rgb(210,16,155); }
div.DivClassName
{
background-color: #D2109B;
}
.BgClassName
{
background-color: #D2109B;
}
</style>
border-color css
<style>
span { border-color: #D2109B; }
span { border-color: rgb(210,16,155); }
td.TdClassName
{
border-color: #D2109B;
}
.TagClassName
{
border-color: #D2109B;
}
</style>