Shades of Medium Violet Red #D10080
Tints of Medium Violet Red #D10080
RGB
CMYK
RGB Variations
Color information
#D10080 (or 0xD10080) is known color: Medium Violet Red. HEX triplet: D1, 00 and 80. RGB value is (209,0,128). Sum of RGB (Red+Green+Blue) = 209+0+128=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D10080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10080 is #2EFF7F. Grayscale: #4C4C4C. Windows color (decimal): -3080064 or 8388817. OLE color: 8388817.
HSL color Cylindrical-coordinate representation of color #D10080: hue angle of 323.25º 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 #D10080 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.39 | 0.18 |
| HSL | 323.25º | 1% | 0.41% | - |
| HSV(B) | 323.25º | 1% | 0.82% | - |
| XYZ | 30.19 | 15.11 | 21.75 | - |
| YUV | 77.08 | 156.74 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 128 | 0 | 1 | 0.39 | 0.18 | 323.25 | 1 | 0.41 |
| Hex | D1 | 0 | 80 | 0 | 64 | 27 | 12 | 143 | 64 | 29 |
| Octal | 321 | 0 | 200 | 0 | 144 | 47 | 22 | 503 | 144 | 51 |
| Binary | 11010001 | 0 | 10000000 | 0 | 1100100 | 100111 | 10010 | 101000011 | 1100100 | 101001 |
Color Harmonies of #D10080
Complementary color
Monochromatic Colors of #D10080
Black with #D10080
Text Example
Text Example
White with #D10080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10080; }
p { color: rgb(209,0,128); }
H1.HeaderClassName
{
color: #D10080;
}
.AnyTagClassName
{
color: #D10080;
}
</style>
background-color css
<style>
a { background-color: #D10080; }
a { background-color: rgb(209,0,128); }
div.DivClassName
{
background-color: #D10080;
}
.BgClassName
{
background-color: #D10080;
}
</style>
border-color css
<style>
span { border-color: #D10080; }
span { border-color: rgb(209,0,128); }
td.TdClassName
{
border-color: #D10080;
}
.TagClassName
{
border-color: #D10080;
}
</style>