Shades of Medium Violet Red #D10881
Tints of Medium Violet Red #D10881
RGB
CMYK
RGB Variations
Color information
#D10881 (or 0xD10881) is known color: Medium Violet Red. HEX triplet: D1, 08 and 81. RGB value is (209,8,129). Sum of RGB (Red+Green+Blue) = 209+8+129=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D10881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10881 is #2EF77E. Grayscale: #515151. Windows color (decimal): -3078015 or 8456401. OLE color: 8456401.
HSL color Cylindrical-coordinate representation of color #D10881: hue angle of 323.88º 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 #D10881 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.18 |
| HSL | 323.88º | 0.93% | 0.43% | - |
| HSV(B) | 323.88º | 0.96% | 0.82% | - |
| XYZ | 30.34 | 15.31 | 22.13 | - |
| YUV | 81.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 129 | 0 | 0.96 | 0.38 | 0.18 | 323.88 | 0.93 | 0.43 |
| Hex | D1 | 8 | 81 | 0 | 60 | 26 | 12 | 144 | 5D | 2B |
| Octal | 321 | 10 | 201 | 0 | 140 | 46 | 22 | 504 | 135 | 53 |
| Binary | 11010001 | 1000 | 10000001 | 0 | 1100000 | 100110 | 10010 | 101000100 | 1011101 | 101011 |
Color Harmonies of #D10881
Complementary color
Monochromatic Colors of #D10881
Black with #D10881
Text Example
Text Example
White with #D10881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10881; }
p { color: rgb(209,8,129); }
H1.HeaderClassName
{
color: #D10881;
}
.AnyTagClassName
{
color: #D10881;
}
</style>
background-color css
<style>
a { background-color: #D10881; }
a { background-color: rgb(209,8,129); }
div.DivClassName
{
background-color: #D10881;
}
.BgClassName
{
background-color: #D10881;
}
</style>
border-color css
<style>
span { border-color: #D10881; }
span { border-color: rgb(209,8,129); }
td.TdClassName
{
border-color: #D10881;
}
.TagClassName
{
border-color: #D10881;
}
</style>