Shades of Medium Violet Red #D10975
Tints of Medium Violet Red #D10975
RGB
CMYK
RGB Variations
Color information
#D10975 (or 0xD10975) is known color: Medium Violet Red. HEX triplet: D1, 09 and 75. RGB value is (209,9,117). Sum of RGB (Red+Green+Blue) = 209+9+117=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D10975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10975 is #2EF68A. Grayscale: #505050. Windows color (decimal): -3077771 or 7670225. OLE color: 7670225.
HSL color Cylindrical-coordinate representation of color #D10975: hue angle of 327.6º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10975 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.18 |
| HSL | 327.6º | 0.92% | 0.43% | - |
| HSV(B) | 327.6º | 0.96% | 0.82% | - |
| XYZ | 29.6 | 15.04 | 18.17 | - |
| YUV | 81.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 117 | 0 | 0.96 | 0.44 | 0.18 | 327.6 | 0.92 | 0.43 |
| Hex | D1 | 9 | 75 | 0 | 60 | 2C | 12 | 148 | 5C | 2B |
| Octal | 321 | 11 | 165 | 0 | 140 | 54 | 22 | 510 | 134 | 53 |
| Binary | 11010001 | 1001 | 1110101 | 0 | 1100000 | 101100 | 10010 | 101001000 | 1011100 | 101011 |
Color Harmonies of #D10975
Complementary color
Monochromatic Colors of #D10975
Black with #D10975
Text Example
Text Example
White with #D10975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10975; }
p { color: rgb(209,9,117); }
H1.HeaderClassName
{
color: #D10975;
}
.AnyTagClassName
{
color: #D10975;
}
</style>
background-color css
<style>
a { background-color: #D10975; }
a { background-color: rgb(209,9,117); }
div.DivClassName
{
background-color: #D10975;
}
.BgClassName
{
background-color: #D10975;
}
</style>
border-color css
<style>
span { border-color: #D10975; }
span { border-color: rgb(209,9,117); }
td.TdClassName
{
border-color: #D10975;
}
.TagClassName
{
border-color: #D10975;
}
</style>