Shades of Medium Violet Red #D10F8D
Tints of Medium Violet Red #D10F8D
RGB
CMYK
RGB Variations
Color information
#D10F8D (or 0xD10F8D) is known color: Medium Violet Red. HEX triplet: D1, 0F and 8D. RGB value is (209,15,141). Sum of RGB (Red+Green+Blue) = 209+15+141=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F8D is #2EF072. Grayscale: #575757. Windows color (decimal): -3076211 or 9244625. OLE color: 9244625.
HSL color Cylindrical-coordinate representation of color #D10F8D: hue angle of 321.03º 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 #D10F8D is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 141 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.18 |
| HSL | 321.03º | 0.87% | 0.44% | - |
| HSV(B) | 321.03º | 0.93% | 0.82% | - |
| XYZ | 31.27 | 15.82 | 26.6 | - |
| YUV | 87.37 | 158.27 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 141 | 0 | 0.93 | 0.33 | 0.18 | 321.03 | 0.87 | 0.44 |
| Hex | D1 | F | 8D | 0 | 5D | 21 | 12 | 141 | 57 | 2C |
| Octal | 321 | 17 | 215 | 0 | 135 | 41 | 22 | 501 | 127 | 54 |
| Binary | 11010001 | 1111 | 10001101 | 0 | 1011101 | 100001 | 10010 | 101000001 | 1010111 | 101100 |
Color Harmonies of #D10F8D
Complementary color
Monochromatic Colors of #D10F8D
Black with #D10F8D
Text Example
Text Example
White with #D10F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F8D; }
p { color: rgb(209,15,141); }
H1.HeaderClassName
{
color: #D10F8D;
}
.AnyTagClassName
{
color: #D10F8D;
}
</style>
background-color css
<style>
a { background-color: #D10F8D; }
a { background-color: rgb(209,15,141); }
div.DivClassName
{
background-color: #D10F8D;
}
.BgClassName
{
background-color: #D10F8D;
}
</style>
border-color css
<style>
span { border-color: #D10F8D; }
span { border-color: rgb(209,15,141); }
td.TdClassName
{
border-color: #D10F8D;
}
.TagClassName
{
border-color: #D10F8D;
}
</style>