Shades of Medium Violet Red #DA048E
Tints of Medium Violet Red #DA048E
RGB
CMYK
RGB Variations
Color information
#DA048E (or 0xDA048E) is known color: Medium Violet Red. HEX triplet: DA, 04 and 8E. RGB value is (218,4,142). Sum of RGB (Red+Green+Blue) = 218+4+142=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA048E is #25FB71. Grayscale: #535353. Windows color (decimal): -2489202 or 9307354. OLE color: 9307354.
HSL color Cylindrical-coordinate representation of color #DA048E: hue angle of 321.31º 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 #DA048E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.15 |
| HSL | 321.31º | 0.96% | 0.44% | - |
| HSV(B) | 321.31º | 0.98% | 0.85% | - |
| XYZ | 33.84 | 16.95 | 27.08 | - |
| YUV | 83.72 | 160.9 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 142 | 0 | 0.98 | 0.35 | 0.15 | 321.31 | 0.96 | 0.44 |
| Hex | DA | 4 | 8E | 0 | 62 | 23 | F | 141 | 60 | 2C |
| Octal | 332 | 4 | 216 | 0 | 142 | 43 | 17 | 501 | 140 | 54 |
| Binary | 11011010 | 100 | 10001110 | 0 | 1100010 | 100011 | 1111 | 101000001 | 1100000 | 101100 |
Color Harmonies of #DA048E
Complementary color
Monochromatic Colors of #DA048E
Black with #DA048E
Text Example
Text Example
White with #DA048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA048E; }
p { color: rgb(218,4,142); }
H1.HeaderClassName
{
color: #DA048E;
}
.AnyTagClassName
{
color: #DA048E;
}
</style>
background-color css
<style>
a { background-color: #DA048E; }
a { background-color: rgb(218,4,142); }
div.DivClassName
{
background-color: #DA048E;
}
.BgClassName
{
background-color: #DA048E;
}
</style>
border-color css
<style>
span { border-color: #DA048E; }
span { border-color: rgb(218,4,142); }
td.TdClassName
{
border-color: #DA048E;
}
.TagClassName
{
border-color: #DA048E;
}
</style>