Shades of Mandy #DF4D55
Tints of Mandy #DF4D55
RGB
CMYK
RGB Variations
Color information
#DF4D55 (or 0xDF4D55) is known color: Mandy. HEX triplet: DF, 4D and 55. RGB value is (223,77,85). Sum of RGB (Red+Green+Blue) = 223+77+85=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D55 is #20B2AA. Grayscale: #797979. Windows color (decimal): -2142891 or 5590495. OLE color: 5590495.
HSL color Cylindrical-coordinate representation of color #DF4D55: hue angle of 356.71º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D55 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 77 | 85 | - |
CMYK | 0 | 0.65 | 0.62 | 0.13 |
HSL | 356.71º | 0.7% | 0.59% | - |
HSV(B) | 356.71º | 0.65% | 0.87% | - |
XYZ | 34.73 | 21.65 | 10.94 | - |
YUV | 121.57 | 107.37 | 200.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 77 | 85 | 0 | 0.65 | 0.62 | 0.13 | 356.71 | 0.7 | 0.59 |
Hex | DF | 4D | 55 | 0 | 41 | 3E | D | 165 | 46 | 3B |
Octal | 337 | 115 | 125 | 0 | 101 | 76 | 15 | 545 | 106 | 73 |
Binary | 11011111 | 1001101 | 1010101 | 0 | 1000001 | 111110 | 1101 | 101100101 | 1000110 | 111011 |
Color Harmonies of #DF4D55
Complementary color
Monochromatic Colors of #DF4D55
Black with #DF4D55
Text Example
Text Example
White with #DF4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D55; }
p { color: rgb(223,77,85); }
H1.HeaderClassName
{
color: #DF4D55;
}
.AnyTagClassName
{
color: #DF4D55;
}
</style>
background-color css
<style>
a { background-color: #DF4D55; }
a { background-color: rgb(223,77,85); }
div.DivClassName
{
background-color: #DF4D55;
}
.BgClassName
{
background-color: #DF4D55;
}
</style>
border-color css
<style>
span { border-color: #DF4D55; }
span { border-color: rgb(223,77,85); }
td.TdClassName
{
border-color: #DF4D55;
}
.TagClassName
{
border-color: #DF4D55;
}
</style>