Shades of Mandy #DD565D
Tints of Mandy #DD565D
RGB
CMYK
RGB Variations
Color information
#DD565D (or 0xDD565D) is known color: Mandy. HEX triplet: DD, 56 and 5D. RGB value is (221,86,93). Sum of RGB (Red+Green+Blue) = 221+86+93=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD565D is #22A9A2. Grayscale: #7F7F7F. Windows color (decimal): -2271651 or 6117085. OLE color: 6117085.
HSL color Cylindrical-coordinate representation of color #DD565D: hue angle of 356.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD565D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 93 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.13 |
| HSL | 356.89º | 0.67% | 0.6% | - |
| HSV(B) | 356.89º | 0.61% | 0.87% | - |
| XYZ | 35.12 | 22.82 | 12.91 | - |
| YUV | 127.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 93 | 0 | 0.61 | 0.58 | 0.13 | 356.89 | 0.67 | 0.6 |
| Hex | DD | 56 | 5D | 0 | 3D | 3A | D | 165 | 43 | 3C |
| Octal | 335 | 126 | 135 | 0 | 75 | 72 | 15 | 545 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1011101 | 0 | 111101 | 111010 | 1101 | 101100101 | 1000011 | 111100 |
Color Harmonies of #DD565D
Complementary color
Monochromatic Colors of #DD565D
Black with #DD565D
Text Example
Text Example
White with #DD565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD565D; }
p { color: rgb(221,86,93); }
H1.HeaderClassName
{
color: #DD565D;
}
.AnyTagClassName
{
color: #DD565D;
}
</style>
background-color css
<style>
a { background-color: #DD565D; }
a { background-color: rgb(221,86,93); }
div.DivClassName
{
background-color: #DD565D;
}
.BgClassName
{
background-color: #DD565D;
}
</style>
border-color css
<style>
span { border-color: #DD565D; }
span { border-color: rgb(221,86,93); }
td.TdClassName
{
border-color: #DD565D;
}
.TagClassName
{
border-color: #DD565D;
}
</style>