Shades of Medium Violet Red #D60780
Tints of Medium Violet Red #D60780
RGB
CMYK
RGB Variations
Color information
#D60780 (or 0xD60780) is known color: Medium Violet Red. HEX triplet: D6, 07 and 80. RGB value is (214,7,128). Sum of RGB (Red+Green+Blue) = 214+7+128=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D60780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60780 is #29F87F. Grayscale: #525252. Windows color (decimal): -2750592 or 8390614. OLE color: 8390614.
HSL color Cylindrical-coordinate representation of color #D60780: hue angle of 324.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60780 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.16 |
| HSL | 324.93º | 0.94% | 0.43% | - |
| HSV(B) | 324.93º | 0.97% | 0.84% | - |
| XYZ | 31.7 | 16.01 | 21.84 | - |
| YUV | 82.69 | 153.58 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 128 | 0 | 0.97 | 0.40 | 0.16 | 324.93 | 0.94 | 0.43 |
| Hex | D6 | 7 | 80 | 0 | 61 | 28 | 10 | 145 | 5E | 2B |
| Octal | 326 | 7 | 200 | 0 | 141 | 50 | 20 | 505 | 136 | 53 |
| Binary | 11010110 | 111 | 10000000 | 0 | 1100001 | 101000 | 10000 | 101000101 | 1011110 | 101011 |
Color Harmonies of #D60780
Complementary color
Monochromatic Colors of #D60780
Black with #D60780
Text Example
Text Example
White with #D60780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60780; }
p { color: rgb(214,7,128); }
H1.HeaderClassName
{
color: #D60780;
}
.AnyTagClassName
{
color: #D60780;
}
</style>
background-color css
<style>
a { background-color: #D60780; }
a { background-color: rgb(214,7,128); }
div.DivClassName
{
background-color: #D60780;
}
.BgClassName
{
background-color: #D60780;
}
</style>
border-color css
<style>
span { border-color: #D60780; }
span { border-color: rgb(214,7,128); }
td.TdClassName
{
border-color: #D60780;
}
.TagClassName
{
border-color: #D60780;
}
</style>