Shades of Medium Violet Red #D00790
Tints of Medium Violet Red #D00790
RGB
CMYK
RGB Variations
Color information
#D00790 (or 0xD00790) is known color: Medium Violet Red. HEX triplet: D0, 07 and 90. RGB value is (208,7,144). Sum of RGB (Red+Green+Blue) = 208+7+144=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00790 is #2FF86F. Grayscale: #525252. Windows color (decimal): -3143792 or 9439184. OLE color: 9439184.
HSL color Cylindrical-coordinate representation of color #D00790: hue angle of 319.1º 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 #D00790 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.18 |
| HSL | 319.1º | 0.93% | 0.42% | - |
| HSV(B) | 319.1º | 0.97% | 0.82% | - |
| XYZ | 31.12 | 15.58 | 27.75 | - |
| YUV | 82.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 144 | 0 | 0.97 | 0.31 | 0.18 | 319.1 | 0.93 | 0.42 |
| Hex | D0 | 7 | 90 | 0 | 61 | 1F | 12 | 13F | 5D | 2A |
| Octal | 320 | 7 | 220 | 0 | 141 | 37 | 22 | 477 | 135 | 52 |
| Binary | 11010000 | 111 | 10010000 | 0 | 1100001 | 11111 | 10010 | 100111111 | 1011101 | 101010 |
Color Harmonies of #D00790
Complementary color
Monochromatic Colors of #D00790
Black with #D00790
Text Example
Text Example
White with #D00790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00790; }
p { color: rgb(208,7,144); }
H1.HeaderClassName
{
color: #D00790;
}
.AnyTagClassName
{
color: #D00790;
}
</style>
background-color css
<style>
a { background-color: #D00790; }
a { background-color: rgb(208,7,144); }
div.DivClassName
{
background-color: #D00790;
}
.BgClassName
{
background-color: #D00790;
}
</style>
border-color css
<style>
span { border-color: #D00790; }
span { border-color: rgb(208,7,144); }
td.TdClassName
{
border-color: #D00790;
}
.TagClassName
{
border-color: #D00790;
}
</style>