Shades of Medium Violet Red #DA077E
Tints of Medium Violet Red #DA077E
RGB
CMYK
RGB Variations
Color information
#DA077E (or 0xDA077E) is known color: Medium Violet Red. HEX triplet: DA, 07 and 7E. RGB value is (218,7,126). Sum of RGB (Red+Green+Blue) = 218+7+126=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA077E is #25F881. Grayscale: #535353. Windows color (decimal): -2488450 or 8259546. OLE color: 8259546.
HSL color Cylindrical-coordinate representation of color #DA077E: hue angle of 326.16º 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 #DA077E is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.15 |
| HSL | 326.16º | 0.94% | 0.44% | - |
| HSV(B) | 326.16º | 0.97% | 0.85% | - |
| XYZ | 32.76 | 16.56 | 21.21 | - |
| YUV | 83.66 | 151.9 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 126 | 0 | 0.97 | 0.42 | 0.15 | 326.16 | 0.94 | 0.44 |
| Hex | DA | 7 | 7E | 0 | 61 | 2A | F | 146 | 5E | 2C |
| Octal | 332 | 7 | 176 | 0 | 141 | 52 | 17 | 506 | 136 | 54 |
| Binary | 11011010 | 111 | 1111110 | 0 | 1100001 | 101010 | 1111 | 101000110 | 1011110 | 101100 |
Color Harmonies of #DA077E
Complementary color
Monochromatic Colors of #DA077E
Black with #DA077E
Text Example
Text Example
White with #DA077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA077E; }
p { color: rgb(218,7,126); }
H1.HeaderClassName
{
color: #DA077E;
}
.AnyTagClassName
{
color: #DA077E;
}
</style>
background-color css
<style>
a { background-color: #DA077E; }
a { background-color: rgb(218,7,126); }
div.DivClassName
{
background-color: #DA077E;
}
.BgClassName
{
background-color: #DA077E;
}
</style>
border-color css
<style>
span { border-color: #DA077E; }
span { border-color: rgb(218,7,126); }
td.TdClassName
{
border-color: #DA077E;
}
.TagClassName
{
border-color: #DA077E;
}
</style>