Shades of Mandy #DF5D60
Tints of Mandy #DF5D60
RGB
CMYK
RGB Variations
Color information
#DF5D60 (or 0xDF5D60) is known color: Mandy. HEX triplet: DF, 5D and 60. RGB value is (223,93,96). Sum of RGB (Red+Green+Blue) = 223+93+96=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D60 is #20A29F. Grayscale: #848484. Windows color (decimal): -2138784 or 6315487. OLE color: 6315487.
HSL color Cylindrical-coordinate representation of color #DF5D60: hue angle of 358.62º 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 #DF5D60 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 96 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 358.62º | 0.67% | 0.62% | - |
| HSV(B) | 358.62º | 0.58% | 0.87% | - |
| XYZ | 36.46 | 24.36 | 13.85 | - |
| YUV | 132.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 96 | 0 | 0.58 | 0.57 | 0.13 | 358.62 | 0.67 | 0.62 |
| Hex | DF | 5D | 60 | 0 | 3A | 39 | D | 167 | 43 | 3E |
| Octal | 337 | 135 | 140 | 0 | 72 | 71 | 15 | 547 | 103 | 76 |
| Binary | 11011111 | 1011101 | 1100000 | 0 | 111010 | 111001 | 1101 | 101100111 | 1000011 | 111110 |
Color Harmonies of #DF5D60
Complementary color
Monochromatic Colors of #DF5D60
Black with #DF5D60
Text Example
Text Example
White with #DF5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D60; }
p { color: rgb(223,93,96); }
H1.HeaderClassName
{
color: #DF5D60;
}
.AnyTagClassName
{
color: #DF5D60;
}
</style>
background-color css
<style>
a { background-color: #DF5D60; }
a { background-color: rgb(223,93,96); }
div.DivClassName
{
background-color: #DF5D60;
}
.BgClassName
{
background-color: #DF5D60;
}
</style>
border-color css
<style>
span { border-color: #DF5D60; }
span { border-color: rgb(223,93,96); }
td.TdClassName
{
border-color: #DF5D60;
}
.TagClassName
{
border-color: #DF5D60;
}
</style>