Shades of Mandy #DC5C60
Tints of Mandy #DC5C60
RGB
CMYK
RGB Variations
Color information
#DC5C60 (or 0xDC5C60) is known color: Mandy. HEX triplet: DC, 5C and 60. RGB value is (220,92,96). Sum of RGB (Red+Green+Blue) = 220+92+96=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C60 is #23A39F. Grayscale: #828282. Windows color (decimal): -2335648 or 6315228. OLE color: 6315228.
HSL color Cylindrical-coordinate representation of color #DC5C60: hue angle of 358.12º 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 #DC5C60 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 96 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.14 |
| HSL | 358.13º | 0.65% | 0.61% | - |
| HSV(B) | 358.13º | 0.58% | 0.86% | - |
| XYZ | 35.45 | 23.71 | 13.78 | - |
| YUV | 130.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 96 | 0 | 0.58 | 0.56 | 0.14 | 358.13 | 0.65 | 0.61 |
| Hex | DC | 5C | 60 | 0 | 3A | 38 | E | 166 | 41 | 3D |
| Octal | 334 | 134 | 140 | 0 | 72 | 70 | 16 | 546 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1100000 | 0 | 111010 | 111000 | 1110 | 101100110 | 1000001 | 111101 |
Color Harmonies of #DC5C60
Complementary color
Monochromatic Colors of #DC5C60
Black with #DC5C60
Text Example
Text Example
White with #DC5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C60; }
p { color: rgb(220,92,96); }
H1.HeaderClassName
{
color: #DC5C60;
}
.AnyTagClassName
{
color: #DC5C60;
}
</style>
background-color css
<style>
a { background-color: #DC5C60; }
a { background-color: rgb(220,92,96); }
div.DivClassName
{
background-color: #DC5C60;
}
.BgClassName
{
background-color: #DC5C60;
}
</style>
border-color css
<style>
span { border-color: #DC5C60; }
span { border-color: rgb(220,92,96); }
td.TdClassName
{
border-color: #DC5C60;
}
.TagClassName
{
border-color: #DC5C60;
}
</style>