Shades of Mandy #DF4C5C
Tints of Mandy #DF4C5C
RGB
CMYK
RGB Variations
Color information
#DF4C5C (or 0xDF4C5C) is known color: Mandy. HEX triplet: DF, 4C and 5C. RGB value is (223,76,92). Sum of RGB (Red+Green+Blue) = 223+76+92=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4C5C is #20B3A3. Grayscale: #797979. Windows color (decimal): -2143140 or 6048991. OLE color: 6048991.
HSL color Cylindrical-coordinate representation of color #DF4C5C: hue angle of 353.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C5C is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 92 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.13 |
| HSL | 353.47º | 0.7% | 0.59% | - |
| HSV(B) | 353.47º | 0.66% | 0.87% | - |
| XYZ | 34.95 | 21.63 | 12.46 | - |
| YUV | 121.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 92 | 0 | 0.66 | 0.59 | 0.13 | 353.47 | 0.7 | 0.59 |
| Hex | DF | 4C | 5C | 0 | 42 | 3B | D | 161 | 46 | 3B |
| Octal | 337 | 114 | 134 | 0 | 102 | 73 | 15 | 541 | 106 | 73 |
| Binary | 11011111 | 1001100 | 1011100 | 0 | 1000010 | 111011 | 1101 | 101100001 | 1000110 | 111011 |
Color Harmonies of #DF4C5C
Complementary color
Monochromatic Colors of #DF4C5C
Black with #DF4C5C
Text Example
Text Example
White with #DF4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C5C; }
p { color: rgb(223,76,92); }
H1.HeaderClassName
{
color: #DF4C5C;
}
.AnyTagClassName
{
color: #DF4C5C;
}
</style>
background-color css
<style>
a { background-color: #DF4C5C; }
a { background-color: rgb(223,76,92); }
div.DivClassName
{
background-color: #DF4C5C;
}
.BgClassName
{
background-color: #DF4C5C;
}
</style>
border-color css
<style>
span { border-color: #DF4C5C; }
span { border-color: rgb(223,76,92); }
td.TdClassName
{
border-color: #DF4C5C;
}
.TagClassName
{
border-color: #DF4C5C;
}
</style>