Shades of Medium Violet Red #D0109D
Tints of Medium Violet Red #D0109D
RGB
CMYK
RGB Variations
Color information
#D0109D (or 0xD0109D) is known color: Medium Violet Red. HEX triplet: D0, 10 and 9D. RGB value is (208,16,157). Sum of RGB (Red+Green+Blue) = 208+16+157=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0109D is #2FEF62. Grayscale: #595959. Windows color (decimal): -3141475 or 10293456. OLE color: 10293456.
HSL color Cylindrical-coordinate representation of color #D0109D: hue angle of 315.94º 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 #D0109D is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.18 |
| HSL | 315.94º | 0.86% | 0.44% | - |
| HSV(B) | 315.94º | 0.92% | 0.82% | - |
| XYZ | 32.28 | 16.21 | 33.33 | - |
| YUV | 89.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 157 | 0 | 0.92 | 0.25 | 0.18 | 315.94 | 0.86 | 0.44 |
| Hex | D0 | 10 | 9D | 0 | 5C | 19 | 12 | 13C | 56 | 2C |
| Octal | 320 | 20 | 235 | 0 | 134 | 31 | 22 | 474 | 126 | 54 |
| Binary | 11010000 | 10000 | 10011101 | 0 | 1011100 | 11001 | 10010 | 100111100 | 1010110 | 101100 |
Color Harmonies of #D0109D
Complementary color
Monochromatic Colors of #D0109D
Black with #D0109D
Text Example
Text Example
White with #D0109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0109D; }
p { color: rgb(208,16,157); }
H1.HeaderClassName
{
color: #D0109D;
}
.AnyTagClassName
{
color: #D0109D;
}
</style>
background-color css
<style>
a { background-color: #D0109D; }
a { background-color: rgb(208,16,157); }
div.DivClassName
{
background-color: #D0109D;
}
.BgClassName
{
background-color: #D0109D;
}
</style>
border-color css
<style>
span { border-color: #D0109D; }
span { border-color: rgb(208,16,157); }
td.TdClassName
{
border-color: #D0109D;
}
.TagClassName
{
border-color: #D0109D;
}
</style>