Shades of Medium Violet Red #D10D95
Tints of Medium Violet Red #D10D95
RGB
CMYK
RGB Variations
Color information
#D10D95 (or 0xD10D95) is known color: Medium Violet Red. HEX triplet: D1, 0D and 95. RGB value is (209,13,149). Sum of RGB (Red+Green+Blue) = 209+13+149=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D95 is #2EF26A. Grayscale: #565656. Windows color (decimal): -3076715 or 9768401. OLE color: 9768401.
HSL color Cylindrical-coordinate representation of color #D10D95: hue angle of 318.37º 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 #D10D95 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 149 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.18 |
| HSL | 318.37º | 0.88% | 0.44% | - |
| HSV(B) | 318.37º | 0.94% | 0.82% | - |
| XYZ | 31.86 | 16.01 | 29.85 | - |
| YUV | 87.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 149 | 0 | 0.94 | 0.29 | 0.18 | 318.37 | 0.88 | 0.44 |
| Hex | D1 | D | 95 | 0 | 5E | 1D | 12 | 13E | 58 | 2C |
| Octal | 321 | 15 | 225 | 0 | 136 | 35 | 22 | 476 | 130 | 54 |
| Binary | 11010001 | 1101 | 10010101 | 0 | 1011110 | 11101 | 10010 | 100111110 | 1011000 | 101100 |
Color Harmonies of #D10D95
Complementary color
Monochromatic Colors of #D10D95
Black with #D10D95
Text Example
Text Example
White with #D10D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D95; }
p { color: rgb(209,13,149); }
H1.HeaderClassName
{
color: #D10D95;
}
.AnyTagClassName
{
color: #D10D95;
}
</style>
background-color css
<style>
a { background-color: #D10D95; }
a { background-color: rgb(209,13,149); }
div.DivClassName
{
background-color: #D10D95;
}
.BgClassName
{
background-color: #D10D95;
}
</style>
border-color css
<style>
span { border-color: #D10D95; }
span { border-color: rgb(209,13,149); }
td.TdClassName
{
border-color: #D10D95;
}
.TagClassName
{
border-color: #D10D95;
}
</style>