Shades of Medium Violet Red #DA047B
Tints of Medium Violet Red #DA047B
RGB
CMYK
RGB Variations
Color information
#DA047B (or 0xDA047B) is known color: Medium Violet Red. HEX triplet: DA, 04 and 7B. RGB value is (218,4,123). Sum of RGB (Red+Green+Blue) = 218+4+123=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA047B is #25FB84. Grayscale: #515151. Windows color (decimal): -2489221 or 8062170. OLE color: 8062170.
HSL color Cylindrical-coordinate representation of color #DA047B: hue angle of 326.64º 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 #DA047B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.15 |
| HSL | 326.64º | 0.96% | 0.44% | - |
| HSV(B) | 326.64º | 0.98% | 0.85% | - |
| XYZ | 32.53 | 16.42 | 20.19 | - |
| YUV | 81.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 123 | 0 | 0.98 | 0.44 | 0.15 | 326.64 | 0.96 | 0.44 |
| Hex | DA | 4 | 7B | 0 | 62 | 2C | F | 147 | 60 | 2C |
| Octal | 332 | 4 | 173 | 0 | 142 | 54 | 17 | 507 | 140 | 54 |
| Binary | 11011010 | 100 | 1111011 | 0 | 1100010 | 101100 | 1111 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DA047B
Complementary color
Monochromatic Colors of #DA047B
Black with #DA047B
Text Example
Text Example
White with #DA047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA047B; }
p { color: rgb(218,4,123); }
H1.HeaderClassName
{
color: #DA047B;
}
.AnyTagClassName
{
color: #DA047B;
}
</style>
background-color css
<style>
a { background-color: #DA047B; }
a { background-color: rgb(218,4,123); }
div.DivClassName
{
background-color: #DA047B;
}
.BgClassName
{
background-color: #DA047B;
}
</style>
border-color css
<style>
span { border-color: #DA047B; }
span { border-color: rgb(218,4,123); }
td.TdClassName
{
border-color: #DA047B;
}
.TagClassName
{
border-color: #DA047B;
}
</style>