Shades of Mandy #DF5057
Tints of Mandy #DF5057
RGB
CMYK
RGB Variations
Color information
#DF5057 (or 0xDF5057) is known color: Mandy. HEX triplet: DF, 50 and 57. RGB value is (223,80,87). Sum of RGB (Red+Green+Blue) = 223+80+87=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5057 is #20AFA8. Grayscale: #7B7B7B. Windows color (decimal): -2142121 or 5722335. OLE color: 5722335.
HSL color Cylindrical-coordinate representation of color #DF5057: hue angle of 357.06º 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 #DF5057 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 87 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.13 |
| HSL | 357.06º | 0.69% | 0.59% | - |
| HSV(B) | 357.06º | 0.64% | 0.87% | - |
| XYZ | 35.02 | 22.11 | 11.44 | - |
| YUV | 123.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 87 | 0 | 0.64 | 0.61 | 0.13 | 357.06 | 0.69 | 0.59 |
| Hex | DF | 50 | 57 | 0 | 40 | 3D | D | 165 | 45 | 3B |
| Octal | 337 | 120 | 127 | 0 | 100 | 75 | 15 | 545 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1010111 | 0 | 1000000 | 111101 | 1101 | 101100101 | 1000101 | 111011 |
Color Harmonies of #DF5057
Complementary color
Monochromatic Colors of #DF5057
Black with #DF5057
Text Example
Text Example
White with #DF5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5057; }
p { color: rgb(223,80,87); }
H1.HeaderClassName
{
color: #DF5057;
}
.AnyTagClassName
{
color: #DF5057;
}
</style>
background-color css
<style>
a { background-color: #DF5057; }
a { background-color: rgb(223,80,87); }
div.DivClassName
{
background-color: #DF5057;
}
.BgClassName
{
background-color: #DF5057;
}
</style>
border-color css
<style>
span { border-color: #DF5057; }
span { border-color: rgb(223,80,87); }
td.TdClassName
{
border-color: #DF5057;
}
.TagClassName
{
border-color: #DF5057;
}
</style>