Shades of Mandy #DF5C61
Tints of Mandy #DF5C61
RGB
CMYK
RGB Variations
Color information
#DF5C61 (or 0xDF5C61) is known color: Mandy. HEX triplet: DF, 5C and 61. RGB value is (223,92,97). Sum of RGB (Red+Green+Blue) = 223+92+97=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C61 is #20A39E. Grayscale: #838383. Windows color (decimal): -2139039 or 6380767. OLE color: 6380767.
HSL color Cylindrical-coordinate representation of color #DF5C61: hue angle of 357.71º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C61 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 97 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.13 |
| HSL | 357.71º | 0.67% | 0.62% | - |
| HSV(B) | 357.71º | 0.59% | 0.87% | - |
| XYZ | 36.42 | 24.21 | 14.06 | - |
| YUV | 131.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 97 | 0 | 0.59 | 0.57 | 0.13 | 357.71 | 0.67 | 0.62 |
| Hex | DF | 5C | 61 | 0 | 3B | 39 | D | 166 | 43 | 3E |
| Octal | 337 | 134 | 141 | 0 | 73 | 71 | 15 | 546 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1100001 | 0 | 111011 | 111001 | 1101 | 101100110 | 1000011 | 111110 |
Color Harmonies of #DF5C61
Complementary color
Monochromatic Colors of #DF5C61
Black with #DF5C61
Text Example
Text Example
White with #DF5C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C61; }
p { color: rgb(223,92,97); }
H1.HeaderClassName
{
color: #DF5C61;
}
.AnyTagClassName
{
color: #DF5C61;
}
</style>
background-color css
<style>
a { background-color: #DF5C61; }
a { background-color: rgb(223,92,97); }
div.DivClassName
{
background-color: #DF5C61;
}
.BgClassName
{
background-color: #DF5C61;
}
</style>
border-color css
<style>
span { border-color: #DF5C61; }
span { border-color: rgb(223,92,97); }
td.TdClassName
{
border-color: #DF5C61;
}
.TagClassName
{
border-color: #DF5C61;
}
</style>