Shades of Mandy #DF555C
Tints of Mandy #DF555C
RGB
CMYK
RGB Variations
Color information
#DF555C (or 0xDF555C) is known color: Mandy. HEX triplet: DF, 55 and 5C. RGB value is (223,85,92). Sum of RGB (Red+Green+Blue) = 223+85+92=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF555C is #20AAA3. Grayscale: #7F7F7F. Windows color (decimal): -2140836 or 6051295. OLE color: 6051295.
HSL color Cylindrical-coordinate representation of color #DF555C: hue angle of 356.96º 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 #DF555C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 92 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.13 |
| HSL | 356.96º | 0.68% | 0.6% | - |
| HSV(B) | 356.96º | 0.62% | 0.87% | - |
| XYZ | 35.61 | 22.96 | 12.68 | - |
| YUV | 127.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 92 | 0 | 0.62 | 0.59 | 0.13 | 356.96 | 0.68 | 0.6 |
| Hex | DF | 55 | 5C | 0 | 3E | 3B | D | 165 | 44 | 3C |
| Octal | 337 | 125 | 134 | 0 | 76 | 73 | 15 | 545 | 104 | 74 |
| Binary | 11011111 | 1010101 | 1011100 | 0 | 111110 | 111011 | 1101 | 101100101 | 1000100 | 111100 |
Color Harmonies of #DF555C
Complementary color
Monochromatic Colors of #DF555C
Black with #DF555C
Text Example
Text Example
White with #DF555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF555C; }
p { color: rgb(223,85,92); }
H1.HeaderClassName
{
color: #DF555C;
}
.AnyTagClassName
{
color: #DF555C;
}
</style>
background-color css
<style>
a { background-color: #DF555C; }
a { background-color: rgb(223,85,92); }
div.DivClassName
{
background-color: #DF555C;
}
.BgClassName
{
background-color: #DF555C;
}
</style>
border-color css
<style>
span { border-color: #DF555C; }
span { border-color: rgb(223,85,92); }
td.TdClassName
{
border-color: #DF555C;
}
.TagClassName
{
border-color: #DF555C;
}
</style>