Shades of Mandy #DC5C65
Tints of Mandy #DC5C65
RGB
CMYK
RGB Variations
Color information
#DC5C65 (or 0xDC5C65) is known color: Mandy. HEX triplet: DC, 5C and 65. RGB value is (220,92,101). Sum of RGB (Red+Green+Blue) = 220+92+101=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C65 is #23A39A. Grayscale: #838383. Windows color (decimal): -2335643 or 6642908. OLE color: 6642908.
HSL color Cylindrical-coordinate representation of color #DC5C65: hue angle of 355.78º 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 #DC5C65 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 101 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.14 |
| HSL | 355.78º | 0.65% | 0.61% | - |
| HSV(B) | 355.78º | 0.58% | 0.86% | - |
| XYZ | 35.69 | 23.81 | 15.03 | - |
| YUV | 131.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 101 | 0 | 0.58 | 0.54 | 0.14 | 355.78 | 0.65 | 0.61 |
| Hex | DC | 5C | 65 | 0 | 3A | 36 | E | 164 | 41 | 3D |
| Octal | 334 | 134 | 145 | 0 | 72 | 66 | 16 | 544 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1100101 | 0 | 111010 | 110110 | 1110 | 101100100 | 1000001 | 111101 |
Color Harmonies of #DC5C65
Complementary color
Monochromatic Colors of #DC5C65
Black with #DC5C65
Text Example
Text Example
White with #DC5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C65; }
p { color: rgb(220,92,101); }
H1.HeaderClassName
{
color: #DC5C65;
}
.AnyTagClassName
{
color: #DC5C65;
}
</style>
background-color css
<style>
a { background-color: #DC5C65; }
a { background-color: rgb(220,92,101); }
div.DivClassName
{
background-color: #DC5C65;
}
.BgClassName
{
background-color: #DC5C65;
}
</style>
border-color css
<style>
span { border-color: #DC5C65; }
span { border-color: rgb(220,92,101); }
td.TdClassName
{
border-color: #DC5C65;
}
.TagClassName
{
border-color: #DC5C65;
}
</style>