Shades of Medium Violet Red #D10A7E
Tints of Medium Violet Red #D10A7E
RGB
CMYK
RGB Variations
Color information
#D10A7E (or 0xD10A7E) is known color: Medium Violet Red. HEX triplet: D1, 0A and 7E. RGB value is (209,10,126). Sum of RGB (Red+Green+Blue) = 209+10+126=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10A7E is #2EF581. Grayscale: #525252. Windows color (decimal): -3077506 or 8260305. OLE color: 8260305.
HSL color Cylindrical-coordinate representation of color #D10A7E: hue angle of 325.03º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A7E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 126 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.18 |
| HSL | 325.03º | 0.91% | 0.43% | - |
| HSV(B) | 325.03º | 0.95% | 0.82% | - |
| XYZ | 30.17 | 15.28 | 21.1 | - |
| YUV | 82.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 126 | 0 | 0.95 | 0.40 | 0.18 | 325.03 | 0.91 | 0.43 |
| Hex | D1 | A | 7E | 0 | 5F | 28 | 12 | 145 | 5B | 2B |
| Octal | 321 | 12 | 176 | 0 | 137 | 50 | 22 | 505 | 133 | 53 |
| Binary | 11010001 | 1010 | 1111110 | 0 | 1011111 | 101000 | 10010 | 101000101 | 1011011 | 101011 |
Color Harmonies of #D10A7E
Complementary color
Monochromatic Colors of #D10A7E
Black with #D10A7E
Text Example
Text Example
White with #D10A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A7E; }
p { color: rgb(209,10,126); }
H1.HeaderClassName
{
color: #D10A7E;
}
.AnyTagClassName
{
color: #D10A7E;
}
</style>
background-color css
<style>
a { background-color: #D10A7E; }
a { background-color: rgb(209,10,126); }
div.DivClassName
{
background-color: #D10A7E;
}
.BgClassName
{
background-color: #D10A7E;
}
</style>
border-color css
<style>
span { border-color: #D10A7E; }
span { border-color: rgb(209,10,126); }
td.TdClassName
{
border-color: #D10A7E;
}
.TagClassName
{
border-color: #D10A7E;
}
</style>