Shades of Mandy #DC5D64
Tints of Mandy #DC5D64
RGB
CMYK
RGB Variations
Color information
#DC5D64 (or 0xDC5D64) is known color: Mandy. HEX triplet: DC, 5D and 64. RGB value is (220,93,100). Sum of RGB (Red+Green+Blue) = 220+93+100=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D64 is #23A29B. Grayscale: #838383. Windows color (decimal): -2335388 or 6577628. OLE color: 6577628.
HSL color Cylindrical-coordinate representation of color #DC5D64: hue angle of 356.69º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D64 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 100 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.14 |
| HSL | 356.69º | 0.64% | 0.61% | - |
| HSV(B) | 356.69º | 0.58% | 0.86% | - |
| XYZ | 35.73 | 23.96 | 14.8 | - |
| YUV | 131.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 100 | 0 | 0.58 | 0.55 | 0.14 | 356.69 | 0.64 | 0.61 |
| Hex | DC | 5D | 64 | 0 | 3A | 37 | E | 165 | 40 | 3D |
| Octal | 334 | 135 | 144 | 0 | 72 | 67 | 16 | 545 | 100 | 75 |
| Binary | 11011100 | 1011101 | 1100100 | 0 | 111010 | 110111 | 1110 | 101100101 | 1000000 | 111101 |
Color Harmonies of #DC5D64
Complementary color
Monochromatic Colors of #DC5D64
Black with #DC5D64
Text Example
Text Example
White with #DC5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D64; }
p { color: rgb(220,93,100); }
H1.HeaderClassName
{
color: #DC5D64;
}
.AnyTagClassName
{
color: #DC5D64;
}
</style>
background-color css
<style>
a { background-color: #DC5D64; }
a { background-color: rgb(220,93,100); }
div.DivClassName
{
background-color: #DC5D64;
}
.BgClassName
{
background-color: #DC5D64;
}
</style>
border-color css
<style>
span { border-color: #DC5D64; }
span { border-color: rgb(220,93,100); }
td.TdClassName
{
border-color: #DC5D64;
}
.TagClassName
{
border-color: #DC5D64;
}
</style>