Shades of Mandy #DA5A5E
Tints of Mandy #DA5A5E
RGB
CMYK
RGB Variations
Color information
#DA5A5E (or 0xDA5A5E) is known color: Mandy. HEX triplet: DA, 5A and 5E. RGB value is (218,90,94). Sum of RGB (Red+Green+Blue) = 218+90+94=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A5E is #25A5A1. Grayscale: #808080. Windows color (decimal): -2467234 or 6183642. OLE color: 6183642.
HSL color Cylindrical-coordinate representation of color #DA5A5E: hue angle of 358.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5A5E is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 94 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.15 |
| HSL | 358.13º | 0.63% | 0.6% | - |
| HSV(B) | 358.13º | 0.59% | 0.85% | - |
| XYZ | 34.59 | 23.03 | 13.21 | - |
| YUV | 128.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 94 | 0 | 0.59 | 0.57 | 0.15 | 358.13 | 0.63 | 0.6 |
| Hex | DA | 5A | 5E | 0 | 3B | 39 | F | 166 | 3F | 3C |
| Octal | 332 | 132 | 136 | 0 | 73 | 71 | 17 | 546 | 77 | 74 |
| Binary | 11011010 | 1011010 | 1011110 | 0 | 111011 | 111001 | 1111 | 101100110 | 111111 | 111100 |
Color Harmonies of #DA5A5E
Complementary color
Monochromatic Colors of #DA5A5E
Black with #DA5A5E
Text Example
Text Example
White with #DA5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A5E; }
p { color: rgb(218,90,94); }
H1.HeaderClassName
{
color: #DA5A5E;
}
.AnyTagClassName
{
color: #DA5A5E;
}
</style>
background-color css
<style>
a { background-color: #DA5A5E; }
a { background-color: rgb(218,90,94); }
div.DivClassName
{
background-color: #DA5A5E;
}
.BgClassName
{
background-color: #DA5A5E;
}
</style>
border-color css
<style>
span { border-color: #DA5A5E; }
span { border-color: rgb(218,90,94); }
td.TdClassName
{
border-color: #DA5A5E;
}
.TagClassName
{
border-color: #DA5A5E;
}
</style>