Shades of Mandy #DA5260
Tints of Mandy #DA5260
RGB
CMYK
RGB Variations
Color information
#DA5260 (or 0xDA5260) is known color: Mandy. HEX triplet: DA, 52 and 60. RGB value is (218,82,96). Sum of RGB (Red+Green+Blue) = 218+82+96=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5260 is #25AD9F. Grayscale: #7C7C7C. Windows color (decimal): -2469280 or 6312666. OLE color: 6312666.
HSL color Cylindrical-coordinate representation of color #DA5260: hue angle of 353.82º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5260 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 96 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.15 |
| HSL | 353.82º | 0.65% | 0.59% | - |
| HSV(B) | 353.82º | 0.62% | 0.85% | - |
| XYZ | 34.04 | 21.78 | 13.48 | - |
| YUV | 124.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 96 | 0 | 0.62 | 0.56 | 0.15 | 353.82 | 0.65 | 0.59 |
| Hex | DA | 52 | 60 | 0 | 3E | 38 | F | 162 | 41 | 3B |
| Octal | 332 | 122 | 140 | 0 | 76 | 70 | 17 | 542 | 101 | 73 |
| Binary | 11011010 | 1010010 | 1100000 | 0 | 111110 | 111000 | 1111 | 101100010 | 1000001 | 111011 |
Color Harmonies of #DA5260
Complementary color
Monochromatic Colors of #DA5260
Black with #DA5260
Text Example
Text Example
White with #DA5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5260; }
p { color: rgb(218,82,96); }
H1.HeaderClassName
{
color: #DA5260;
}
.AnyTagClassName
{
color: #DA5260;
}
</style>
background-color css
<style>
a { background-color: #DA5260; }
a { background-color: rgb(218,82,96); }
div.DivClassName
{
background-color: #DA5260;
}
.BgClassName
{
background-color: #DA5260;
}
</style>
border-color css
<style>
span { border-color: #DA5260; }
span { border-color: rgb(218,82,96); }
td.TdClassName
{
border-color: #DA5260;
}
.TagClassName
{
border-color: #DA5260;
}
</style>