Shades of Medium Violet Red #D60E7C
Tints of Medium Violet Red #D60E7C
RGB
CMYK
RGB Variations
Color information
#D60E7C (or 0xD60E7C) is known color: Medium Violet Red. HEX triplet: D6, 0E and 7C. RGB value is (214,14,124). Sum of RGB (Red+Green+Blue) = 214+14+124=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E7C is #29F183. Grayscale: #565656. Windows color (decimal): -2748804 or 8130262. OLE color: 8130262.
HSL color Cylindrical-coordinate representation of color #D60E7C: hue angle of 327º 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 #D60E7C is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 124 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.16 |
| HSL | 327º | 0.88% | 0.45% | - |
| HSV(B) | 327º | 0.93% | 0.84% | - |
| XYZ | 31.53 | 16.07 | 20.51 | - |
| YUV | 86.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 124 | 0 | 0.93 | 0.42 | 0.16 | 327 | 0.88 | 0.45 |
| Hex | D6 | E | 7C | 0 | 5D | 2A | 10 | 147 | 58 | 2D |
| Octal | 326 | 16 | 174 | 0 | 135 | 52 | 20 | 507 | 130 | 55 |
| Binary | 11010110 | 1110 | 1111100 | 0 | 1011101 | 101010 | 10000 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D60E7C
Complementary color
Monochromatic Colors of #D60E7C
Black with #D60E7C
Text Example
Text Example
White with #D60E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E7C; }
p { color: rgb(214,14,124); }
H1.HeaderClassName
{
color: #D60E7C;
}
.AnyTagClassName
{
color: #D60E7C;
}
</style>
background-color css
<style>
a { background-color: #D60E7C; }
a { background-color: rgb(214,14,124); }
div.DivClassName
{
background-color: #D60E7C;
}
.BgClassName
{
background-color: #D60E7C;
}
</style>
border-color css
<style>
span { border-color: #D60E7C; }
span { border-color: rgb(214,14,124); }
td.TdClassName
{
border-color: #D60E7C;
}
.TagClassName
{
border-color: #D60E7C;
}
</style>