Shades of Mandy #DF4C5E
Tints of Mandy #DF4C5E
RGB
CMYK
RGB Variations
Color information
#DF4C5E (or 0xDF4C5E) is known color: Mandy. HEX triplet: DF, 4C and 5E. RGB value is (223,76,94). Sum of RGB (Red+Green+Blue) = 223+76+94=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4C5E is #20B3A1. Grayscale: #7A7A7A. Windows color (decimal): -2143138 or 6180063. OLE color: 6180063.
HSL color Cylindrical-coordinate representation of color #DF4C5E: hue angle of 352.65º 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 #DF4C5E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 94 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.13 |
| HSL | 352.65º | 0.7% | 0.59% | - |
| HSV(B) | 352.65º | 0.66% | 0.87% | - |
| XYZ | 35.04 | 21.67 | 12.92 | - |
| YUV | 122.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 94 | 0 | 0.66 | 0.58 | 0.13 | 352.65 | 0.7 | 0.59 |
| Hex | DF | 4C | 5E | 0 | 42 | 3A | D | 161 | 46 | 3B |
| Octal | 337 | 114 | 136 | 0 | 102 | 72 | 15 | 541 | 106 | 73 |
| Binary | 11011111 | 1001100 | 1011110 | 0 | 1000010 | 111010 | 1101 | 101100001 | 1000110 | 111011 |
Color Harmonies of #DF4C5E
Complementary color
Monochromatic Colors of #DF4C5E
Black with #DF4C5E
Text Example
Text Example
White with #DF4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C5E; }
p { color: rgb(223,76,94); }
H1.HeaderClassName
{
color: #DF4C5E;
}
.AnyTagClassName
{
color: #DF4C5E;
}
</style>
background-color css
<style>
a { background-color: #DF4C5E; }
a { background-color: rgb(223,76,94); }
div.DivClassName
{
background-color: #DF4C5E;
}
.BgClassName
{
background-color: #DF4C5E;
}
</style>
border-color css
<style>
span { border-color: #DF4C5E; }
span { border-color: rgb(223,76,94); }
td.TdClassName
{
border-color: #DF4C5E;
}
.TagClassName
{
border-color: #DF4C5E;
}
</style>