Shades of Medium Violet Red #D00797
Tints of Medium Violet Red #D00797
RGB
CMYK
RGB Variations
Color information
#D00797 (or 0xD00797) is known color: Medium Violet Red. HEX triplet: D0, 07 and 97. RGB value is (208,7,151). Sum of RGB (Red+Green+Blue) = 208+7+151=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D00797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00797 is #2FF868. Grayscale: #535353. Windows color (decimal): -3143785 or 9897936. OLE color: 9897936.
HSL color Cylindrical-coordinate representation of color #D00797: hue angle of 317.01º 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 #D00797 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 151 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.18 |
| HSL | 317.01º | 0.93% | 0.42% | - |
| HSV(B) | 317.01º | 0.97% | 0.82% | - |
| XYZ | 31.67 | 15.8 | 30.66 | - |
| YUV | 83.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 151 | 0 | 0.97 | 0.27 | 0.18 | 317.01 | 0.93 | 0.42 |
| Hex | D0 | 7 | 97 | 0 | 61 | 1B | 12 | 13D | 5D | 2A |
| Octal | 320 | 7 | 227 | 0 | 141 | 33 | 22 | 475 | 135 | 52 |
| Binary | 11010000 | 111 | 10010111 | 0 | 1100001 | 11011 | 10010 | 100111101 | 1011101 | 101010 |
Color Harmonies of #D00797
Complementary color
Monochromatic Colors of #D00797
Black with #D00797
Text Example
Text Example
White with #D00797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00797; }
p { color: rgb(208,7,151); }
H1.HeaderClassName
{
color: #D00797;
}
.AnyTagClassName
{
color: #D00797;
}
</style>
background-color css
<style>
a { background-color: #D00797; }
a { background-color: rgb(208,7,151); }
div.DivClassName
{
background-color: #D00797;
}
.BgClassName
{
background-color: #D00797;
}
</style>
border-color css
<style>
span { border-color: #D00797; }
span { border-color: rgb(208,7,151); }
td.TdClassName
{
border-color: #D00797;
}
.TagClassName
{
border-color: #D00797;
}
</style>