Shades of Mandy #DA4C5B
Tints of Mandy #DA4C5B
RGB
CMYK
RGB Variations
Color information
#DA4C5B (or 0xDA4C5B) is known color: Mandy. HEX triplet: DA, 4C and 5B. RGB value is (218,76,91). Sum of RGB (Red+Green+Blue) = 218+76+91=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C5B is #25B3A4. Grayscale: #787878. Windows color (decimal): -2470821 or 5983450. OLE color: 5983450.
HSL color Cylindrical-coordinate representation of color #DA4C5B: hue angle of 353.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C5B is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 91 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.15 |
| HSL | 353.66º | 0.66% | 0.58% | - |
| HSV(B) | 353.66º | 0.65% | 0.85% | - |
| XYZ | 33.39 | 20.83 | 12.16 | - |
| YUV | 120.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 91 | 0 | 0.65 | 0.58 | 0.15 | 353.66 | 0.66 | 0.58 |
| Hex | DA | 4C | 5B | 0 | 41 | 3A | F | 162 | 42 | 3A |
| Octal | 332 | 114 | 133 | 0 | 101 | 72 | 17 | 542 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1011011 | 0 | 1000001 | 111010 | 1111 | 101100010 | 1000010 | 111010 |
Color Harmonies of #DA4C5B
Complementary color
Monochromatic Colors of #DA4C5B
Black with #DA4C5B
Text Example
Text Example
White with #DA4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C5B; }
p { color: rgb(218,76,91); }
H1.HeaderClassName
{
color: #DA4C5B;
}
.AnyTagClassName
{
color: #DA4C5B;
}
</style>
background-color css
<style>
a { background-color: #DA4C5B; }
a { background-color: rgb(218,76,91); }
div.DivClassName
{
background-color: #DA4C5B;
}
.BgClassName
{
background-color: #DA4C5B;
}
</style>
border-color css
<style>
span { border-color: #DA4C5B; }
span { border-color: rgb(218,76,91); }
td.TdClassName
{
border-color: #DA4C5B;
}
.TagClassName
{
border-color: #DA4C5B;
}
</style>