Shades of Medium Violet Red #D10099
Tints of Medium Violet Red #D10099
RGB
CMYK
RGB Variations
Color information
#D10099 (or 0xD10099) is known color: Medium Violet Red. HEX triplet: D1, 00 and 99. RGB value is (209,0,153). Sum of RGB (Red+Green+Blue) = 209+0+153=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D10099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10099 is #2EFF66. Grayscale: #4F4F4F. Windows color (decimal): -3080039 or 10027217. OLE color: 10027217.
HSL color Cylindrical-coordinate representation of color #D10099: hue angle of 316.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10099 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.27 | 0.18 |
| HSL | 316.08º | 1% | 0.41% | - |
| HSV(B) | 316.08º | 1% | 0.82% | - |
| XYZ | 32.04 | 15.86 | 31.51 | - |
| YUV | 79.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 153 | 0 | 1 | 0.27 | 0.18 | 316.08 | 1 | 0.41 |
| Hex | D1 | 0 | 99 | 0 | 64 | 1B | 12 | 13C | 64 | 29 |
| Octal | 321 | 0 | 231 | 0 | 144 | 33 | 22 | 474 | 144 | 51 |
| Binary | 11010001 | 0 | 10011001 | 0 | 1100100 | 11011 | 10010 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D10099
Complementary color
Monochromatic Colors of #D10099
Black with #D10099
Text Example
Text Example
White with #D10099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10099; }
p { color: rgb(209,0,153); }
H1.HeaderClassName
{
color: #D10099;
}
.AnyTagClassName
{
color: #D10099;
}
</style>
background-color css
<style>
a { background-color: #D10099; }
a { background-color: rgb(209,0,153); }
div.DivClassName
{
background-color: #D10099;
}
.BgClassName
{
background-color: #D10099;
}
</style>
border-color css
<style>
span { border-color: #D10099; }
span { border-color: rgb(209,0,153); }
td.TdClassName
{
border-color: #D10099;
}
.TagClassName
{
border-color: #D10099;
}
</style>