Shades of Mandy #DC5E65
Tints of Mandy #DC5E65
RGB
CMYK
RGB Variations
Color information
#DC5E65 (or 0xDC5E65) is known color: Mandy. HEX triplet: DC, 5E and 65. RGB value is (220,94,101). Sum of RGB (Red+Green+Blue) = 220+94+101=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E65 is #23A19A. Grayscale: #848484. Windows color (decimal): -2335131 or 6643420. OLE color: 6643420.
HSL color Cylindrical-coordinate representation of color #DC5E65: hue angle of 356.67º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E65 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 101 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.14 |
| HSL | 356.67º | 0.64% | 0.62% | - |
| HSV(B) | 356.67º | 0.57% | 0.86% | - |
| XYZ | 35.87 | 24.16 | 15.09 | - |
| YUV | 132.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 101 | 0 | 0.57 | 0.54 | 0.14 | 356.67 | 0.64 | 0.62 |
| Hex | DC | 5E | 65 | 0 | 39 | 36 | E | 165 | 40 | 3E |
| Octal | 334 | 136 | 145 | 0 | 71 | 66 | 16 | 545 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1100101 | 0 | 111001 | 110110 | 1110 | 101100101 | 1000000 | 111110 |
Color Harmonies of #DC5E65
Complementary color
Monochromatic Colors of #DC5E65
Black with #DC5E65
Text Example
Text Example
White with #DC5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E65; }
p { color: rgb(220,94,101); }
H1.HeaderClassName
{
color: #DC5E65;
}
.AnyTagClassName
{
color: #DC5E65;
}
</style>
background-color css
<style>
a { background-color: #DC5E65; }
a { background-color: rgb(220,94,101); }
div.DivClassName
{
background-color: #DC5E65;
}
.BgClassName
{
background-color: #DC5E65;
}
</style>
border-color css
<style>
span { border-color: #DC5E65; }
span { border-color: rgb(220,94,101); }
td.TdClassName
{
border-color: #DC5E65;
}
.TagClassName
{
border-color: #DC5E65;
}
</style>