Shades of Medium Violet Red #D10997
Tints of Medium Violet Red #D10997
RGB
CMYK
RGB Variations
Color information
#D10997 (or 0xD10997) is known color: Medium Violet Red. HEX triplet: D1, 09 and 97. RGB value is (209,9,151). Sum of RGB (Red+Green+Blue) = 209+9+151=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D10997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10997 is #2EF668. Grayscale: #545454. Windows color (decimal): -3077737 or 9898449. OLE color: 9898449.
HSL color Cylindrical-coordinate representation of color #D10997: hue angle of 317.4º 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 #D10997 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.18 |
| HSL | 317.4º | 0.92% | 0.43% | - |
| HSV(B) | 317.4º | 0.96% | 0.82% | - |
| XYZ | 31.98 | 15.99 | 30.68 | - |
| YUV | 84.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 151 | 0 | 0.96 | 0.28 | 0.18 | 317.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | 97 | 0 | 60 | 1C | 12 | 13D | 5C | 2B |
| Octal | 321 | 11 | 227 | 0 | 140 | 34 | 22 | 475 | 134 | 53 |
| Binary | 11010001 | 1001 | 10010111 | 0 | 1100000 | 11100 | 10010 | 100111101 | 1011100 | 101011 |
Color Harmonies of #D10997
Complementary color
Monochromatic Colors of #D10997
Black with #D10997
Text Example
Text Example
White with #D10997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10997; }
p { color: rgb(209,9,151); }
H1.HeaderClassName
{
color: #D10997;
}
.AnyTagClassName
{
color: #D10997;
}
</style>
background-color css
<style>
a { background-color: #D10997; }
a { background-color: rgb(209,9,151); }
div.DivClassName
{
background-color: #D10997;
}
.BgClassName
{
background-color: #D10997;
}
</style>
border-color css
<style>
span { border-color: #D10997; }
span { border-color: rgb(209,9,151); }
td.TdClassName
{
border-color: #D10997;
}
.TagClassName
{
border-color: #D10997;
}
</style>