Shades of Mandy #DF5561
Tints of Mandy #DF5561
RGB
CMYK
RGB Variations
Color information
#DF5561 (or 0xDF5561) is known color: Mandy. HEX triplet: DF, 55 and 61. RGB value is (223,85,97). Sum of RGB (Red+Green+Blue) = 223+85+97=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5561 is #20AA9E. Grayscale: #7F7F7F. Windows color (decimal): -2140831 or 6378975. OLE color: 6378975.
HSL color Cylindrical-coordinate representation of color #DF5561: hue angle of 354.78º 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 #DF5561 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 97 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.13 |
| HSL | 354.78º | 0.68% | 0.6% | - |
| HSV(B) | 354.78º | 0.62% | 0.87% | - |
| XYZ | 35.84 | 23.05 | 13.87 | - |
| YUV | 127.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 97 | 0 | 0.62 | 0.57 | 0.13 | 354.78 | 0.68 | 0.6 |
| Hex | DF | 55 | 61 | 0 | 3E | 39 | D | 163 | 44 | 3C |
| Octal | 337 | 125 | 141 | 0 | 76 | 71 | 15 | 543 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1100001 | 0 | 111110 | 111001 | 1101 | 101100011 | 1000100 | 111100 |
Color Harmonies of #DF5561
Complementary color
Monochromatic Colors of #DF5561
Black with #DF5561
Text Example
Text Example
White with #DF5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5561; }
p { color: rgb(223,85,97); }
H1.HeaderClassName
{
color: #DF5561;
}
.AnyTagClassName
{
color: #DF5561;
}
</style>
background-color css
<style>
a { background-color: #DF5561; }
a { background-color: rgb(223,85,97); }
div.DivClassName
{
background-color: #DF5561;
}
.BgClassName
{
background-color: #DF5561;
}
</style>
border-color css
<style>
span { border-color: #DF5561; }
span { border-color: rgb(223,85,97); }
td.TdClassName
{
border-color: #DF5561;
}
.TagClassName
{
border-color: #DF5561;
}
</style>