Shades of Mandy #DC5C63
Tints of Mandy #DC5C63
RGB
CMYK
RGB Variations
Color information
#DC5C63 (or 0xDC5C63) is known color: Mandy. HEX triplet: DC, 5C and 63. RGB value is (220,92,99). Sum of RGB (Red+Green+Blue) = 220+92+99=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C63 is #23A39C. Grayscale: #838383. Windows color (decimal): -2335645 or 6511836. OLE color: 6511836.
HSL color Cylindrical-coordinate representation of color #DC5C63: hue angle of 356.72º 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 #DC5C63 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 99 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.14 |
| HSL | 356.72º | 0.65% | 0.61% | - |
| HSV(B) | 356.72º | 0.58% | 0.86% | - |
| XYZ | 35.59 | 23.77 | 14.52 | - |
| YUV | 131.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 99 | 0 | 0.58 | 0.55 | 0.14 | 356.72 | 0.65 | 0.61 |
| Hex | DC | 5C | 63 | 0 | 3A | 37 | E | 165 | 41 | 3D |
| Octal | 334 | 134 | 143 | 0 | 72 | 67 | 16 | 545 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1100011 | 0 | 111010 | 110111 | 1110 | 101100101 | 1000001 | 111101 |
Color Harmonies of #DC5C63
Complementary color
Monochromatic Colors of #DC5C63
Black with #DC5C63
Text Example
Text Example
White with #DC5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C63; }
p { color: rgb(220,92,99); }
H1.HeaderClassName
{
color: #DC5C63;
}
.AnyTagClassName
{
color: #DC5C63;
}
</style>
background-color css
<style>
a { background-color: #DC5C63; }
a { background-color: rgb(220,92,99); }
div.DivClassName
{
background-color: #DC5C63;
}
.BgClassName
{
background-color: #DC5C63;
}
</style>
border-color css
<style>
span { border-color: #DC5C63; }
span { border-color: rgb(220,92,99); }
td.TdClassName
{
border-color: #DC5C63;
}
.TagClassName
{
border-color: #DC5C63;
}
</style>