Shades of Mandy #DD545D
Tints of Mandy #DD545D
RGB
CMYK
RGB Variations
Color information
#DD545D (or 0xDD545D) is known color: Mandy. HEX triplet: DD, 54 and 5D. RGB value is (221,84,93). Sum of RGB (Red+Green+Blue) = 221+84+93=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD545D is #22ABA2. Grayscale: #7E7E7E. Windows color (decimal): -2272163 or 6116573. OLE color: 6116573.
HSL color Cylindrical-coordinate representation of color #DD545D: hue angle of 356.06º 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 #DD545D is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 93 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.13 |
| HSL | 356.06º | 0.67% | 0.6% | - |
| HSV(B) | 356.06º | 0.62% | 0.87% | - |
| XYZ | 34.96 | 22.5 | 12.86 | - |
| YUV | 125.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 93 | 0 | 0.62 | 0.58 | 0.13 | 356.06 | 0.67 | 0.6 |
| Hex | DD | 54 | 5D | 0 | 3E | 3A | D | 164 | 43 | 3C |
| Octal | 335 | 124 | 135 | 0 | 76 | 72 | 15 | 544 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1011101 | 0 | 111110 | 111010 | 1101 | 101100100 | 1000011 | 111100 |
Color Harmonies of #DD545D
Complementary color
Monochromatic Colors of #DD545D
Black with #DD545D
Text Example
Text Example
White with #DD545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD545D; }
p { color: rgb(221,84,93); }
H1.HeaderClassName
{
color: #DD545D;
}
.AnyTagClassName
{
color: #DD545D;
}
</style>
background-color css
<style>
a { background-color: #DD545D; }
a { background-color: rgb(221,84,93); }
div.DivClassName
{
background-color: #DD545D;
}
.BgClassName
{
background-color: #DD545D;
}
</style>
border-color css
<style>
span { border-color: #DD545D; }
span { border-color: rgb(221,84,93); }
td.TdClassName
{
border-color: #DD545D;
}
.TagClassName
{
border-color: #DD545D;
}
</style>