Shades of Mandy #DF565F
Tints of Mandy #DF565F
RGB
CMYK
RGB Variations
Color information
#DF565F (or 0xDF565F) is known color: Mandy. HEX triplet: DF, 56 and 5F. RGB value is (223,86,95). Sum of RGB (Red+Green+Blue) = 223+86+95=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF565F is #20A9A0. Grayscale: #808080. Windows color (decimal): -2140577 or 6248159. OLE color: 6248159.
HSL color Cylindrical-coordinate representation of color #DF565F: hue angle of 356.06º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF565F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 95 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.13 |
| HSL | 356.06º | 0.68% | 0.61% | - |
| HSV(B) | 356.06º | 0.61% | 0.87% | - |
| XYZ | 35.82 | 23.17 | 13.41 | - |
| YUV | 127.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 95 | 0 | 0.61 | 0.57 | 0.13 | 356.06 | 0.68 | 0.61 |
| Hex | DF | 56 | 5F | 0 | 3D | 39 | D | 164 | 44 | 3D |
| Octal | 337 | 126 | 137 | 0 | 75 | 71 | 15 | 544 | 104 | 75 |
| Binary | 11011111 | 1010110 | 1011111 | 0 | 111101 | 111001 | 1101 | 101100100 | 1000100 | 111101 |
Color Harmonies of #DF565F
Complementary color
Monochromatic Colors of #DF565F
Black with #DF565F
Text Example
Text Example
White with #DF565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF565F; }
p { color: rgb(223,86,95); }
H1.HeaderClassName
{
color: #DF565F;
}
.AnyTagClassName
{
color: #DF565F;
}
</style>
background-color css
<style>
a { background-color: #DF565F; }
a { background-color: rgb(223,86,95); }
div.DivClassName
{
background-color: #DF565F;
}
.BgClassName
{
background-color: #DF565F;
}
</style>
border-color css
<style>
span { border-color: #DF565F; }
span { border-color: rgb(223,86,95); }
td.TdClassName
{
border-color: #DF565F;
}
.TagClassName
{
border-color: #DF565F;
}
</style>