Shades of Mandy #DF5054
Tints of Mandy #DF5054
RGB
CMYK
RGB Variations
Color information
#DF5054 (or 0xDF5054) is known color: Mandy. HEX triplet: DF, 50 and 54. RGB value is (223,80,84). Sum of RGB (Red+Green+Blue) = 223+80+84=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5054 is #20AFAB. Grayscale: #7B7B7B. Windows color (decimal): -2142124 or 5525727. OLE color: 5525727.
HSL color Cylindrical-coordinate representation of color #DF5054: hue angle of 358.32º 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 #DF5054 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 84 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.13 |
| HSL | 358.32º | 0.69% | 0.59% | - |
| HSV(B) | 358.32º | 0.64% | 0.87% | - |
| XYZ | 34.9 | 22.07 | 10.81 | - |
| YUV | 123.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 84 | 0 | 0.64 | 0.62 | 0.13 | 358.32 | 0.69 | 0.59 |
| Hex | DF | 50 | 54 | 0 | 40 | 3E | D | 166 | 45 | 3B |
| Octal | 337 | 120 | 124 | 0 | 100 | 76 | 15 | 546 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1010100 | 0 | 1000000 | 111110 | 1101 | 101100110 | 1000101 | 111011 |
Color Harmonies of #DF5054
Complementary color
Monochromatic Colors of #DF5054
Black with #DF5054
Text Example
Text Example
White with #DF5054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5054; }
p { color: rgb(223,80,84); }
H1.HeaderClassName
{
color: #DF5054;
}
.AnyTagClassName
{
color: #DF5054;
}
</style>
background-color css
<style>
a { background-color: #DF5054; }
a { background-color: rgb(223,80,84); }
div.DivClassName
{
background-color: #DF5054;
}
.BgClassName
{
background-color: #DF5054;
}
</style>
border-color css
<style>
span { border-color: #DF5054; }
span { border-color: rgb(223,80,84); }
td.TdClassName
{
border-color: #DF5054;
}
.TagClassName
{
border-color: #DF5054;
}
</style>