Shades of Mandy #DA5358
Tints of Mandy #DA5358
RGB
CMYK
RGB Variations
Color information
#DA5358 (or 0xDA5358) is known color: Mandy. HEX triplet: DA, 53 and 58. RGB value is (218,83,88). Sum of RGB (Red+Green+Blue) = 218+83+88=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5358 is #25ACA7. Grayscale: #7C7C7C. Windows color (decimal): -2469032 or 5788634. OLE color: 5788634.
HSL color Cylindrical-coordinate representation of color #DA5358: hue angle of 357.78º 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 #DA5358 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 88 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.15 |
| HSL | 357.78º | 0.65% | 0.59% | - |
| HSV(B) | 357.78º | 0.62% | 0.85% | - |
| XYZ | 33.77 | 21.8 | 11.66 | - |
| YUV | 123.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 88 | 0 | 0.62 | 0.60 | 0.15 | 357.78 | 0.65 | 0.59 |
| Hex | DA | 53 | 58 | 0 | 3E | 3C | F | 166 | 41 | 3B |
| Octal | 332 | 123 | 130 | 0 | 76 | 74 | 17 | 546 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1011000 | 0 | 111110 | 111100 | 1111 | 101100110 | 1000001 | 111011 |
Color Harmonies of #DA5358
Complementary color
Monochromatic Colors of #DA5358
Black with #DA5358
Text Example
Text Example
White with #DA5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5358; }
p { color: rgb(218,83,88); }
H1.HeaderClassName
{
color: #DA5358;
}
.AnyTagClassName
{
color: #DA5358;
}
</style>
background-color css
<style>
a { background-color: #DA5358; }
a { background-color: rgb(218,83,88); }
div.DivClassName
{
background-color: #DA5358;
}
.BgClassName
{
background-color: #DA5358;
}
</style>
border-color css
<style>
span { border-color: #DA5358; }
span { border-color: rgb(218,83,88); }
td.TdClassName
{
border-color: #DA5358;
}
.TagClassName
{
border-color: #DA5358;
}
</style>