Shades of Mandy #DF545D
Tints of Mandy #DF545D
RGB
CMYK
RGB Variations
Color information
#DF545D (or 0xDF545D) is known color: Mandy. HEX triplet: DF, 54 and 5D. RGB value is (223,84,93). Sum of RGB (Red+Green+Blue) = 223+84+93=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF545D is #20ABA2. Grayscale: #7E7E7E. Windows color (decimal): -2141091 or 6116575. OLE color: 6116575.
HSL color Cylindrical-coordinate representation of color #DF545D: hue angle of 356.12º 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 #DF545D is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 93 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.13 |
| HSL | 356.12º | 0.68% | 0.6% | - |
| HSV(B) | 356.12º | 0.62% | 0.87% | - |
| XYZ | 35.58 | 22.82 | 12.89 | - |
| YUV | 126.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 93 | 0 | 0.62 | 0.58 | 0.13 | 356.12 | 0.68 | 0.6 |
| Hex | DF | 54 | 5D | 0 | 3E | 3A | D | 164 | 44 | 3C |
| Octal | 337 | 124 | 135 | 0 | 76 | 72 | 15 | 544 | 104 | 74 |
| Binary | 11011111 | 1010100 | 1011101 | 0 | 111110 | 111010 | 1101 | 101100100 | 1000100 | 111100 |
Color Harmonies of #DF545D
Complementary color
Monochromatic Colors of #DF545D
Black with #DF545D
Text Example
Text Example
White with #DF545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF545D; }
p { color: rgb(223,84,93); }
H1.HeaderClassName
{
color: #DF545D;
}
.AnyTagClassName
{
color: #DF545D;
}
</style>
background-color css
<style>
a { background-color: #DF545D; }
a { background-color: rgb(223,84,93); }
div.DivClassName
{
background-color: #DF545D;
}
.BgClassName
{
background-color: #DF545D;
}
</style>
border-color css
<style>
span { border-color: #DF545D; }
span { border-color: rgb(223,84,93); }
td.TdClassName
{
border-color: #DF545D;
}
.TagClassName
{
border-color: #DF545D;
}
</style>