Shades of Medium Violet Red #D01078
Tints of Medium Violet Red #D01078
RGB
CMYK
RGB Variations
Color information
#D01078 (or 0xD01078) is known color: Medium Violet Red. HEX triplet: D0, 10 and 78. RGB value is (208,16,120). Sum of RGB (Red+Green+Blue) = 208+16+120=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D01078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01078 is #2FEF87. Grayscale: #555555. Windows color (decimal): -3141512 or 7868624. OLE color: 7868624.
HSL color Cylindrical-coordinate representation of color #D01078: hue angle of 327.5º 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 #D01078 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 120 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.18 |
| HSL | 327.5º | 0.86% | 0.44% | - |
| HSV(B) | 327.5º | 0.92% | 0.82% | - |
| XYZ | 29.59 | 15.14 | 19.13 | - |
| YUV | 85.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 120 | 0 | 0.92 | 0.42 | 0.18 | 327.5 | 0.86 | 0.44 |
| Hex | D0 | 10 | 78 | 0 | 5C | 2A | 12 | 148 | 56 | 2C |
| Octal | 320 | 20 | 170 | 0 | 134 | 52 | 22 | 510 | 126 | 54 |
| Binary | 11010000 | 10000 | 1111000 | 0 | 1011100 | 101010 | 10010 | 101001000 | 1010110 | 101100 |
Color Harmonies of #D01078
Complementary color
Monochromatic Colors of #D01078
Black with #D01078
Text Example
Text Example
White with #D01078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01078; }
p { color: rgb(208,16,120); }
H1.HeaderClassName
{
color: #D01078;
}
.AnyTagClassName
{
color: #D01078;
}
</style>
background-color css
<style>
a { background-color: #D01078; }
a { background-color: rgb(208,16,120); }
div.DivClassName
{
background-color: #D01078;
}
.BgClassName
{
background-color: #D01078;
}
</style>
border-color css
<style>
span { border-color: #D01078; }
span { border-color: rgb(208,16,120); }
td.TdClassName
{
border-color: #D01078;
}
.TagClassName
{
border-color: #D01078;
}
</style>