Shades of Medium Violet Red #D10E7F
Tints of Medium Violet Red #D10E7F
RGB
CMYK
RGB Variations
Color information
#D10E7F (or 0xD10E7F) is known color: Medium Violet Red. HEX triplet: D1, 0E and 7F. RGB value is (209,14,127). Sum of RGB (Red+Green+Blue) = 209+14+127=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E7F is #2EF180. Grayscale: #545454. Windows color (decimal): -3076481 or 8326865. OLE color: 8326865.
HSL color Cylindrical-coordinate representation of color #D10E7F: hue angle of 325.23º 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 #D10E7F is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 127 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.18 |
| HSL | 325.23º | 0.87% | 0.44% | - |
| HSV(B) | 325.23º | 0.93% | 0.82% | - |
| XYZ | 30.28 | 15.4 | 21.46 | - |
| YUV | 85.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 127 | 0 | 0.93 | 0.39 | 0.18 | 325.23 | 0.87 | 0.44 |
| Hex | D1 | E | 7F | 0 | 5D | 27 | 12 | 145 | 57 | 2C |
| Octal | 321 | 16 | 177 | 0 | 135 | 47 | 22 | 505 | 127 | 54 |
| Binary | 11010001 | 1110 | 1111111 | 0 | 1011101 | 100111 | 10010 | 101000101 | 1010111 | 101100 |
Color Harmonies of #D10E7F
Complementary color
Monochromatic Colors of #D10E7F
Black with #D10E7F
Text Example
Text Example
White with #D10E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E7F; }
p { color: rgb(209,14,127); }
H1.HeaderClassName
{
color: #D10E7F;
}
.AnyTagClassName
{
color: #D10E7F;
}
</style>
background-color css
<style>
a { background-color: #D10E7F; }
a { background-color: rgb(209,14,127); }
div.DivClassName
{
background-color: #D10E7F;
}
.BgClassName
{
background-color: #D10E7F;
}
</style>
border-color css
<style>
span { border-color: #D10E7F; }
span { border-color: rgb(209,14,127); }
td.TdClassName
{
border-color: #D10E7F;
}
.TagClassName
{
border-color: #D10E7F;
}
</style>