Shades of Mandy #DA4956
Tints of Mandy #DA4956
RGB
CMYK
RGB Variations
Color information
#DA4956 (or 0xDA4956) is known color: Mandy. HEX triplet: DA, 49 and 56. RGB value is (218,73,86). Sum of RGB (Red+Green+Blue) = 218+73+86=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4956 is #25B6A9. Grayscale: #757575. Windows color (decimal): -2471594 or 5655002. OLE color: 5655002.
HSL color Cylindrical-coordinate representation of color #DA4956: hue angle of 354.62º degrees, saturation: 0.66, 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 #DA4956 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 86 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.15 |
| HSL | 354.62º | 0.66% | 0.57% | - |
| HSV(B) | 354.62º | 0.67% | 0.85% | - |
| XYZ | 32.98 | 20.34 | 10.99 | - |
| YUV | 117.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 86 | 0 | 0.67 | 0.61 | 0.15 | 354.62 | 0.66 | 0.57 |
| Hex | DA | 49 | 56 | 0 | 43 | 3D | F | 163 | 42 | 39 |
| Octal | 332 | 111 | 126 | 0 | 103 | 75 | 17 | 543 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1010110 | 0 | 1000011 | 111101 | 1111 | 101100011 | 1000010 | 111001 |
Color Harmonies of #DA4956
Complementary color
Monochromatic Colors of #DA4956
Black with #DA4956
Text Example
Text Example
White with #DA4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4956; }
p { color: rgb(218,73,86); }
H1.HeaderClassName
{
color: #DA4956;
}
.AnyTagClassName
{
color: #DA4956;
}
</style>
background-color css
<style>
a { background-color: #DA4956; }
a { background-color: rgb(218,73,86); }
div.DivClassName
{
background-color: #DA4956;
}
.BgClassName
{
background-color: #DA4956;
}
</style>
border-color css
<style>
span { border-color: #DA4956; }
span { border-color: rgb(218,73,86); }
td.TdClassName
{
border-color: #DA4956;
}
.TagClassName
{
border-color: #DA4956;
}
</style>