Shades of Mandy #DF555D
Tints of Mandy #DF555D
RGB
CMYK
RGB Variations
Color information
#DF555D (or 0xDF555D) is known color: Mandy. HEX triplet: DF, 55 and 5D. RGB value is (223,85,93). Sum of RGB (Red+Green+Blue) = 223+85+93=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF555D is #20AAA2. Grayscale: #7F7F7F. Windows color (decimal): -2140835 or 6116831. OLE color: 6116831.
HSL color Cylindrical-coordinate representation of color #DF555D: hue angle of 356.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF555D is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 93 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.13 |
| HSL | 356.52º | 0.68% | 0.6% | - |
| HSV(B) | 356.52º | 0.62% | 0.87% | - |
| XYZ | 35.66 | 22.98 | 12.91 | - |
| YUV | 127.17 | 108.72 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 93 | 0 | 0.62 | 0.58 | 0.13 | 356.52 | 0.68 | 0.6 |
| Hex | DF | 55 | 5D | 0 | 3E | 3A | D | 165 | 44 | 3C |
| Octal | 337 | 125 | 135 | 0 | 76 | 72 | 15 | 545 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1011101 | 0 | 111110 | 111010 | 1101 | 101100101 | 1000100 | 111100 |
Color Harmonies of #DF555D
Complementary color
Monochromatic Colors of #DF555D
Black with #DF555D
Text Example
Text Example
White with #DF555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF555D; }
p { color: rgb(223,85,93); }
H1.HeaderClassName
{
color: #DF555D;
}
.AnyTagClassName
{
color: #DF555D;
}
</style>
background-color css
<style>
a { background-color: #DF555D; }
a { background-color: rgb(223,85,93); }
div.DivClassName
{
background-color: #DF555D;
}
.BgClassName
{
background-color: #DF555D;
}
</style>
border-color css
<style>
span { border-color: #DF555D; }
span { border-color: rgb(223,85,93); }
td.TdClassName
{
border-color: #DF555D;
}
.TagClassName
{
border-color: #DF555D;
}
</style>