Shades of Medium Violet Red #DA047C
Tints of Medium Violet Red #DA047C
RGB
CMYK
RGB Variations
Color information
#DA047C (or 0xDA047C) is known color: Medium Violet Red. HEX triplet: DA, 04 and 7C. RGB value is (218,4,124). Sum of RGB (Red+Green+Blue) = 218+4+124=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA047C is #25FB83. Grayscale: #515151. Windows color (decimal): -2489220 or 8127706. OLE color: 8127706.
HSL color Cylindrical-coordinate representation of color #DA047C: hue angle of 326.36º 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 #DA047C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.15 |
| HSL | 326.36º | 0.96% | 0.44% | - |
| HSV(B) | 326.36º | 0.98% | 0.85% | - |
| XYZ | 32.59 | 16.45 | 20.53 | - |
| YUV | 81.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 124 | 0 | 0.98 | 0.43 | 0.15 | 326.36 | 0.96 | 0.44 |
| Hex | DA | 4 | 7C | 0 | 62 | 2B | F | 146 | 60 | 2C |
| Octal | 332 | 4 | 174 | 0 | 142 | 53 | 17 | 506 | 140 | 54 |
| Binary | 11011010 | 100 | 1111100 | 0 | 1100010 | 101011 | 1111 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DA047C
Complementary color
Monochromatic Colors of #DA047C
Black with #DA047C
Text Example
Text Example
White with #DA047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA047C; }
p { color: rgb(218,4,124); }
H1.HeaderClassName
{
color: #DA047C;
}
.AnyTagClassName
{
color: #DA047C;
}
</style>
background-color css
<style>
a { background-color: #DA047C; }
a { background-color: rgb(218,4,124); }
div.DivClassName
{
background-color: #DA047C;
}
.BgClassName
{
background-color: #DA047C;
}
</style>
border-color css
<style>
span { border-color: #DA047C; }
span { border-color: rgb(218,4,124); }
td.TdClassName
{
border-color: #DA047C;
}
.TagClassName
{
border-color: #DA047C;
}
</style>