Shades of Medium Violet Red #D60077
Tints of Medium Violet Red #D60077
RGB
CMYK
RGB Variations
Color information
#D60077 (or 0xD60077) is known color: Medium Violet Red. HEX triplet: D6, 00 and 77. RGB value is (214,0,119). Sum of RGB (Red+Green+Blue) = 214+0+119=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D60077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60077 is #29FF88. Grayscale: #4D4D4D. Windows color (decimal): -2752393 or 7798998. OLE color: 7798998.
HSL color Cylindrical-coordinate representation of color #D60077: hue angle of 326.64º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60077 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.44 | 0.16 |
| HSL | 326.64º | 1% | 0.42% | - |
| HSV(B) | 326.64º | 1% | 0.84% | - |
| XYZ | 31.06 | 15.63 | 18.83 | - |
| YUV | 77.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 119 | 0 | 1 | 0.44 | 0.16 | 326.64 | 1 | 0.42 |
| Hex | D6 | 0 | 77 | 0 | 64 | 2C | 10 | 147 | 64 | 2A |
| Octal | 326 | 0 | 167 | 0 | 144 | 54 | 20 | 507 | 144 | 52 |
| Binary | 11010110 | 0 | 1110111 | 0 | 1100100 | 101100 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D60077
Complementary color
Monochromatic Colors of #D60077
Black with #D60077
Text Example
Text Example
White with #D60077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60077; }
p { color: rgb(214,0,119); }
H1.HeaderClassName
{
color: #D60077;
}
.AnyTagClassName
{
color: #D60077;
}
</style>
background-color css
<style>
a { background-color: #D60077; }
a { background-color: rgb(214,0,119); }
div.DivClassName
{
background-color: #D60077;
}
.BgClassName
{
background-color: #D60077;
}
</style>
border-color css
<style>
span { border-color: #D60077; }
span { border-color: rgb(214,0,119); }
td.TdClassName
{
border-color: #D60077;
}
.TagClassName
{
border-color: #D60077;
}
</style>