Shades of Medium Violet Red #D10E7A
Tints of Medium Violet Red #D10E7A
RGB
CMYK
RGB Variations
Color information
#D10E7A (or 0xD10E7A) is known color: Medium Violet Red. HEX triplet: D1, 0E and 7A. RGB value is (209,14,122). Sum of RGB (Red+Green+Blue) = 209+14+122=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E7A is #2EF185. Grayscale: #545454. Windows color (decimal): -3076486 or 7999185. OLE color: 7999185.
HSL color Cylindrical-coordinate representation of color #D10E7A: hue angle of 326.77º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E7A is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 122 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.18 |
| HSL | 326.77º | 0.87% | 0.44% | - |
| HSV(B) | 326.77º | 0.93% | 0.82% | - |
| XYZ | 29.96 | 15.27 | 19.78 | - |
| YUV | 84.62 | 149.1 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 122 | 0 | 0.93 | 0.42 | 0.18 | 326.77 | 0.87 | 0.44 |
| Hex | D1 | E | 7A | 0 | 5D | 2A | 12 | 147 | 57 | 2C |
| Octal | 321 | 16 | 172 | 0 | 135 | 52 | 22 | 507 | 127 | 54 |
| Binary | 11010001 | 1110 | 1111010 | 0 | 1011101 | 101010 | 10010 | 101000111 | 1010111 | 101100 |
Color Harmonies of #D10E7A
Complementary color
Monochromatic Colors of #D10E7A
Black with #D10E7A
Text Example
Text Example
White with #D10E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E7A; }
p { color: rgb(209,14,122); }
H1.HeaderClassName
{
color: #D10E7A;
}
.AnyTagClassName
{
color: #D10E7A;
}
</style>
background-color css
<style>
a { background-color: #D10E7A; }
a { background-color: rgb(209,14,122); }
div.DivClassName
{
background-color: #D10E7A;
}
.BgClassName
{
background-color: #D10E7A;
}
</style>
border-color css
<style>
span { border-color: #D10E7A; }
span { border-color: rgb(209,14,122); }
td.TdClassName
{
border-color: #D10E7A;
}
.TagClassName
{
border-color: #D10E7A;
}
</style>