Shades of Medium Violet Red #D10D7A
Tints of Medium Violet Red #D10D7A
RGB
CMYK
RGB Variations
Color information
#D10D7A (or 0xD10D7A) is known color: Medium Violet Red. HEX triplet: D1, 0D and 7A. RGB value is (209,13,122). Sum of RGB (Red+Green+Blue) = 209+13+122=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D7A is #2EF285. Grayscale: #535353. Windows color (decimal): -3076742 or 7998929. OLE color: 7998929.
HSL color Cylindrical-coordinate representation of color #D10D7A: hue angle of 326.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D7A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.18 |
| HSL | 326.63º | 0.88% | 0.44% | - |
| HSV(B) | 326.63º | 0.94% | 0.82% | - |
| XYZ | 29.95 | 15.25 | 19.78 | - |
| YUV | 84.03 | 149.43 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 122 | 0 | 0.94 | 0.42 | 0.18 | 326.63 | 0.88 | 0.44 |
| Hex | D1 | D | 7A | 0 | 5E | 2A | 12 | 147 | 58 | 2C |
| Octal | 321 | 15 | 172 | 0 | 136 | 52 | 22 | 507 | 130 | 54 |
| Binary | 11010001 | 1101 | 1111010 | 0 | 1011110 | 101010 | 10010 | 101000111 | 1011000 | 101100 |
Color Harmonies of #D10D7A
Complementary color
Monochromatic Colors of #D10D7A
Black with #D10D7A
Text Example
Text Example
White with #D10D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D7A; }
p { color: rgb(209,13,122); }
H1.HeaderClassName
{
color: #D10D7A;
}
.AnyTagClassName
{
color: #D10D7A;
}
</style>
background-color css
<style>
a { background-color: #D10D7A; }
a { background-color: rgb(209,13,122); }
div.DivClassName
{
background-color: #D10D7A;
}
.BgClassName
{
background-color: #D10D7A;
}
</style>
border-color css
<style>
span { border-color: #D10D7A; }
span { border-color: rgb(209,13,122); }
td.TdClassName
{
border-color: #D10D7A;
}
.TagClassName
{
border-color: #D10D7A;
}
</style>