Shades of Medium Violet Red #D10F83
Tints of Medium Violet Red #D10F83
RGB
CMYK
RGB Variations
Color information
#D10F83 (or 0xD10F83) is known color: Medium Violet Red. HEX triplet: D1, 0F and 83. RGB value is (209,15,131). Sum of RGB (Red+Green+Blue) = 209+15+131=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F83 is #2EF07C. Grayscale: #555555. Windows color (decimal): -3076221 or 8589265. OLE color: 8589265.
HSL color Cylindrical-coordinate representation of color #D10F83: hue angle of 324.12º 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 #D10F83 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 131 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.18 |
| HSL | 324.12º | 0.87% | 0.44% | - |
| HSV(B) | 324.12º | 0.93% | 0.82% | - |
| XYZ | 30.56 | 15.54 | 22.86 | - |
| YUV | 86.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 131 | 0 | 0.93 | 0.37 | 0.18 | 324.12 | 0.87 | 0.44 |
| Hex | D1 | F | 83 | 0 | 5D | 25 | 12 | 144 | 57 | 2C |
| Octal | 321 | 17 | 203 | 0 | 135 | 45 | 22 | 504 | 127 | 54 |
| Binary | 11010001 | 1111 | 10000011 | 0 | 1011101 | 100101 | 10010 | 101000100 | 1010111 | 101100 |
Color Harmonies of #D10F83
Complementary color
Monochromatic Colors of #D10F83
Black with #D10F83
Text Example
Text Example
White with #D10F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F83; }
p { color: rgb(209,15,131); }
H1.HeaderClassName
{
color: #D10F83;
}
.AnyTagClassName
{
color: #D10F83;
}
</style>
background-color css
<style>
a { background-color: #D10F83; }
a { background-color: rgb(209,15,131); }
div.DivClassName
{
background-color: #D10F83;
}
.BgClassName
{
background-color: #D10F83;
}
</style>
border-color css
<style>
span { border-color: #D10F83; }
span { border-color: rgb(209,15,131); }
td.TdClassName
{
border-color: #D10F83;
}
.TagClassName
{
border-color: #D10F83;
}
</style>