Shades of Mandy #DA595D
Tints of Mandy #DA595D
RGB
CMYK
RGB Variations
Color information
#DA595D (or 0xDA595D) is known color: Mandy. HEX triplet: DA, 59 and 5D. RGB value is (218,89,93). Sum of RGB (Red+Green+Blue) = 218+89+93=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA595D is #25A6A2. Grayscale: #808080. Windows color (decimal): -2467491 or 6117850. OLE color: 6117850.
HSL color Cylindrical-coordinate representation of color #DA595D: hue angle of 358.14º degrees, saturation: 0.64, 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 #DA595D is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 93 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.15 |
| HSL | 358.14º | 0.64% | 0.6% | - |
| HSV(B) | 358.14º | 0.59% | 0.85% | - |
| XYZ | 34.46 | 22.84 | 12.95 | - |
| YUV | 128.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 93 | 0 | 0.59 | 0.57 | 0.15 | 358.14 | 0.64 | 0.6 |
| Hex | DA | 59 | 5D | 0 | 3B | 39 | F | 166 | 40 | 3C |
| Octal | 332 | 131 | 135 | 0 | 73 | 71 | 17 | 546 | 100 | 74 |
| Binary | 11011010 | 1011001 | 1011101 | 0 | 111011 | 111001 | 1111 | 101100110 | 1000000 | 111100 |
Color Harmonies of #DA595D
Complementary color
Monochromatic Colors of #DA595D
Black with #DA595D
Text Example
Text Example
White with #DA595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA595D; }
p { color: rgb(218,89,93); }
H1.HeaderClassName
{
color: #DA595D;
}
.AnyTagClassName
{
color: #DA595D;
}
</style>
background-color css
<style>
a { background-color: #DA595D; }
a { background-color: rgb(218,89,93); }
div.DivClassName
{
background-color: #DA595D;
}
.BgClassName
{
background-color: #DA595D;
}
</style>
border-color css
<style>
span { border-color: #DA595D; }
span { border-color: rgb(218,89,93); }
td.TdClassName
{
border-color: #DA595D;
}
.TagClassName
{
border-color: #DA595D;
}
</style>