Shades of Medium Violet Red #D10F87
Tints of Medium Violet Red #D10F87
RGB
CMYK
RGB Variations
Color information
#D10F87 (or 0xD10F87) is known color: Medium Violet Red. HEX triplet: D1, 0F and 87. RGB value is (209,15,135). Sum of RGB (Red+Green+Blue) = 209+15+135=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F87 is #2EF078. Grayscale: #565656. Windows color (decimal): -3076217 or 8851409. OLE color: 8851409.
HSL color Cylindrical-coordinate representation of color #D10F87: hue angle of 322.89º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F87 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 135 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.18 |
| HSL | 322.89º | 0.87% | 0.44% | - |
| HSV(B) | 322.89º | 0.93% | 0.82% | - |
| XYZ | 30.84 | 15.65 | 24.32 | - |
| YUV | 86.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 135 | 0 | 0.93 | 0.35 | 0.18 | 322.89 | 0.87 | 0.44 |
| Hex | D1 | F | 87 | 0 | 5D | 23 | 12 | 143 | 57 | 2C |
| Octal | 321 | 17 | 207 | 0 | 135 | 43 | 22 | 503 | 127 | 54 |
| Binary | 11010001 | 1111 | 10000111 | 0 | 1011101 | 100011 | 10010 | 101000011 | 1010111 | 101100 |
Color Harmonies of #D10F87
Complementary color
Monochromatic Colors of #D10F87
Black with #D10F87
Text Example
Text Example
White with #D10F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F87; }
p { color: rgb(209,15,135); }
H1.HeaderClassName
{
color: #D10F87;
}
.AnyTagClassName
{
color: #D10F87;
}
</style>
background-color css
<style>
a { background-color: #D10F87; }
a { background-color: rgb(209,15,135); }
div.DivClassName
{
background-color: #D10F87;
}
.BgClassName
{
background-color: #D10F87;
}
</style>
border-color css
<style>
span { border-color: #D10F87; }
span { border-color: rgb(209,15,135); }
td.TdClassName
{
border-color: #D10F87;
}
.TagClassName
{
border-color: #D10F87;
}
</style>