Shades of Medium Violet Red #D00773
Tints of Medium Violet Red #D00773
RGB
CMYK
RGB Variations
Color information
#D00773 (or 0xD00773) is known color: Medium Violet Red. HEX triplet: D0, 07 and 73. RGB value is (208,7,115). Sum of RGB (Red+Green+Blue) = 208+7+115=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00773 is #2FF88C. Grayscale: #4F4F4F. Windows color (decimal): -3143821 or 7538640. OLE color: 7538640.
HSL color Cylindrical-coordinate representation of color #D00773: hue angle of 327.76º 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 #D00773 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.18 |
| HSL | 327.76º | 0.93% | 0.42% | - |
| HSV(B) | 327.76º | 0.97% | 0.82% | - |
| XYZ | 29.18 | 14.8 | 17.54 | - |
| YUV | 79.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 115 | 0 | 0.97 | 0.45 | 0.18 | 327.76 | 0.93 | 0.42 |
| Hex | D0 | 7 | 73 | 0 | 61 | 2D | 12 | 148 | 5D | 2A |
| Octal | 320 | 7 | 163 | 0 | 141 | 55 | 22 | 510 | 135 | 52 |
| Binary | 11010000 | 111 | 1110011 | 0 | 1100001 | 101101 | 10010 | 101001000 | 1011101 | 101010 |
Color Harmonies of #D00773
Complementary color
Monochromatic Colors of #D00773
Black with #D00773
Text Example
Text Example
White with #D00773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00773; }
p { color: rgb(208,7,115); }
H1.HeaderClassName
{
color: #D00773;
}
.AnyTagClassName
{
color: #D00773;
}
</style>
background-color css
<style>
a { background-color: #D00773; }
a { background-color: rgb(208,7,115); }
div.DivClassName
{
background-color: #D00773;
}
.BgClassName
{
background-color: #D00773;
}
</style>
border-color css
<style>
span { border-color: #D00773; }
span { border-color: rgb(208,7,115); }
td.TdClassName
{
border-color: #D00773;
}
.TagClassName
{
border-color: #D00773;
}
</style>