Shades of Medium Violet Red #D10896
Tints of Medium Violet Red #D10896
RGB
CMYK
RGB Variations
Color information
#D10896 (or 0xD10896) is known color: Medium Violet Red. HEX triplet: D1, 08 and 96. RGB value is (209,8,150). Sum of RGB (Red+Green+Blue) = 209+8+150=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D10896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10896 is #2EF769. Grayscale: #535353. Windows color (decimal): -3077994 or 9832657. OLE color: 9832657.
HSL color Cylindrical-coordinate representation of color #D10896: hue angle of 317.61º degrees, saturation: 0.93, 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 #D10896 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.18 |
| HSL | 317.61º | 0.93% | 0.43% | - |
| HSV(B) | 317.61º | 0.96% | 0.82% | - |
| XYZ | 31.89 | 15.93 | 30.25 | - |
| YUV | 84.29 | 165.09 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 150 | 0 | 0.96 | 0.28 | 0.18 | 317.61 | 0.93 | 0.43 |
| Hex | D1 | 8 | 96 | 0 | 60 | 1C | 12 | 13E | 5D | 2B |
| Octal | 321 | 10 | 226 | 0 | 140 | 34 | 22 | 476 | 135 | 53 |
| Binary | 11010001 | 1000 | 10010110 | 0 | 1100000 | 11100 | 10010 | 100111110 | 1011101 | 101011 |
Color Harmonies of #D10896
Complementary color
Monochromatic Colors of #D10896
Black with #D10896
Text Example
Text Example
White with #D10896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10896; }
p { color: rgb(209,8,150); }
H1.HeaderClassName
{
color: #D10896;
}
.AnyTagClassName
{
color: #D10896;
}
</style>
background-color css
<style>
a { background-color: #D10896; }
a { background-color: rgb(209,8,150); }
div.DivClassName
{
background-color: #D10896;
}
.BgClassName
{
background-color: #D10896;
}
</style>
border-color css
<style>
span { border-color: #D10896; }
span { border-color: rgb(209,8,150); }
td.TdClassName
{
border-color: #D10896;
}
.TagClassName
{
border-color: #D10896;
}
</style>