Shades of Mandy #DF545E
Tints of Mandy #DF545E
RGB
CMYK
RGB Variations
Color information
#DF545E (or 0xDF545E) is known color: Mandy. HEX triplet: DF, 54 and 5E. RGB value is (223,84,94). Sum of RGB (Red+Green+Blue) = 223+84+94=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF545E is #20ABA1. Grayscale: #7E7E7E. Windows color (decimal): -2141090 or 6182111. OLE color: 6182111.
HSL color Cylindrical-coordinate representation of color #DF545E: hue angle of 355.68º 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 #DF545E is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 94 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.13 |
| HSL | 355.68º | 0.68% | 0.6% | - |
| HSV(B) | 355.68º | 0.62% | 0.87% | - |
| XYZ | 35.62 | 22.84 | 13.12 | - |
| YUV | 126.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 94 | 0 | 0.62 | 0.58 | 0.13 | 355.68 | 0.68 | 0.6 |
| Hex | DF | 54 | 5E | 0 | 3E | 3A | D | 164 | 44 | 3C |
| Octal | 337 | 124 | 136 | 0 | 76 | 72 | 15 | 544 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1011110 | 0 | 111110 | 111010 | 1101 | 101100100 | 1000100 | 111100 |
Color Harmonies of #DF545E
Complementary color
Monochromatic Colors of #DF545E
Black with #DF545E
Text Example
Text Example
White with #DF545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF545E; }
p { color: rgb(223,84,94); }
H1.HeaderClassName
{
color: #DF545E;
}
.AnyTagClassName
{
color: #DF545E;
}
</style>
background-color css
<style>
a { background-color: #DF545E; }
a { background-color: rgb(223,84,94); }
div.DivClassName
{
background-color: #DF545E;
}
.BgClassName
{
background-color: #DF545E;
}
</style>
border-color css
<style>
span { border-color: #DF545E; }
span { border-color: rgb(223,84,94); }
td.TdClassName
{
border-color: #DF545E;
}
.TagClassName
{
border-color: #DF545E;
}
</style>