Shades of Mandy #DF4C55
Tints of Mandy #DF4C55
RGB
CMYK
RGB Variations
Color information
#DF4C55 (or 0xDF4C55) is known color: Mandy. HEX triplet: DF, 4C and 55. RGB value is (223,76,85). Sum of RGB (Red+Green+Blue) = 223+76+85=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4C55 is #20B3AA. Grayscale: #797979. Windows color (decimal): -2143147 or 5590239. OLE color: 5590239.
HSL color Cylindrical-coordinate representation of color #DF4C55: hue angle of 356.33º 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 #DF4C55 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 85 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.13 |
| HSL | 356.33º | 0.7% | 0.59% | - |
| HSV(B) | 356.33º | 0.66% | 0.87% | - |
| XYZ | 34.66 | 21.51 | 10.92 | - |
| YUV | 120.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 85 | 0 | 0.66 | 0.62 | 0.13 | 356.33 | 0.7 | 0.59 |
| Hex | DF | 4C | 55 | 0 | 42 | 3E | D | 164 | 46 | 3B |
| Octal | 337 | 114 | 125 | 0 | 102 | 76 | 15 | 544 | 106 | 73 |
| Binary | 11011111 | 1001100 | 1010101 | 0 | 1000010 | 111110 | 1101 | 101100100 | 1000110 | 111011 |
Color Harmonies of #DF4C55
Complementary color
Monochromatic Colors of #DF4C55
Black with #DF4C55
Text Example
Text Example
White with #DF4C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C55; }
p { color: rgb(223,76,85); }
H1.HeaderClassName
{
color: #DF4C55;
}
.AnyTagClassName
{
color: #DF4C55;
}
</style>
background-color css
<style>
a { background-color: #DF4C55; }
a { background-color: rgb(223,76,85); }
div.DivClassName
{
background-color: #DF4C55;
}
.BgClassName
{
background-color: #DF4C55;
}
</style>
border-color css
<style>
span { border-color: #DF4C55; }
span { border-color: rgb(223,76,85); }
td.TdClassName
{
border-color: #DF4C55;
}
.TagClassName
{
border-color: #DF4C55;
}
</style>