Shades of Mandy #DA4756
Tints of Mandy #DA4756
RGB
CMYK
RGB Variations
Color information
#DA4756 (or 0xDA4756) is known color: Mandy. HEX triplet: DA, 47 and 56. RGB value is (218,71,86). Sum of RGB (Red+Green+Blue) = 218+71+86=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4756 is #25B8A9. Grayscale: #747474. Windows color (decimal): -2472106 or 5654490. OLE color: 5654490.
HSL color Cylindrical-coordinate representation of color #DA4756: hue angle of 353.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4756 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 86 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.15 |
| HSL | 353.88º | 0.67% | 0.57% | - |
| HSV(B) | 353.88º | 0.67% | 0.85% | - |
| XYZ | 32.85 | 20.08 | 10.95 | - |
| YUV | 116.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 86 | 0 | 0.67 | 0.61 | 0.15 | 353.88 | 0.67 | 0.57 |
| Hex | DA | 47 | 56 | 0 | 43 | 3D | F | 162 | 43 | 39 |
| Octal | 332 | 107 | 126 | 0 | 103 | 75 | 17 | 542 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1010110 | 0 | 1000011 | 111101 | 1111 | 101100010 | 1000011 | 111001 |
Color Harmonies of #DA4756
Complementary color
Monochromatic Colors of #DA4756
Black with #DA4756
Text Example
Text Example
White with #DA4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4756; }
p { color: rgb(218,71,86); }
H1.HeaderClassName
{
color: #DA4756;
}
.AnyTagClassName
{
color: #DA4756;
}
</style>
background-color css
<style>
a { background-color: #DA4756; }
a { background-color: rgb(218,71,86); }
div.DivClassName
{
background-color: #DA4756;
}
.BgClassName
{
background-color: #DA4756;
}
</style>
border-color css
<style>
span { border-color: #DA4756; }
span { border-color: rgb(218,71,86); }
td.TdClassName
{
border-color: #DA4756;
}
.TagClassName
{
border-color: #DA4756;
}
</style>