Shades of Medium Violet Red #D10F89
Tints of Medium Violet Red #D10F89
RGB
CMYK
RGB Variations
Color information
#D10F89 (or 0xD10F89) is known color: Medium Violet Red. HEX triplet: D1, 0F and 89. RGB value is (209,15,137). Sum of RGB (Red+Green+Blue) = 209+15+137=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F89 is #2EF076. Grayscale: #565656. Windows color (decimal): -3076215 or 8982481. OLE color: 8982481.
HSL color Cylindrical-coordinate representation of color #D10F89: hue angle of 322.27º 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 #D10F89 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 137 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.18 |
| HSL | 322.27º | 0.87% | 0.44% | - |
| HSV(B) | 322.27º | 0.93% | 0.82% | - |
| XYZ | 30.98 | 15.7 | 25.07 | - |
| YUV | 86.91 | 156.27 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 137 | 0 | 0.93 | 0.34 | 0.18 | 322.27 | 0.87 | 0.44 |
| Hex | D1 | F | 89 | 0 | 5D | 22 | 12 | 142 | 57 | 2C |
| Octal | 321 | 17 | 211 | 0 | 135 | 42 | 22 | 502 | 127 | 54 |
| Binary | 11010001 | 1111 | 10001001 | 0 | 1011101 | 100010 | 10010 | 101000010 | 1010111 | 101100 |
Color Harmonies of #D10F89
Complementary color
Monochromatic Colors of #D10F89
Black with #D10F89
Text Example
Text Example
White with #D10F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F89; }
p { color: rgb(209,15,137); }
H1.HeaderClassName
{
color: #D10F89;
}
.AnyTagClassName
{
color: #D10F89;
}
</style>
background-color css
<style>
a { background-color: #D10F89; }
a { background-color: rgb(209,15,137); }
div.DivClassName
{
background-color: #D10F89;
}
.BgClassName
{
background-color: #D10F89;
}
</style>
border-color css
<style>
span { border-color: #D10F89; }
span { border-color: rgb(209,15,137); }
td.TdClassName
{
border-color: #D10F89;
}
.TagClassName
{
border-color: #D10F89;
}
</style>