Shades of Mandy #DA5356
Tints of Mandy #DA5356
RGB
CMYK
RGB Variations
Color information
#DA5356 (or 0xDA5356) is known color: Mandy. HEX triplet: DA, 53 and 56. RGB value is (218,83,86). Sum of RGB (Red+Green+Blue) = 218+83+86=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5356 is #25ACA9. Grayscale: #7B7B7B. Windows color (decimal): -2469034 or 5657562. OLE color: 5657562.
HSL color Cylindrical-coordinate representation of color #DA5356: hue angle of 358.67º 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 #DA5356 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 86 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.15 |
| HSL | 358.67º | 0.65% | 0.59% | - |
| HSV(B) | 358.67º | 0.62% | 0.85% | - |
| XYZ | 33.69 | 21.76 | 11.23 | - |
| YUV | 123.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 86 | 0 | 0.62 | 0.61 | 0.15 | 358.67 | 0.65 | 0.59 |
| Hex | DA | 53 | 56 | 0 | 3E | 3D | F | 167 | 41 | 3B |
| Octal | 332 | 123 | 126 | 0 | 76 | 75 | 17 | 547 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1010110 | 0 | 111110 | 111101 | 1111 | 101100111 | 1000001 | 111011 |
Color Harmonies of #DA5356
Complementary color
Monochromatic Colors of #DA5356
Black with #DA5356
Text Example
Text Example
White with #DA5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5356; }
p { color: rgb(218,83,86); }
H1.HeaderClassName
{
color: #DA5356;
}
.AnyTagClassName
{
color: #DA5356;
}
</style>
background-color css
<style>
a { background-color: #DA5356; }
a { background-color: rgb(218,83,86); }
div.DivClassName
{
background-color: #DA5356;
}
.BgClassName
{
background-color: #DA5356;
}
</style>
border-color css
<style>
span { border-color: #DA5356; }
span { border-color: rgb(218,83,86); }
td.TdClassName
{
border-color: #DA5356;
}
.TagClassName
{
border-color: #DA5356;
}
</style>