Shades of Mandy #DF5E60
Tints of Mandy #DF5E60
RGB
CMYK
RGB Variations
Color information
#DF5E60 (or 0xDF5E60) is known color: Mandy. HEX triplet: DF, 5E and 60. RGB value is (223,94,96). Sum of RGB (Red+Green+Blue) = 223+94+96=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E60 is #20A19F. Grayscale: #848484. Windows color (decimal): -2138528 or 6315743. OLE color: 6315743.
HSL color Cylindrical-coordinate representation of color #DF5E60: hue angle of 359.07º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E60 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 96 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 359.07º | 0.67% | 0.62% | - |
| HSV(B) | 359.07º | 0.58% | 0.87% | - |
| XYZ | 36.55 | 24.54 | 13.88 | - |
| YUV | 132.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 96 | 0 | 0.58 | 0.57 | 0.13 | 359.07 | 0.67 | 0.62 |
| Hex | DF | 5E | 60 | 0 | 3A | 39 | D | 167 | 43 | 3E |
| Octal | 337 | 136 | 140 | 0 | 72 | 71 | 15 | 547 | 103 | 76 |
| Binary | 11011111 | 1011110 | 1100000 | 0 | 111010 | 111001 | 1101 | 101100111 | 1000011 | 111110 |
Color Harmonies of #DF5E60
Complementary color
Monochromatic Colors of #DF5E60
Black with #DF5E60
Text Example
Text Example
White with #DF5E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E60; }
p { color: rgb(223,94,96); }
H1.HeaderClassName
{
color: #DF5E60;
}
.AnyTagClassName
{
color: #DF5E60;
}
</style>
background-color css
<style>
a { background-color: #DF5E60; }
a { background-color: rgb(223,94,96); }
div.DivClassName
{
background-color: #DF5E60;
}
.BgClassName
{
background-color: #DF5E60;
}
</style>
border-color css
<style>
span { border-color: #DF5E60; }
span { border-color: rgb(223,94,96); }
td.TdClassName
{
border-color: #DF5E60;
}
.TagClassName
{
border-color: #DF5E60;
}
</style>