Shades of Mandy #DA4E5E
Tints of Mandy #DA4E5E
RGB
CMYK
RGB Variations
Color information
#DA4E5E (or 0xDA4E5E) is known color: Mandy. HEX triplet: DA, 4E and 5E. RGB value is (218,78,94). Sum of RGB (Red+Green+Blue) = 218+78+94=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E5E is #25B1A1. Grayscale: #797979. Windows color (decimal): -2470306 or 6180570. OLE color: 6180570.
HSL color Cylindrical-coordinate representation of color #DA4E5E: hue angle of 353.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E5E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 94 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.15 |
| HSL | 353.14º | 0.65% | 0.58% | - |
| HSV(B) | 353.14º | 0.64% | 0.85% | - |
| XYZ | 33.66 | 21.16 | 12.9 | - |
| YUV | 121.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 94 | 0 | 0.64 | 0.57 | 0.15 | 353.14 | 0.65 | 0.58 |
| Hex | DA | 4E | 5E | 0 | 40 | 39 | F | 161 | 41 | 3A |
| Octal | 332 | 116 | 136 | 0 | 100 | 71 | 17 | 541 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1011110 | 0 | 1000000 | 111001 | 1111 | 101100001 | 1000001 | 111010 |
Color Harmonies of #DA4E5E
Complementary color
Monochromatic Colors of #DA4E5E
Black with #DA4E5E
Text Example
Text Example
White with #DA4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E5E; }
p { color: rgb(218,78,94); }
H1.HeaderClassName
{
color: #DA4E5E;
}
.AnyTagClassName
{
color: #DA4E5E;
}
</style>
background-color css
<style>
a { background-color: #DA4E5E; }
a { background-color: rgb(218,78,94); }
div.DivClassName
{
background-color: #DA4E5E;
}
.BgClassName
{
background-color: #DA4E5E;
}
</style>
border-color css
<style>
span { border-color: #DA4E5E; }
span { border-color: rgb(218,78,94); }
td.TdClassName
{
border-color: #DA4E5E;
}
.TagClassName
{
border-color: #DA4E5E;
}
</style>