Shades of Medium Violet Red #D107A0
Tints of Medium Violet Red #D107A0
RGB
CMYK
RGB Variations
Color information
#D107A0 (or 0xD107A0) is known color: Medium Violet Red. HEX triplet: D1, 07 and A0. RGB value is (209,7,160). Sum of RGB (Red+Green+Blue) = 209+7+160=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D107A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D107A0 is #2EF85F. Grayscale: #545454. Windows color (decimal): -3078240 or 10487761. OLE color: 10487761.
HSL color Cylindrical-coordinate representation of color #D107A0: hue angle of 314.55º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107A0 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.18 |
| HSL | 314.55º | 0.94% | 0.42% | - |
| HSV(B) | 314.55º | 0.97% | 0.82% | - |
| XYZ | 32.72 | 16.25 | 34.67 | - |
| YUV | 84.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 160 | 0 | 0.97 | 0.23 | 0.18 | 314.55 | 0.94 | 0.42 |
| Hex | D1 | 7 | A0 | 0 | 61 | 17 | 12 | 13B | 5E | 2A |
| Octal | 321 | 7 | 240 | 0 | 141 | 27 | 22 | 473 | 136 | 52 |
| Binary | 11010001 | 111 | 10100000 | 0 | 1100001 | 10111 | 10010 | 100111011 | 1011110 | 101010 |
Color Harmonies of #D107A0
Complementary color
Monochromatic Colors of #D107A0
Black with #D107A0
Text Example
Text Example
White with #D107A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107A0; }
p { color: rgb(209,7,160); }
H1.HeaderClassName
{
color: #D107A0;
}
.AnyTagClassName
{
color: #D107A0;
}
</style>
background-color css
<style>
a { background-color: #D107A0; }
a { background-color: rgb(209,7,160); }
div.DivClassName
{
background-color: #D107A0;
}
.BgClassName
{
background-color: #D107A0;
}
</style>
border-color css
<style>
span { border-color: #D107A0; }
span { border-color: rgb(209,7,160); }
td.TdClassName
{
border-color: #D107A0;
}
.TagClassName
{
border-color: #D107A0;
}
</style>