Shades of Medium Violet Red #D10994
Tints of Medium Violet Red #D10994
RGB
CMYK
RGB Variations
Color information
#D10994 (or 0xD10994) is known color: Medium Violet Red. HEX triplet: D1, 09 and 94. RGB value is (209,9,148). Sum of RGB (Red+Green+Blue) = 209+9+148=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D10994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10994 is #2EF66B. Grayscale: #545454. Windows color (decimal): -3077740 or 9701841. OLE color: 9701841.
HSL color Cylindrical-coordinate representation of color #D10994: hue angle of 318.3º 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 #D10994 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 148 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.18 |
| HSL | 318.3º | 0.92% | 0.43% | - |
| HSV(B) | 318.3º | 0.96% | 0.82% | - |
| XYZ | 31.74 | 15.89 | 29.41 | - |
| YUV | 84.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 148 | 0 | 0.96 | 0.29 | 0.18 | 318.3 | 0.92 | 0.43 |
| Hex | D1 | 9 | 94 | 0 | 60 | 1D | 12 | 13E | 5C | 2B |
| Octal | 321 | 11 | 224 | 0 | 140 | 35 | 22 | 476 | 134 | 53 |
| Binary | 11010001 | 1001 | 10010100 | 0 | 1100000 | 11101 | 10010 | 100111110 | 1011100 | 101011 |
Color Harmonies of #D10994
Complementary color
Monochromatic Colors of #D10994
Black with #D10994
Text Example
Text Example
White with #D10994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10994; }
p { color: rgb(209,9,148); }
H1.HeaderClassName
{
color: #D10994;
}
.AnyTagClassName
{
color: #D10994;
}
</style>
background-color css
<style>
a { background-color: #D10994; }
a { background-color: rgb(209,9,148); }
div.DivClassName
{
background-color: #D10994;
}
.BgClassName
{
background-color: #D10994;
}
</style>
border-color css
<style>
span { border-color: #D10994; }
span { border-color: rgb(209,9,148); }
td.TdClassName
{
border-color: #D10994;
}
.TagClassName
{
border-color: #D10994;
}
</style>