Shades of Medium Violet Red #D60E77
Tints of Medium Violet Red #D60E77
RGB
CMYK
RGB Variations
Color information
#D60E77 (or 0xD60E77) is known color: Medium Violet Red. HEX triplet: D6, 0E and 77. RGB value is (214,14,119). Sum of RGB (Red+Green+Blue) = 214+14+119=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E77 is #29F188. Grayscale: #555555. Windows color (decimal): -2748809 or 7802582. OLE color: 7802582.
HSL color Cylindrical-coordinate representation of color #D60E77: hue angle of 328.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E77 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 119 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.16 |
| HSL | 328.5º | 0.88% | 0.45% | - |
| HSV(B) | 328.5º | 0.93% | 0.84% | - |
| XYZ | 31.22 | 15.94 | 18.88 | - |
| YUV | 85.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 119 | 0 | 0.93 | 0.44 | 0.16 | 328.5 | 0.88 | 0.45 |
| Hex | D6 | E | 77 | 0 | 5D | 2C | 10 | 148 | 58 | 2D |
| Octal | 326 | 16 | 167 | 0 | 135 | 54 | 20 | 510 | 130 | 55 |
| Binary | 11010110 | 1110 | 1110111 | 0 | 1011101 | 101100 | 10000 | 101001000 | 1011000 | 101101 |
Color Harmonies of #D60E77
Complementary color
Monochromatic Colors of #D60E77
Black with #D60E77
Text Example
Text Example
White with #D60E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E77; }
p { color: rgb(214,14,119); }
H1.HeaderClassName
{
color: #D60E77;
}
.AnyTagClassName
{
color: #D60E77;
}
</style>
background-color css
<style>
a { background-color: #D60E77; }
a { background-color: rgb(214,14,119); }
div.DivClassName
{
background-color: #D60E77;
}
.BgClassName
{
background-color: #D60E77;
}
</style>
border-color css
<style>
span { border-color: #D60E77; }
span { border-color: rgb(214,14,119); }
td.TdClassName
{
border-color: #D60E77;
}
.TagClassName
{
border-color: #D60E77;
}
</style>