Shades of Medium Violet Red #D00799
Tints of Medium Violet Red #D00799
RGB
CMYK
RGB Variations
Color information
#D00799 (or 0xD00799) is known color: Medium Violet Red. HEX triplet: D0, 07 and 99. RGB value is (208,7,153). Sum of RGB (Red+Green+Blue) = 208+7+153=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D00799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00799 is #2FF866. Grayscale: #535353. Windows color (decimal): -3143783 or 10029008. OLE color: 10029008.
HSL color Cylindrical-coordinate representation of color #D00799: hue angle of 316.42º 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 #D00799 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.18 |
| HSL | 316.42º | 0.93% | 0.42% | - |
| HSV(B) | 316.42º | 0.97% | 0.82% | - |
| XYZ | 31.84 | 15.86 | 31.52 | - |
| YUV | 83.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 153 | 0 | 0.97 | 0.26 | 0.18 | 316.42 | 0.93 | 0.42 |
| Hex | D0 | 7 | 99 | 0 | 61 | 1A | 12 | 13C | 5D | 2A |
| Octal | 320 | 7 | 231 | 0 | 141 | 32 | 22 | 474 | 135 | 52 |
| Binary | 11010000 | 111 | 10011001 | 0 | 1100001 | 11010 | 10010 | 100111100 | 1011101 | 101010 |
Color Harmonies of #D00799
Complementary color
Monochromatic Colors of #D00799
Black with #D00799
Text Example
Text Example
White with #D00799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00799; }
p { color: rgb(208,7,153); }
H1.HeaderClassName
{
color: #D00799;
}
.AnyTagClassName
{
color: #D00799;
}
</style>
background-color css
<style>
a { background-color: #D00799; }
a { background-color: rgb(208,7,153); }
div.DivClassName
{
background-color: #D00799;
}
.BgClassName
{
background-color: #D00799;
}
</style>
border-color css
<style>
span { border-color: #D00799; }
span { border-color: rgb(208,7,153); }
td.TdClassName
{
border-color: #D00799;
}
.TagClassName
{
border-color: #D00799;
}
</style>