Shades of Medium Violet Red #DA0790
Tints of Medium Violet Red #DA0790
RGB
CMYK
RGB Variations
Color information
#DA0790 (or 0xDA0790) is known color: Medium Violet Red. HEX triplet: DA, 07 and 90. RGB value is (218,7,144). Sum of RGB (Red+Green+Blue) = 218+7+144=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0790 is #25F86F. Grayscale: #555555. Windows color (decimal): -2488432 or 9439194. OLE color: 9439194.
HSL color Cylindrical-coordinate representation of color #DA0790: hue angle of 321.04º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0790 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.15 |
| HSL | 321.04º | 0.94% | 0.44% | - |
| HSV(B) | 321.04º | 0.97% | 0.85% | - |
| XYZ | 34.02 | 17.07 | 27.89 | - |
| YUV | 85.71 | 160.9 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 144 | 0 | 0.97 | 0.34 | 0.15 | 321.04 | 0.94 | 0.44 |
| Hex | DA | 7 | 90 | 0 | 61 | 22 | F | 141 | 5E | 2C |
| Octal | 332 | 7 | 220 | 0 | 141 | 42 | 17 | 501 | 136 | 54 |
| Binary | 11011010 | 111 | 10010000 | 0 | 1100001 | 100010 | 1111 | 101000001 | 1011110 | 101100 |
Color Harmonies of #DA0790
Complementary color
Monochromatic Colors of #DA0790
Black with #DA0790
Text Example
Text Example
White with #DA0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0790; }
p { color: rgb(218,7,144); }
H1.HeaderClassName
{
color: #DA0790;
}
.AnyTagClassName
{
color: #DA0790;
}
</style>
background-color css
<style>
a { background-color: #DA0790; }
a { background-color: rgb(218,7,144); }
div.DivClassName
{
background-color: #DA0790;
}
.BgClassName
{
background-color: #DA0790;
}
</style>
border-color css
<style>
span { border-color: #DA0790; }
span { border-color: rgb(218,7,144); }
td.TdClassName
{
border-color: #DA0790;
}
.TagClassName
{
border-color: #DA0790;
}
</style>