Shades of Mandy #DF5C62
Tints of Mandy #DF5C62
RGB
CMYK
RGB Variations
Color information
#DF5C62 (or 0xDF5C62) is known color: Mandy. HEX triplet: DF, 5C and 62. RGB value is (223,92,98). Sum of RGB (Red+Green+Blue) = 223+92+98=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C62 is #20A39D. Grayscale: #838383. Windows color (decimal): -2139038 or 6446303. OLE color: 6446303.
HSL color Cylindrical-coordinate representation of color #DF5C62: hue angle of 357.25º 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 #DF5C62 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 98 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.13 |
| HSL | 357.25º | 0.67% | 0.62% | - |
| HSV(B) | 357.25º | 0.59% | 0.87% | - |
| XYZ | 36.46 | 24.22 | 14.31 | - |
| YUV | 131.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 98 | 0 | 0.59 | 0.56 | 0.13 | 357.25 | 0.67 | 0.62 |
| Hex | DF | 5C | 62 | 0 | 3B | 38 | D | 165 | 43 | 3E |
| Octal | 337 | 134 | 142 | 0 | 73 | 70 | 15 | 545 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1100010 | 0 | 111011 | 111000 | 1101 | 101100101 | 1000011 | 111110 |
Color Harmonies of #DF5C62
Complementary color
Monochromatic Colors of #DF5C62
Black with #DF5C62
Text Example
Text Example
White with #DF5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C62; }
p { color: rgb(223,92,98); }
H1.HeaderClassName
{
color: #DF5C62;
}
.AnyTagClassName
{
color: #DF5C62;
}
</style>
background-color css
<style>
a { background-color: #DF5C62; }
a { background-color: rgb(223,92,98); }
div.DivClassName
{
background-color: #DF5C62;
}
.BgClassName
{
background-color: #DF5C62;
}
</style>
border-color css
<style>
span { border-color: #DF5C62; }
span { border-color: rgb(223,92,98); }
td.TdClassName
{
border-color: #DF5C62;
}
.TagClassName
{
border-color: #DF5C62;
}
</style>