Shades of Medium Violet Red #DA0781
Tints of Medium Violet Red #DA0781
RGB
CMYK
RGB Variations
Color information
#DA0781 (or 0xDA0781) is known color: Medium Violet Red. HEX triplet: DA, 07 and 81. RGB value is (218,7,129). Sum of RGB (Red+Green+Blue) = 218+7+129=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0781 is #25F87E. Grayscale: #535353. Windows color (decimal): -2488447 or 8456154. OLE color: 8456154.
HSL color Cylindrical-coordinate representation of color #DA0781: hue angle of 325.31º 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 #DA0781 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.15 |
| HSL | 325.31º | 0.94% | 0.44% | - |
| HSV(B) | 325.31º | 0.97% | 0.85% | - |
| XYZ | 32.95 | 16.64 | 22.24 | - |
| YUV | 84 | 153.4 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 129 | 0 | 0.97 | 0.41 | 0.15 | 325.31 | 0.94 | 0.44 |
| Hex | DA | 7 | 81 | 0 | 61 | 29 | F | 145 | 5E | 2C |
| Octal | 332 | 7 | 201 | 0 | 141 | 51 | 17 | 505 | 136 | 54 |
| Binary | 11011010 | 111 | 10000001 | 0 | 1100001 | 101001 | 1111 | 101000101 | 1011110 | 101100 |
Color Harmonies of #DA0781
Complementary color
Monochromatic Colors of #DA0781
Black with #DA0781
Text Example
Text Example
White with #DA0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0781; }
p { color: rgb(218,7,129); }
H1.HeaderClassName
{
color: #DA0781;
}
.AnyTagClassName
{
color: #DA0781;
}
</style>
background-color css
<style>
a { background-color: #DA0781; }
a { background-color: rgb(218,7,129); }
div.DivClassName
{
background-color: #DA0781;
}
.BgClassName
{
background-color: #DA0781;
}
</style>
border-color css
<style>
span { border-color: #DA0781; }
span { border-color: rgb(218,7,129); }
td.TdClassName
{
border-color: #DA0781;
}
.TagClassName
{
border-color: #DA0781;
}
</style>