Shades of Mandy #DA4A54
Tints of Mandy #DA4A54
RGB
CMYK
RGB Variations
Color information
#DA4A54 (or 0xDA4A54) is known color: Mandy. HEX triplet: DA, 4A and 54. RGB value is (218,74,84). Sum of RGB (Red+Green+Blue) = 218+74+84=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A54 is #25B5AB. Grayscale: #767676. Windows color (decimal): -2471340 or 5524186. OLE color: 5524186.
HSL color Cylindrical-coordinate representation of color #DA4A54: hue angle of 355.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A54 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 84 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.15 |
| HSL | 355.83º | 0.66% | 0.57% | - |
| HSV(B) | 355.83º | 0.66% | 0.85% | - |
| XYZ | 32.96 | 20.44 | 10.6 | - |
| YUV | 118.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 84 | 0 | 0.66 | 0.61 | 0.15 | 355.83 | 0.66 | 0.57 |
| Hex | DA | 4A | 54 | 0 | 42 | 3D | F | 164 | 42 | 39 |
| Octal | 332 | 112 | 124 | 0 | 102 | 75 | 17 | 544 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1010100 | 0 | 1000010 | 111101 | 1111 | 101100100 | 1000010 | 111001 |
Color Harmonies of #DA4A54
Complementary color
Monochromatic Colors of #DA4A54
Black with #DA4A54
Text Example
Text Example
White with #DA4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A54; }
p { color: rgb(218,74,84); }
H1.HeaderClassName
{
color: #DA4A54;
}
.AnyTagClassName
{
color: #DA4A54;
}
</style>
background-color css
<style>
a { background-color: #DA4A54; }
a { background-color: rgb(218,74,84); }
div.DivClassName
{
background-color: #DA4A54;
}
.BgClassName
{
background-color: #DA4A54;
}
</style>
border-color css
<style>
span { border-color: #DA4A54; }
span { border-color: rgb(218,74,84); }
td.TdClassName
{
border-color: #DA4A54;
}
.TagClassName
{
border-color: #DA4A54;
}
</style>