Shades of Mandy #DA4A58
Tints of Mandy #DA4A58
RGB
CMYK
RGB Variations
Color information
#DA4A58 (or 0xDA4A58) is known color: Mandy. HEX triplet: DA, 4A and 58. RGB value is (218,74,88). Sum of RGB (Red+Green+Blue) = 218+74+88=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A58 is #25B5A7. Grayscale: #767676. Windows color (decimal): -2471336 or 5786330. OLE color: 5786330.
HSL color Cylindrical-coordinate representation of color #DA4A58: hue angle of 354.17º 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 #DA4A58 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 88 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.15 |
| HSL | 354.17º | 0.66% | 0.57% | - |
| HSV(B) | 354.17º | 0.66% | 0.85% | - |
| XYZ | 33.12 | 20.51 | 11.45 | - |
| YUV | 118.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 88 | 0 | 0.66 | 0.60 | 0.15 | 354.17 | 0.66 | 0.57 |
| Hex | DA | 4A | 58 | 0 | 42 | 3C | F | 162 | 42 | 39 |
| Octal | 332 | 112 | 130 | 0 | 102 | 74 | 17 | 542 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1011000 | 0 | 1000010 | 111100 | 1111 | 101100010 | 1000010 | 111001 |
Color Harmonies of #DA4A58
Complementary color
Monochromatic Colors of #DA4A58
Black with #DA4A58
Text Example
Text Example
White with #DA4A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A58; }
p { color: rgb(218,74,88); }
H1.HeaderClassName
{
color: #DA4A58;
}
.AnyTagClassName
{
color: #DA4A58;
}
</style>
background-color css
<style>
a { background-color: #DA4A58; }
a { background-color: rgb(218,74,88); }
div.DivClassName
{
background-color: #DA4A58;
}
.BgClassName
{
background-color: #DA4A58;
}
</style>
border-color css
<style>
span { border-color: #DA4A58; }
span { border-color: rgb(218,74,88); }
td.TdClassName
{
border-color: #DA4A58;
}
.TagClassName
{
border-color: #DA4A58;
}
</style>