Shades of Mandy #DF4D60
Tints of Mandy #DF4D60
RGB
CMYK
RGB Variations
Color information
#DF4D60 (or 0xDF4D60) is known color: Mandy. HEX triplet: DF, 4D and 60. RGB value is (223,77,96). Sum of RGB (Red+Green+Blue) = 223+77+96=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D60 is #20B29F. Grayscale: #7A7A7A. Windows color (decimal): -2142880 or 6311391. OLE color: 6311391.
HSL color Cylindrical-coordinate representation of color #DF4D60: hue angle of 352.19º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D60 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 96 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.13 |
| HSL | 352.19º | 0.7% | 0.59% | - |
| HSV(B) | 352.19º | 0.65% | 0.87% | - |
| XYZ | 35.2 | 21.84 | 13.43 | - |
| YUV | 122.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 96 | 0 | 0.65 | 0.57 | 0.13 | 352.19 | 0.7 | 0.59 |
| Hex | DF | 4D | 60 | 0 | 41 | 39 | D | 160 | 46 | 3B |
| Octal | 337 | 115 | 140 | 0 | 101 | 71 | 15 | 540 | 106 | 73 |
| Binary | 11011111 | 1001101 | 1100000 | 0 | 1000001 | 111001 | 1101 | 101100000 | 1000110 | 111011 |
Color Harmonies of #DF4D60
Complementary color
Monochromatic Colors of #DF4D60
Black with #DF4D60
Text Example
Text Example
White with #DF4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D60; }
p { color: rgb(223,77,96); }
H1.HeaderClassName
{
color: #DF4D60;
}
.AnyTagClassName
{
color: #DF4D60;
}
</style>
background-color css
<style>
a { background-color: #DF4D60; }
a { background-color: rgb(223,77,96); }
div.DivClassName
{
background-color: #DF4D60;
}
.BgClassName
{
background-color: #DF4D60;
}
</style>
border-color css
<style>
span { border-color: #DF4D60; }
span { border-color: rgb(223,77,96); }
td.TdClassName
{
border-color: #DF4D60;
}
.TagClassName
{
border-color: #DF4D60;
}
</style>