Shades of Mandy #DF5559
Tints of Mandy #DF5559
RGB
CMYK
RGB Variations
Color information
#DF5559 (or 0xDF5559) is known color: Mandy. HEX triplet: DF, 55 and 59. RGB value is (223,85,89). Sum of RGB (Red+Green+Blue) = 223+85+89=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5559 is #20AAA6. Grayscale: #7E7E7E. Windows color (decimal): -2140839 or 5854687. OLE color: 5854687.
HSL color Cylindrical-coordinate representation of color #DF5559: hue angle of 358.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5559 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 89 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.13 |
| HSL | 358.26º | 0.68% | 0.6% | - |
| HSV(B) | 358.26º | 0.62% | 0.87% | - |
| XYZ | 35.48 | 22.91 | 12 | - |
| YUV | 126.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 89 | 0 | 0.62 | 0.60 | 0.13 | 358.26 | 0.68 | 0.6 |
| Hex | DF | 55 | 59 | 0 | 3E | 3C | D | 166 | 44 | 3C |
| Octal | 337 | 125 | 131 | 0 | 76 | 74 | 15 | 546 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1011001 | 0 | 111110 | 111100 | 1101 | 101100110 | 1000100 | 111100 |
Color Harmonies of #DF5559
Complementary color
Monochromatic Colors of #DF5559
Black with #DF5559
Text Example
Text Example
White with #DF5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5559; }
p { color: rgb(223,85,89); }
H1.HeaderClassName
{
color: #DF5559;
}
.AnyTagClassName
{
color: #DF5559;
}
</style>
background-color css
<style>
a { background-color: #DF5559; }
a { background-color: rgb(223,85,89); }
div.DivClassName
{
background-color: #DF5559;
}
.BgClassName
{
background-color: #DF5559;
}
</style>
border-color css
<style>
span { border-color: #DF5559; }
span { border-color: rgb(223,85,89); }
td.TdClassName
{
border-color: #DF5559;
}
.TagClassName
{
border-color: #DF5559;
}
</style>