Shades of Mandy #DF5060
Tints of Mandy #DF5060
RGB
CMYK
RGB Variations
Color information
#DF5060 (or 0xDF5060) is known color: Mandy. HEX triplet: DF, 50 and 60. RGB value is (223,80,96). Sum of RGB (Red+Green+Blue) = 223+80+96=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5060 is #20AF9F. Grayscale: #7C7C7C. Windows color (decimal): -2142112 or 6312159. OLE color: 6312159.
HSL color Cylindrical-coordinate representation of color #DF5060: hue angle of 353.29º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5060 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 96 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.13 |
| HSL | 353.29º | 0.69% | 0.59% | - |
| HSV(B) | 353.29º | 0.64% | 0.87% | - |
| XYZ | 35.41 | 22.27 | 13.5 | - |
| YUV | 124.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 96 | 0 | 0.64 | 0.57 | 0.13 | 353.29 | 0.69 | 0.59 |
| Hex | DF | 50 | 60 | 0 | 40 | 39 | D | 161 | 45 | 3B |
| Octal | 337 | 120 | 140 | 0 | 100 | 71 | 15 | 541 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1100000 | 0 | 1000000 | 111001 | 1101 | 101100001 | 1000101 | 111011 |
Color Harmonies of #DF5060
Complementary color
Monochromatic Colors of #DF5060
Black with #DF5060
Text Example
Text Example
White with #DF5060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5060; }
p { color: rgb(223,80,96); }
H1.HeaderClassName
{
color: #DF5060;
}
.AnyTagClassName
{
color: #DF5060;
}
</style>
background-color css
<style>
a { background-color: #DF5060; }
a { background-color: rgb(223,80,96); }
div.DivClassName
{
background-color: #DF5060;
}
.BgClassName
{
background-color: #DF5060;
}
</style>
border-color css
<style>
span { border-color: #DF5060; }
span { border-color: rgb(223,80,96); }
td.TdClassName
{
border-color: #DF5060;
}
.TagClassName
{
border-color: #DF5060;
}
</style>