Shades of Medium Violet Red #D01080
Tints of Medium Violet Red #D01080
RGB
CMYK
RGB Variations
Color information
#D01080 (or 0xD01080) is known color: Medium Violet Red. HEX triplet: D0, 10 and 80. RGB value is (208,16,128). Sum of RGB (Red+Green+Blue) = 208+16+128=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D01080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01080 is #2FEF7F. Grayscale: #555555. Windows color (decimal): -3141504 or 8392912. OLE color: 8392912.
HSL color Cylindrical-coordinate representation of color #D01080: hue angle of 325º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01080 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 128 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.18 |
| HSL | 325º | 0.86% | 0.44% | - |
| HSV(B) | 325º | 0.92% | 0.82% | - |
| XYZ | 30.09 | 15.34 | 21.8 | - |
| YUV | 86.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 128 | 0 | 0.92 | 0.38 | 0.18 | 325 | 0.86 | 0.44 |
| Hex | D0 | 10 | 80 | 0 | 5C | 26 | 12 | 145 | 56 | 2C |
| Octal | 320 | 20 | 200 | 0 | 134 | 46 | 22 | 505 | 126 | 54 |
| Binary | 11010000 | 10000 | 10000000 | 0 | 1011100 | 100110 | 10010 | 101000101 | 1010110 | 101100 |
Color Harmonies of #D01080
Complementary color
Monochromatic Colors of #D01080
Black with #D01080
Text Example
Text Example
White with #D01080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01080; }
p { color: rgb(208,16,128); }
H1.HeaderClassName
{
color: #D01080;
}
.AnyTagClassName
{
color: #D01080;
}
</style>
background-color css
<style>
a { background-color: #D01080; }
a { background-color: rgb(208,16,128); }
div.DivClassName
{
background-color: #D01080;
}
.BgClassName
{
background-color: #D01080;
}
</style>
border-color css
<style>
span { border-color: #D01080; }
span { border-color: rgb(208,16,128); }
td.TdClassName
{
border-color: #D01080;
}
.TagClassName
{
border-color: #D01080;
}
</style>