Shades of Mandy #DF585F
Tints of Mandy #DF585F
RGB
CMYK
RGB Variations
Color information
#DF585F (or 0xDF585F) is known color: Mandy. HEX triplet: DF, 58 and 5F. RGB value is (223,88,95). Sum of RGB (Red+Green+Blue) = 223+88+95=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF585F is #20A7A0. Grayscale: #818181. Windows color (decimal): -2140065 or 6248671. OLE color: 6248671.
HSL color Cylindrical-coordinate representation of color #DF585F: hue angle of 356.89º 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 #DF585F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 95 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.13 |
| HSL | 356.89º | 0.68% | 0.61% | - |
| HSV(B) | 356.89º | 0.61% | 0.87% | - |
| XYZ | 35.99 | 23.49 | 13.46 | - |
| YUV | 129.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 95 | 0 | 0.61 | 0.57 | 0.13 | 356.89 | 0.68 | 0.61 |
| Hex | DF | 58 | 5F | 0 | 3D | 39 | D | 165 | 44 | 3D |
| Octal | 337 | 130 | 137 | 0 | 75 | 71 | 15 | 545 | 104 | 75 |
| Binary | 11011111 | 1011000 | 1011111 | 0 | 111101 | 111001 | 1101 | 101100101 | 1000100 | 111101 |
Color Harmonies of #DF585F
Complementary color
Monochromatic Colors of #DF585F
Black with #DF585F
Text Example
Text Example
White with #DF585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF585F; }
p { color: rgb(223,88,95); }
H1.HeaderClassName
{
color: #DF585F;
}
.AnyTagClassName
{
color: #DF585F;
}
</style>
background-color css
<style>
a { background-color: #DF585F; }
a { background-color: rgb(223,88,95); }
div.DivClassName
{
background-color: #DF585F;
}
.BgClassName
{
background-color: #DF585F;
}
</style>
border-color css
<style>
span { border-color: #DF585F; }
span { border-color: rgb(223,88,95); }
td.TdClassName
{
border-color: #DF585F;
}
.TagClassName
{
border-color: #DF585F;
}
</style>