Shades of Medium Violet Red #D10F8C
Tints of Medium Violet Red #D10F8C
RGB
CMYK
RGB Variations
Color information
#D10F8C (or 0xD10F8C) is known color: Medium Violet Red. HEX triplet: D1, 0F and 8C. RGB value is (209,15,140). Sum of RGB (Red+Green+Blue) = 209+15+140=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F8C is #2EF073. Grayscale: #565656. Windows color (decimal): -3076212 or 9179089. OLE color: 9179089.
HSL color Cylindrical-coordinate representation of color #D10F8C: hue angle of 321.34º 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 #D10F8C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 140 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.18 |
| HSL | 321.34º | 0.87% | 0.44% | - |
| HSV(B) | 321.34º | 0.93% | 0.82% | - |
| XYZ | 31.2 | 15.79 | 26.21 | - |
| YUV | 87.26 | 157.77 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 140 | 0 | 0.93 | 0.33 | 0.18 | 321.34 | 0.87 | 0.44 |
| Hex | D1 | F | 8C | 0 | 5D | 21 | 12 | 141 | 57 | 2C |
| Octal | 321 | 17 | 214 | 0 | 135 | 41 | 22 | 501 | 127 | 54 |
| Binary | 11010001 | 1111 | 10001100 | 0 | 1011101 | 100001 | 10010 | 101000001 | 1010111 | 101100 |
Color Harmonies of #D10F8C
Complementary color
Monochromatic Colors of #D10F8C
Black with #D10F8C
Text Example
Text Example
White with #D10F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F8C; }
p { color: rgb(209,15,140); }
H1.HeaderClassName
{
color: #D10F8C;
}
.AnyTagClassName
{
color: #D10F8C;
}
</style>
background-color css
<style>
a { background-color: #D10F8C; }
a { background-color: rgb(209,15,140); }
div.DivClassName
{
background-color: #D10F8C;
}
.BgClassName
{
background-color: #D10F8C;
}
</style>
border-color css
<style>
span { border-color: #D10F8C; }
span { border-color: rgb(209,15,140); }
td.TdClassName
{
border-color: #D10F8C;
}
.TagClassName
{
border-color: #D10F8C;
}
</style>