Shades of Medium Violet Red #D01178
Tints of Medium Violet Red #D01178
RGB
CMYK
RGB Variations
Color information
#D01178 (or 0xD01178) is known color: Medium Violet Red. HEX triplet: D0, 11 and 78. RGB value is (208,17,120). Sum of RGB (Red+Green+Blue) = 208+17+120=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01178 is #2FEE87. Grayscale: #555555. Windows color (decimal): -3141256 or 7868880. OLE color: 7868880.
HSL color Cylindrical-coordinate representation of color #D01178: hue angle of 327.64º degrees, saturation: 0.85, 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 #D01178 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.18 |
| HSL | 327.64º | 0.85% | 0.44% | - |
| HSV(B) | 327.64º | 0.92% | 0.82% | - |
| XYZ | 29.6 | 15.17 | 19.14 | - |
| YUV | 85.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 120 | 0 | 0.92 | 0.42 | 0.18 | 327.64 | 0.85 | 0.44 |
| Hex | D0 | 11 | 78 | 0 | 5C | 2A | 12 | 148 | 55 | 2C |
| Octal | 320 | 21 | 170 | 0 | 134 | 52 | 22 | 510 | 125 | 54 |
| Binary | 11010000 | 10001 | 1111000 | 0 | 1011100 | 101010 | 10010 | 101001000 | 1010101 | 101100 |
Color Harmonies of #D01178
Complementary color
Monochromatic Colors of #D01178
Black with #D01178
Text Example
Text Example
White with #D01178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01178; }
p { color: rgb(208,17,120); }
H1.HeaderClassName
{
color: #D01178;
}
.AnyTagClassName
{
color: #D01178;
}
</style>
background-color css
<style>
a { background-color: #D01178; }
a { background-color: rgb(208,17,120); }
div.DivClassName
{
background-color: #D01178;
}
.BgClassName
{
background-color: #D01178;
}
</style>
border-color css
<style>
span { border-color: #D01178; }
span { border-color: rgb(208,17,120); }
td.TdClassName
{
border-color: #D01178;
}
.TagClassName
{
border-color: #D01178;
}
</style>