Shades of Medium Violet Red #D10D90
Tints of Medium Violet Red #D10D90
RGB
CMYK
RGB Variations
Color information
#D10D90 (or 0xD10D90) is known color: Medium Violet Red. HEX triplet: D1, 0D and 90. RGB value is (209,13,144). Sum of RGB (Red+Green+Blue) = 209+13+144=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D90 is #2EF26F. Grayscale: #565656. Windows color (decimal): -3076720 or 9440721. OLE color: 9440721.
HSL color Cylindrical-coordinate representation of color #D10D90: hue angle of 319.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D90 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 144 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.18 |
| HSL | 319.9º | 0.88% | 0.44% | - |
| HSV(B) | 319.9º | 0.94% | 0.82% | - |
| XYZ | 31.47 | 15.86 | 27.79 | - |
| YUV | 86.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 144 | 0 | 0.94 | 0.31 | 0.18 | 319.9 | 0.88 | 0.44 |
| Hex | D1 | D | 90 | 0 | 5E | 1F | 12 | 140 | 58 | 2C |
| Octal | 321 | 15 | 220 | 0 | 136 | 37 | 22 | 500 | 130 | 54 |
| Binary | 11010001 | 1101 | 10010000 | 0 | 1011110 | 11111 | 10010 | 101000000 | 1011000 | 101100 |
Color Harmonies of #D10D90
Complementary color
Monochromatic Colors of #D10D90
Black with #D10D90
Text Example
Text Example
White with #D10D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D90; }
p { color: rgb(209,13,144); }
H1.HeaderClassName
{
color: #D10D90;
}
.AnyTagClassName
{
color: #D10D90;
}
</style>
background-color css
<style>
a { background-color: #D10D90; }
a { background-color: rgb(209,13,144); }
div.DivClassName
{
background-color: #D10D90;
}
.BgClassName
{
background-color: #D10D90;
}
</style>
border-color css
<style>
span { border-color: #D10D90; }
span { border-color: rgb(209,13,144); }
td.TdClassName
{
border-color: #D10D90;
}
.TagClassName
{
border-color: #D10D90;
}
</style>