Shades of Mandy #DA4C56
Tints of Mandy #DA4C56
RGB
CMYK
RGB Variations
Color information
#DA4C56 (or 0xDA4C56) is known color: Mandy. HEX triplet: DA, 4C and 56. RGB value is (218,76,86). Sum of RGB (Red+Green+Blue) = 218+76+86=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C56 is #25B3A9. Grayscale: #777777. Windows color (decimal): -2470826 or 5655770. OLE color: 5655770.
HSL color Cylindrical-coordinate representation of color #DA4C56: hue angle of 355.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C56 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 86 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.15 |
| HSL | 355.77º | 0.66% | 0.58% | - |
| HSV(B) | 355.77º | 0.65% | 0.85% | - |
| XYZ | 33.18 | 20.75 | 11.06 | - |
| YUV | 119.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 86 | 0 | 0.65 | 0.61 | 0.15 | 355.77 | 0.66 | 0.58 |
| Hex | DA | 4C | 56 | 0 | 41 | 3D | F | 164 | 42 | 3A |
| Octal | 332 | 114 | 126 | 0 | 101 | 75 | 17 | 544 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1010110 | 0 | 1000001 | 111101 | 1111 | 101100100 | 1000010 | 111010 |
Color Harmonies of #DA4C56
Complementary color
Monochromatic Colors of #DA4C56
Black with #DA4C56
Text Example
Text Example
White with #DA4C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C56; }
p { color: rgb(218,76,86); }
H1.HeaderClassName
{
color: #DA4C56;
}
.AnyTagClassName
{
color: #DA4C56;
}
</style>
background-color css
<style>
a { background-color: #DA4C56; }
a { background-color: rgb(218,76,86); }
div.DivClassName
{
background-color: #DA4C56;
}
.BgClassName
{
background-color: #DA4C56;
}
</style>
border-color css
<style>
span { border-color: #DA4C56; }
span { border-color: rgb(218,76,86); }
td.TdClassName
{
border-color: #DA4C56;
}
.TagClassName
{
border-color: #DA4C56;
}
</style>