Shades of Mandy #DC5C64
Tints of Mandy #DC5C64
RGB
CMYK
RGB Variations
Color information
#DC5C64 (or 0xDC5C64) is known color: Mandy. HEX triplet: DC, 5C and 64. RGB value is (220,92,100). Sum of RGB (Red+Green+Blue) = 220+92+100=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C64 is #23A39B. Grayscale: #838383. Windows color (decimal): -2335644 or 6577372. OLE color: 6577372.
HSL color Cylindrical-coordinate representation of color #DC5C64: hue angle of 356.25º degrees, saturation: 0.65, 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 #DC5C64 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 100 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.14 |
| HSL | 356.25º | 0.65% | 0.61% | - |
| HSV(B) | 356.25º | 0.58% | 0.86% | - |
| XYZ | 35.64 | 23.79 | 14.77 | - |
| YUV | 131.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 100 | 0 | 0.58 | 0.55 | 0.14 | 356.25 | 0.65 | 0.61 |
| Hex | DC | 5C | 64 | 0 | 3A | 37 | E | 164 | 41 | 3D |
| Octal | 334 | 134 | 144 | 0 | 72 | 67 | 16 | 544 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1100100 | 0 | 111010 | 110111 | 1110 | 101100100 | 1000001 | 111101 |
Color Harmonies of #DC5C64
Complementary color
Monochromatic Colors of #DC5C64
Black with #DC5C64
Text Example
Text Example
White with #DC5C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C64; }
p { color: rgb(220,92,100); }
H1.HeaderClassName
{
color: #DC5C64;
}
.AnyTagClassName
{
color: #DC5C64;
}
</style>
background-color css
<style>
a { background-color: #DC5C64; }
a { background-color: rgb(220,92,100); }
div.DivClassName
{
background-color: #DC5C64;
}
.BgClassName
{
background-color: #DC5C64;
}
</style>
border-color css
<style>
span { border-color: #DC5C64; }
span { border-color: rgb(220,92,100); }
td.TdClassName
{
border-color: #DC5C64;
}
.TagClassName
{
border-color: #DC5C64;
}
</style>