Shades of Medium Violet Red #D10D91
Tints of Medium Violet Red #D10D91
RGB
CMYK
RGB Variations
Color information
#D10D91 (or 0xD10D91) is known color: Medium Violet Red. HEX triplet: D1, 0D and 91. RGB value is (209,13,145). Sum of RGB (Red+Green+Blue) = 209+13+145=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D91 is #2EF26E. Grayscale: #565656. Windows color (decimal): -3076719 or 9506257. OLE color: 9506257.
HSL color Cylindrical-coordinate representation of color #D10D91: hue angle of 319.59º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D91 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 145 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.18 |
| HSL | 319.59º | 0.88% | 0.44% | - |
| HSV(B) | 319.59º | 0.94% | 0.82% | - |
| XYZ | 31.55 | 15.89 | 28.19 | - |
| YUV | 86.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 145 | 0 | 0.94 | 0.31 | 0.18 | 319.59 | 0.88 | 0.44 |
| Hex | D1 | D | 91 | 0 | 5E | 1F | 12 | 140 | 58 | 2C |
| Octal | 321 | 15 | 221 | 0 | 136 | 37 | 22 | 500 | 130 | 54 |
| Binary | 11010001 | 1101 | 10010001 | 0 | 1011110 | 11111 | 10010 | 101000000 | 1011000 | 101100 |
Color Harmonies of #D10D91
Complementary color
Monochromatic Colors of #D10D91
Black with #D10D91
Text Example
Text Example
White with #D10D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D91; }
p { color: rgb(209,13,145); }
H1.HeaderClassName
{
color: #D10D91;
}
.AnyTagClassName
{
color: #D10D91;
}
</style>
background-color css
<style>
a { background-color: #D10D91; }
a { background-color: rgb(209,13,145); }
div.DivClassName
{
background-color: #D10D91;
}
.BgClassName
{
background-color: #D10D91;
}
</style>
border-color css
<style>
span { border-color: #D10D91; }
span { border-color: rgb(209,13,145); }
td.TdClassName
{
border-color: #D10D91;
}
.TagClassName
{
border-color: #D10D91;
}
</style>