Shades of Mandy #DA5B5C
Tints of Mandy #DA5B5C
RGB
CMYK
RGB Variations
Color information
#DA5B5C (or 0xDA5B5C) is known color: Mandy. HEX triplet: DA, 5B and 5C. RGB value is (218,91,92). Sum of RGB (Red+Green+Blue) = 218+91+92=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B5C is #25A4A3. Grayscale: #818181. Windows color (decimal): -2466980 or 6052826. OLE color: 6052826.
HSL color Cylindrical-coordinate representation of color #DA5B5C: hue angle of 359.53º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5B5C is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 91 | 92 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.15 |
| HSL | 359.53º | 0.63% | 0.61% | - |
| HSV(B) | 359.53º | 0.58% | 0.85% | - |
| XYZ | 34.59 | 23.16 | 12.77 | - |
| YUV | 129.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 91 | 92 | 0 | 0.58 | 0.58 | 0.15 | 359.53 | 0.63 | 0.61 |
| Hex | DA | 5B | 5C | 0 | 3A | 3A | F | 168 | 3F | 3D |
| Octal | 332 | 133 | 134 | 0 | 72 | 72 | 17 | 550 | 77 | 75 |
| Binary | 11011010 | 1011011 | 1011100 | 0 | 111010 | 111010 | 1111 | 101101000 | 111111 | 111101 |
Color Harmonies of #DA5B5C
Complementary color
Monochromatic Colors of #DA5B5C
Black with #DA5B5C
Text Example
Text Example
White with #DA5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5B5C; }
p { color: rgb(218,91,92); }
H1.HeaderClassName
{
color: #DA5B5C;
}
.AnyTagClassName
{
color: #DA5B5C;
}
</style>
background-color css
<style>
a { background-color: #DA5B5C; }
a { background-color: rgb(218,91,92); }
div.DivClassName
{
background-color: #DA5B5C;
}
.BgClassName
{
background-color: #DA5B5C;
}
</style>
border-color css
<style>
span { border-color: #DA5B5C; }
span { border-color: rgb(218,91,92); }
td.TdClassName
{
border-color: #DA5B5C;
}
.TagClassName
{
border-color: #DA5B5C;
}
</style>