Shades of Medium Violet Red #DA047A
Tints of Medium Violet Red #DA047A
RGB
CMYK
RGB Variations
Color information
#DA047A (or 0xDA047A) is known color: Medium Violet Red. HEX triplet: DA, 04 and 7A. RGB value is (218,4,122). Sum of RGB (Red+Green+Blue) = 218+4+122=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA047A is #25FB85. Grayscale: #515151. Windows color (decimal): -2489222 or 7996634. OLE color: 7996634.
HSL color Cylindrical-coordinate representation of color #DA047A: hue angle of 326.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA047A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.15 |
| HSL | 326.92º | 0.96% | 0.44% | - |
| HSV(B) | 326.92º | 0.98% | 0.85% | - |
| XYZ | 32.47 | 16.4 | 19.87 | - |
| YUV | 81.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 122 | 0 | 0.98 | 0.44 | 0.15 | 326.92 | 0.96 | 0.44 |
| Hex | DA | 4 | 7A | 0 | 62 | 2C | F | 147 | 60 | 2C |
| Octal | 332 | 4 | 172 | 0 | 142 | 54 | 17 | 507 | 140 | 54 |
| Binary | 11011010 | 100 | 1111010 | 0 | 1100010 | 101100 | 1111 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DA047A
Complementary color
Monochromatic Colors of #DA047A
Black with #DA047A
Text Example
Text Example
White with #DA047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA047A; }
p { color: rgb(218,4,122); }
H1.HeaderClassName
{
color: #DA047A;
}
.AnyTagClassName
{
color: #DA047A;
}
</style>
background-color css
<style>
a { background-color: #DA047A; }
a { background-color: rgb(218,4,122); }
div.DivClassName
{
background-color: #DA047A;
}
.BgClassName
{
background-color: #DA047A;
}
</style>
border-color css
<style>
span { border-color: #DA047A; }
span { border-color: rgb(218,4,122); }
td.TdClassName
{
border-color: #DA047A;
}
.TagClassName
{
border-color: #DA047A;
}
</style>