Shades of Medium Violet Red #D10871
Tints of Medium Violet Red #D10871
RGB
CMYK
RGB Variations
Color information
#D10871 (or 0xD10871) is known color: Medium Violet Red. HEX triplet: D1, 08 and 71. RGB value is (209,8,113). Sum of RGB (Red+Green+Blue) = 209+8+113=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D10871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10871 is #2EF78E. Grayscale: #4F4F4F. Windows color (decimal): -3078031 or 7407825. OLE color: 7407825.
HSL color Cylindrical-coordinate representation of color #D10871: hue angle of 328.66º 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 #D10871 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.18 |
| HSL | 328.66º | 0.93% | 0.43% | - |
| HSV(B) | 328.66º | 0.96% | 0.82% | - |
| XYZ | 29.36 | 14.92 | 16.96 | - |
| YUV | 80.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 113 | 0 | 0.96 | 0.46 | 0.18 | 328.66 | 0.93 | 0.43 |
| Hex | D1 | 8 | 71 | 0 | 60 | 2E | 12 | 149 | 5D | 2B |
| Octal | 321 | 10 | 161 | 0 | 140 | 56 | 22 | 511 | 135 | 53 |
| Binary | 11010001 | 1000 | 1110001 | 0 | 1100000 | 101110 | 10010 | 101001001 | 1011101 | 101011 |
Color Harmonies of #D10871
Complementary color
Monochromatic Colors of #D10871
Black with #D10871
Text Example
Text Example
White with #D10871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10871; }
p { color: rgb(209,8,113); }
H1.HeaderClassName
{
color: #D10871;
}
.AnyTagClassName
{
color: #D10871;
}
</style>
background-color css
<style>
a { background-color: #D10871; }
a { background-color: rgb(209,8,113); }
div.DivClassName
{
background-color: #D10871;
}
.BgClassName
{
background-color: #D10871;
}
</style>
border-color css
<style>
span { border-color: #D10871; }
span { border-color: rgb(209,8,113); }
td.TdClassName
{
border-color: #D10871;
}
.TagClassName
{
border-color: #D10871;
}
</style>