Shades of Medium Violet Red #DA0785
Tints of Medium Violet Red #DA0785
RGB
CMYK
RGB Variations
Color information
#DA0785 (or 0xDA0785) is known color: Medium Violet Red. HEX triplet: DA, 07 and 85. RGB value is (218,7,133). Sum of RGB (Red+Green+Blue) = 218+7+133=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0785 is #25F87A. Grayscale: #545454. Windows color (decimal): -2488443 or 8718298. OLE color: 8718298.
HSL color Cylindrical-coordinate representation of color #DA0785: hue angle of 324.17º 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 #DA0785 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.15 |
| HSL | 324.17º | 0.94% | 0.44% | - |
| HSV(B) | 324.17º | 0.97% | 0.85% | - |
| XYZ | 33.22 | 16.75 | 23.67 | - |
| YUV | 84.45 | 155.4 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 133 | 0 | 0.97 | 0.39 | 0.15 | 324.17 | 0.94 | 0.44 |
| Hex | DA | 7 | 85 | 0 | 61 | 27 | F | 144 | 5E | 2C |
| Octal | 332 | 7 | 205 | 0 | 141 | 47 | 17 | 504 | 136 | 54 |
| Binary | 11011010 | 111 | 10000101 | 0 | 1100001 | 100111 | 1111 | 101000100 | 1011110 | 101100 |
Color Harmonies of #DA0785
Complementary color
Monochromatic Colors of #DA0785
Black with #DA0785
Text Example
Text Example
White with #DA0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0785; }
p { color: rgb(218,7,133); }
H1.HeaderClassName
{
color: #DA0785;
}
.AnyTagClassName
{
color: #DA0785;
}
</style>
background-color css
<style>
a { background-color: #DA0785; }
a { background-color: rgb(218,7,133); }
div.DivClassName
{
background-color: #DA0785;
}
.BgClassName
{
background-color: #DA0785;
}
</style>
border-color css
<style>
span { border-color: #DA0785; }
span { border-color: rgb(218,7,133); }
td.TdClassName
{
border-color: #DA0785;
}
.TagClassName
{
border-color: #DA0785;
}
</style>