Shades of Medium Violet Red #D00780
Tints of Medium Violet Red #D00780
RGB
CMYK
RGB Variations
Color information
#D00780 (or 0xD00780) is known color: Medium Violet Red. HEX triplet: D0, 07 and 80. RGB value is (208,7,128). Sum of RGB (Red+Green+Blue) = 208+7+128=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D00780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00780 is #2FF87F. Grayscale: #505050. Windows color (decimal): -3143808 or 8390608. OLE color: 8390608.
HSL color Cylindrical-coordinate representation of color #D00780: hue angle of 323.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00780 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.18 |
| HSL | 323.88º | 0.93% | 0.42% | - |
| HSV(B) | 323.88º | 0.97% | 0.82% | - |
| XYZ | 29.98 | 15.12 | 21.76 | - |
| YUV | 80.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 128 | 0 | 0.97 | 0.38 | 0.18 | 323.88 | 0.93 | 0.42 |
| Hex | D0 | 7 | 80 | 0 | 61 | 26 | 12 | 144 | 5D | 2A |
| Octal | 320 | 7 | 200 | 0 | 141 | 46 | 22 | 504 | 135 | 52 |
| Binary | 11010000 | 111 | 10000000 | 0 | 1100001 | 100110 | 10010 | 101000100 | 1011101 | 101010 |
Color Harmonies of #D00780
Complementary color
Monochromatic Colors of #D00780
Black with #D00780
Text Example
Text Example
White with #D00780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00780; }
p { color: rgb(208,7,128); }
H1.HeaderClassName
{
color: #D00780;
}
.AnyTagClassName
{
color: #D00780;
}
</style>
background-color css
<style>
a { background-color: #D00780; }
a { background-color: rgb(208,7,128); }
div.DivClassName
{
background-color: #D00780;
}
.BgClassName
{
background-color: #D00780;
}
</style>
border-color css
<style>
span { border-color: #D00780; }
span { border-color: rgb(208,7,128); }
td.TdClassName
{
border-color: #D00780;
}
.TagClassName
{
border-color: #D00780;
}
</style>