Shades of Medium Violet Red #DA047F
Tints of Medium Violet Red #DA047F
RGB
CMYK
RGB Variations
Color information
#DA047F (or 0xDA047F) is known color: Medium Violet Red. HEX triplet: DA, 04 and 7F. RGB value is (218,4,127). Sum of RGB (Red+Green+Blue) = 218+4+127=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA047F is #25FB80. Grayscale: #515151. Windows color (decimal): -2489217 or 8324314. OLE color: 8324314.
HSL color Cylindrical-coordinate representation of color #DA047F: hue angle of 325.51º 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 #DA047F is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.15 |
| HSL | 325.51º | 0.96% | 0.44% | - |
| HSV(B) | 325.51º | 0.98% | 0.85% | - |
| XYZ | 32.79 | 16.52 | 21.54 | - |
| YUV | 82.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 127 | 0 | 0.98 | 0.42 | 0.15 | 325.51 | 0.96 | 0.44 |
| Hex | DA | 4 | 7F | 0 | 62 | 2A | F | 146 | 60 | 2C |
| Octal | 332 | 4 | 177 | 0 | 142 | 52 | 17 | 506 | 140 | 54 |
| Binary | 11011010 | 100 | 1111111 | 0 | 1100010 | 101010 | 1111 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DA047F
Complementary color
Monochromatic Colors of #DA047F
Black with #DA047F
Text Example
Text Example
White with #DA047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA047F; }
p { color: rgb(218,4,127); }
H1.HeaderClassName
{
color: #DA047F;
}
.AnyTagClassName
{
color: #DA047F;
}
</style>
background-color css
<style>
a { background-color: #DA047F; }
a { background-color: rgb(218,4,127); }
div.DivClassName
{
background-color: #DA047F;
}
.BgClassName
{
background-color: #DA047F;
}
</style>
border-color css
<style>
span { border-color: #DA047F; }
span { border-color: rgb(218,4,127); }
td.TdClassName
{
border-color: #DA047F;
}
.TagClassName
{
border-color: #DA047F;
}
</style>