Shades of Medium Violet Red #DA0A7A
Tints of Medium Violet Red #DA0A7A
RGB
CMYK
RGB Variations
Color information
#DA0A7A (or 0xDA0A7A) is known color: Medium Violet Red. HEX triplet: DA, 0A and 7A. RGB value is (218,10,122). Sum of RGB (Red+Green+Blue) = 218+10+122=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0A7A is #25F585. Grayscale: #545454. Windows color (decimal): -2487686 or 7998170. OLE color: 7998170.
HSL color Cylindrical-coordinate representation of color #DA0A7A: hue angle of 327.69º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A7A is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 122 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.15 |
| HSL | 327.69º | 0.91% | 0.45% | - |
| HSV(B) | 327.69º | 0.95% | 0.85% | - |
| XYZ | 32.53 | 16.53 | 19.89 | - |
| YUV | 84.96 | 148.91 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 122 | 0 | 0.95 | 0.44 | 0.15 | 327.69 | 0.91 | 0.45 |
| Hex | DA | A | 7A | 0 | 5F | 2C | F | 148 | 5B | 2D |
| Octal | 332 | 12 | 172 | 0 | 137 | 54 | 17 | 510 | 133 | 55 |
| Binary | 11011010 | 1010 | 1111010 | 0 | 1011111 | 101100 | 1111 | 101001000 | 1011011 | 101101 |
Color Harmonies of #DA0A7A
Complementary color
Monochromatic Colors of #DA0A7A
Black with #DA0A7A
Text Example
Text Example
White with #DA0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A7A; }
p { color: rgb(218,10,122); }
H1.HeaderClassName
{
color: #DA0A7A;
}
.AnyTagClassName
{
color: #DA0A7A;
}
</style>
background-color css
<style>
a { background-color: #DA0A7A; }
a { background-color: rgb(218,10,122); }
div.DivClassName
{
background-color: #DA0A7A;
}
.BgClassName
{
background-color: #DA0A7A;
}
</style>
border-color css
<style>
span { border-color: #DA0A7A; }
span { border-color: rgb(218,10,122); }
td.TdClassName
{
border-color: #DA0A7A;
}
.TagClassName
{
border-color: #DA0A7A;
}
</style>