Shades of Mandy #DD545C
Tints of Mandy #DD545C
RGB
CMYK
RGB Variations
Color information
#DD545C (or 0xDD545C) is known color: Mandy. HEX triplet: DD, 54 and 5C. RGB value is (221,84,92). Sum of RGB (Red+Green+Blue) = 221+84+92=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD545C is #22ABA3. Grayscale: #7D7D7D. Windows color (decimal): -2272164 or 6051037. OLE color: 6051037.
HSL color Cylindrical-coordinate representation of color #DD545C: hue angle of 356.5º degrees, saturation: 0.67, 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 #DD545C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 92 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.13 |
| HSL | 356.5º | 0.67% | 0.6% | - |
| HSV(B) | 356.5º | 0.62% | 0.87% | - |
| XYZ | 34.92 | 22.49 | 12.62 | - |
| YUV | 125.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 92 | 0 | 0.62 | 0.58 | 0.13 | 356.5 | 0.67 | 0.6 |
| Hex | DD | 54 | 5C | 0 | 3E | 3A | D | 164 | 43 | 3C |
| Octal | 335 | 124 | 134 | 0 | 76 | 72 | 15 | 544 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1011100 | 0 | 111110 | 111010 | 1101 | 101100100 | 1000011 | 111100 |
Color Harmonies of #DD545C
Complementary color
Monochromatic Colors of #DD545C
Black with #DD545C
Text Example
Text Example
White with #DD545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD545C; }
p { color: rgb(221,84,92); }
H1.HeaderClassName
{
color: #DD545C;
}
.AnyTagClassName
{
color: #DD545C;
}
</style>
background-color css
<style>
a { background-color: #DD545C; }
a { background-color: rgb(221,84,92); }
div.DivClassName
{
background-color: #DD545C;
}
.BgClassName
{
background-color: #DD545C;
}
</style>
border-color css
<style>
span { border-color: #DD545C; }
span { border-color: rgb(221,84,92); }
td.TdClassName
{
border-color: #DD545C;
}
.TagClassName
{
border-color: #DD545C;
}
</style>