Shades of Medium Violet Red #D10A7B
Tints of Medium Violet Red #D10A7B
RGB
CMYK
RGB Variations
Color information
#D10A7B (or 0xD10A7B) is known color: Medium Violet Red. HEX triplet: D1, 0A and 7B. RGB value is (209,10,123). Sum of RGB (Red+Green+Blue) = 209+10+123=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10A7B is #2EF584. Grayscale: #525252. Windows color (decimal): -3077509 or 8063697. OLE color: 8063697.
HSL color Cylindrical-coordinate representation of color #D10A7B: hue angle of 325.93º 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 #D10A7B is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 123 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.18 |
| HSL | 325.93º | 0.91% | 0.43% | - |
| HSV(B) | 325.93º | 0.95% | 0.82% | - |
| XYZ | 29.98 | 15.2 | 20.09 | - |
| YUV | 82.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 123 | 0 | 0.95 | 0.41 | 0.18 | 325.93 | 0.91 | 0.43 |
| Hex | D1 | A | 7B | 0 | 5F | 29 | 12 | 146 | 5B | 2B |
| Octal | 321 | 12 | 173 | 0 | 137 | 51 | 22 | 506 | 133 | 53 |
| Binary | 11010001 | 1010 | 1111011 | 0 | 1011111 | 101001 | 10010 | 101000110 | 1011011 | 101011 |
Color Harmonies of #D10A7B
Complementary color
Monochromatic Colors of #D10A7B
Black with #D10A7B
Text Example
Text Example
White with #D10A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A7B; }
p { color: rgb(209,10,123); }
H1.HeaderClassName
{
color: #D10A7B;
}
.AnyTagClassName
{
color: #D10A7B;
}
</style>
background-color css
<style>
a { background-color: #D10A7B; }
a { background-color: rgb(209,10,123); }
div.DivClassName
{
background-color: #D10A7B;
}
.BgClassName
{
background-color: #D10A7B;
}
</style>
border-color css
<style>
span { border-color: #D10A7B; }
span { border-color: rgb(209,10,123); }
td.TdClassName
{
border-color: #D10A7B;
}
.TagClassName
{
border-color: #D10A7B;
}
</style>