Shades of Medium Violet Red #DA0786
Tints of Medium Violet Red #DA0786
RGB
CMYK
RGB Variations
Color information
#DA0786 (or 0xDA0786) is known color: Medium Violet Red. HEX triplet: DA, 07 and 86. RGB value is (218,7,134). Sum of RGB (Red+Green+Blue) = 218+7+134=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0786 is #25F879. Grayscale: #545454. Windows color (decimal): -2488442 or 8783834. OLE color: 8783834.
HSL color Cylindrical-coordinate representation of color #DA0786: hue angle of 323.89º 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 #DA0786 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.15 |
| HSL | 323.89º | 0.94% | 0.44% | - |
| HSV(B) | 323.89º | 0.97% | 0.85% | - |
| XYZ | 33.29 | 16.78 | 24.04 | - |
| YUV | 84.57 | 155.9 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 134 | 0 | 0.97 | 0.39 | 0.15 | 323.89 | 0.94 | 0.44 |
| Hex | DA | 7 | 86 | 0 | 61 | 27 | F | 144 | 5E | 2C |
| Octal | 332 | 7 | 206 | 0 | 141 | 47 | 17 | 504 | 136 | 54 |
| Binary | 11011010 | 111 | 10000110 | 0 | 1100001 | 100111 | 1111 | 101000100 | 1011110 | 101100 |
Color Harmonies of #DA0786
Complementary color
Monochromatic Colors of #DA0786
Black with #DA0786
Text Example
Text Example
White with #DA0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0786; }
p { color: rgb(218,7,134); }
H1.HeaderClassName
{
color: #DA0786;
}
.AnyTagClassName
{
color: #DA0786;
}
</style>
background-color css
<style>
a { background-color: #DA0786; }
a { background-color: rgb(218,7,134); }
div.DivClassName
{
background-color: #DA0786;
}
.BgClassName
{
background-color: #DA0786;
}
</style>
border-color css
<style>
span { border-color: #DA0786; }
span { border-color: rgb(218,7,134); }
td.TdClassName
{
border-color: #DA0786;
}
.TagClassName
{
border-color: #DA0786;
}
</style>