Shades of Medium Violet Red #D10D96
Tints of Medium Violet Red #D10D96
RGB
CMYK
RGB Variations
Color information
#D10D96 (or 0xD10D96) is known color: Medium Violet Red. HEX triplet: D1, 0D and 96. RGB value is (209,13,150). Sum of RGB (Red+Green+Blue) = 209+13+150=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D96 is #2EF269. Grayscale: #565656. Windows color (decimal): -3076714 or 9833937. OLE color: 9833937.
HSL color Cylindrical-coordinate representation of color #D10D96: hue angle of 318.06º 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 #D10D96 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 150 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.18 |
| HSL | 318.06º | 0.88% | 0.44% | - |
| HSV(B) | 318.06º | 0.94% | 0.82% | - |
| XYZ | 31.94 | 16.05 | 30.27 | - |
| YUV | 87.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 150 | 0 | 0.94 | 0.28 | 0.18 | 318.06 | 0.88 | 0.44 |
| Hex | D1 | D | 96 | 0 | 5E | 1C | 12 | 13E | 58 | 2C |
| Octal | 321 | 15 | 226 | 0 | 136 | 34 | 22 | 476 | 130 | 54 |
| Binary | 11010001 | 1101 | 10010110 | 0 | 1011110 | 11100 | 10010 | 100111110 | 1011000 | 101100 |
Color Harmonies of #D10D96
Complementary color
Monochromatic Colors of #D10D96
Black with #D10D96
Text Example
Text Example
White with #D10D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D96; }
p { color: rgb(209,13,150); }
H1.HeaderClassName
{
color: #D10D96;
}
.AnyTagClassName
{
color: #D10D96;
}
</style>
background-color css
<style>
a { background-color: #D10D96; }
a { background-color: rgb(209,13,150); }
div.DivClassName
{
background-color: #D10D96;
}
.BgClassName
{
background-color: #D10D96;
}
</style>
border-color css
<style>
span { border-color: #D10D96; }
span { border-color: rgb(209,13,150); }
td.TdClassName
{
border-color: #D10D96;
}
.TagClassName
{
border-color: #D10D96;
}
</style>