Shades of Mandy #DF5C5F
Tints of Mandy #DF5C5F
RGB
CMYK
RGB Variations
Color information
#DF5C5F (or 0xDF5C5F) is known color: Mandy. HEX triplet: DF, 5C and 5F. RGB value is (223,92,95). Sum of RGB (Red+Green+Blue) = 223+92+95=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C5F is #20A3A0. Grayscale: #838383. Windows color (decimal): -2139041 or 6249695. OLE color: 6249695.
HSL color Cylindrical-coordinate representation of color #DF5C5F: hue angle of 358.63º 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 #DF5C5F is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 95 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.13 |
| HSL | 358.63º | 0.67% | 0.62% | - |
| HSV(B) | 358.63º | 0.59% | 0.87% | - |
| XYZ | 36.32 | 24.17 | 13.58 | - |
| YUV | 131.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 95 | 0 | 0.59 | 0.57 | 0.13 | 358.63 | 0.67 | 0.62 |
| Hex | DF | 5C | 5F | 0 | 3B | 39 | D | 167 | 43 | 3E |
| Octal | 337 | 134 | 137 | 0 | 73 | 71 | 15 | 547 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1011111 | 0 | 111011 | 111001 | 1101 | 101100111 | 1000011 | 111110 |
Color Harmonies of #DF5C5F
Complementary color
Monochromatic Colors of #DF5C5F
Black with #DF5C5F
Text Example
Text Example
White with #DF5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C5F; }
p { color: rgb(223,92,95); }
H1.HeaderClassName
{
color: #DF5C5F;
}
.AnyTagClassName
{
color: #DF5C5F;
}
</style>
background-color css
<style>
a { background-color: #DF5C5F; }
a { background-color: rgb(223,92,95); }
div.DivClassName
{
background-color: #DF5C5F;
}
.BgClassName
{
background-color: #DF5C5F;
}
</style>
border-color css
<style>
span { border-color: #DF5C5F; }
span { border-color: rgb(223,92,95); }
td.TdClassName
{
border-color: #DF5C5F;
}
.TagClassName
{
border-color: #DF5C5F;
}
</style>