Shades of Medium Violet Red #DA077A
Tints of Medium Violet Red #DA077A
RGB
CMYK
RGB Variations
Color information
#DA077A (or 0xDA077A) is known color: Medium Violet Red. HEX triplet: DA, 07 and 7A. RGB value is (218,7,122). Sum of RGB (Red+Green+Blue) = 218+7+122=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA077A is #25F885. Grayscale: #525252. Windows color (decimal): -2488454 or 7997402. OLE color: 7997402.
HSL color Cylindrical-coordinate representation of color #DA077A: hue angle of 327.3º 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 #DA077A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.15 |
| HSL | 327.3º | 0.94% | 0.44% | - |
| HSV(B) | 327.3º | 0.97% | 0.85% | - |
| XYZ | 32.5 | 16.46 | 19.88 | - |
| YUV | 83.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 122 | 0 | 0.97 | 0.44 | 0.15 | 327.3 | 0.94 | 0.44 |
| Hex | DA | 7 | 7A | 0 | 61 | 2C | F | 147 | 5E | 2C |
| Octal | 332 | 7 | 172 | 0 | 141 | 54 | 17 | 507 | 136 | 54 |
| Binary | 11011010 | 111 | 1111010 | 0 | 1100001 | 101100 | 1111 | 101000111 | 1011110 | 101100 |
Color Harmonies of #DA077A
Complementary color
Monochromatic Colors of #DA077A
Black with #DA077A
Text Example
Text Example
White with #DA077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA077A; }
p { color: rgb(218,7,122); }
H1.HeaderClassName
{
color: #DA077A;
}
.AnyTagClassName
{
color: #DA077A;
}
</style>
background-color css
<style>
a { background-color: #DA077A; }
a { background-color: rgb(218,7,122); }
div.DivClassName
{
background-color: #DA077A;
}
.BgClassName
{
background-color: #DA077A;
}
</style>
border-color css
<style>
span { border-color: #DA077A; }
span { border-color: rgb(218,7,122); }
td.TdClassName
{
border-color: #DA077A;
}
.TagClassName
{
border-color: #DA077A;
}
</style>