Shades of Mandy #DA4A57
Tints of Mandy #DA4A57
RGB
CMYK
RGB Variations
Color information
#DA4A57 (or 0xDA4A57) is known color: Mandy. HEX triplet: DA, 4A and 57. RGB value is (218,74,87). Sum of RGB (Red+Green+Blue) = 218+74+87=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A57 is #25B5A8. Grayscale: #767676. Windows color (decimal): -2471337 or 5720794. OLE color: 5720794.
HSL color Cylindrical-coordinate representation of color #DA4A57: hue angle of 354.58º 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 #DA4A57 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 87 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.15 |
| HSL | 354.58º | 0.66% | 0.57% | - |
| HSV(B) | 354.58º | 0.66% | 0.85% | - |
| XYZ | 33.08 | 20.49 | 11.23 | - |
| YUV | 118.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 87 | 0 | 0.66 | 0.60 | 0.15 | 354.58 | 0.66 | 0.57 |
| Hex | DA | 4A | 57 | 0 | 42 | 3C | F | 163 | 42 | 39 |
| Octal | 332 | 112 | 127 | 0 | 102 | 74 | 17 | 543 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1010111 | 0 | 1000010 | 111100 | 1111 | 101100011 | 1000010 | 111001 |
Color Harmonies of #DA4A57
Complementary color
Monochromatic Colors of #DA4A57
Black with #DA4A57
Text Example
Text Example
White with #DA4A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A57; }
p { color: rgb(218,74,87); }
H1.HeaderClassName
{
color: #DA4A57;
}
.AnyTagClassName
{
color: #DA4A57;
}
</style>
background-color css
<style>
a { background-color: #DA4A57; }
a { background-color: rgb(218,74,87); }
div.DivClassName
{
background-color: #DA4A57;
}
.BgClassName
{
background-color: #DA4A57;
}
</style>
border-color css
<style>
span { border-color: #DA4A57; }
span { border-color: rgb(218,74,87); }
td.TdClassName
{
border-color: #DA4A57;
}
.TagClassName
{
border-color: #DA4A57;
}
</style>