Shades of Mandy #DA5C65
Tints of Mandy #DA5C65
RGB
CMYK
RGB Variations
Color information
#DA5C65 (or 0xDA5C65) is known color: Mandy. HEX triplet: DA, 5C and 65. RGB value is (218,92,101). Sum of RGB (Red+Green+Blue) = 218+92+101=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C65 is #25A39A. Grayscale: #828282. Windows color (decimal): -2466715 or 6642906. OLE color: 6642906.
HSL color Cylindrical-coordinate representation of color #DA5C65: hue angle of 355.71º 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 #DA5C65 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 101 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.15 |
| HSL | 355.71º | 0.63% | 0.61% | - |
| HSV(B) | 355.71º | 0.58% | 0.85% | - |
| XYZ | 35.09 | 23.5 | 15 | - |
| YUV | 130.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 101 | 0 | 0.58 | 0.54 | 0.15 | 355.71 | 0.63 | 0.61 |
| Hex | DA | 5C | 65 | 0 | 3A | 36 | F | 164 | 3F | 3D |
| Octal | 332 | 134 | 145 | 0 | 72 | 66 | 17 | 544 | 77 | 75 |
| Binary | 11011010 | 1011100 | 1100101 | 0 | 111010 | 110110 | 1111 | 101100100 | 111111 | 111101 |
Color Harmonies of #DA5C65
Complementary color
Monochromatic Colors of #DA5C65
Black with #DA5C65
Text Example
Text Example
White with #DA5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C65; }
p { color: rgb(218,92,101); }
H1.HeaderClassName
{
color: #DA5C65;
}
.AnyTagClassName
{
color: #DA5C65;
}
</style>
background-color css
<style>
a { background-color: #DA5C65; }
a { background-color: rgb(218,92,101); }
div.DivClassName
{
background-color: #DA5C65;
}
.BgClassName
{
background-color: #DA5C65;
}
</style>
border-color css
<style>
span { border-color: #DA5C65; }
span { border-color: rgb(218,92,101); }
td.TdClassName
{
border-color: #DA5C65;
}
.TagClassName
{
border-color: #DA5C65;
}
</style>