Shades of Mandy #DA4A56
Tints of Mandy #DA4A56
RGB
CMYK
RGB Variations
Color information
#DA4A56 (or 0xDA4A56) is known color: Mandy. HEX triplet: DA, 4A and 56. RGB value is (218,74,86). Sum of RGB (Red+Green+Blue) = 218+74+86=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A56 is #25B5A9. Grayscale: #767676. Windows color (decimal): -2471338 or 5655258. OLE color: 5655258.
HSL color Cylindrical-coordinate representation of color #DA4A56: hue angle of 355º 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 #DA4A56 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 86 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.15 |
| HSL | 355º | 0.66% | 0.57% | - |
| HSV(B) | 355º | 0.66% | 0.85% | - |
| XYZ | 33.04 | 20.47 | 11.01 | - |
| YUV | 118.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 86 | 0 | 0.66 | 0.61 | 0.15 | 355 | 0.66 | 0.57 |
| Hex | DA | 4A | 56 | 0 | 42 | 3D | F | 163 | 42 | 39 |
| Octal | 332 | 112 | 126 | 0 | 102 | 75 | 17 | 543 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1010110 | 0 | 1000010 | 111101 | 1111 | 101100011 | 1000010 | 111001 |
Color Harmonies of #DA4A56
Complementary color
Monochromatic Colors of #DA4A56
Black with #DA4A56
Text Example
Text Example
White with #DA4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A56; }
p { color: rgb(218,74,86); }
H1.HeaderClassName
{
color: #DA4A56;
}
.AnyTagClassName
{
color: #DA4A56;
}
</style>
background-color css
<style>
a { background-color: #DA4A56; }
a { background-color: rgb(218,74,86); }
div.DivClassName
{
background-color: #DA4A56;
}
.BgClassName
{
background-color: #DA4A56;
}
</style>
border-color css
<style>
span { border-color: #DA4A56; }
span { border-color: rgb(218,74,86); }
td.TdClassName
{
border-color: #DA4A56;
}
.TagClassName
{
border-color: #DA4A56;
}
</style>