Shades of Mandy #DD565F
Tints of Mandy #DD565F
RGB
CMYK
RGB Variations
Color information
#DD565F (or 0xDD565F) is known color: Mandy. HEX triplet: DD, 56 and 5F. RGB value is (221,86,95). Sum of RGB (Red+Green+Blue) = 221+86+95=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD565F is #22A9A0. Grayscale: #7F7F7F. Windows color (decimal): -2271649 or 6248157. OLE color: 6248157.
HSL color Cylindrical-coordinate representation of color #DD565F: hue angle of 356º 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 #DD565F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 95 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.13 |
| HSL | 356º | 0.67% | 0.6% | - |
| HSV(B) | 356º | 0.61% | 0.87% | - |
| XYZ | 35.21 | 22.85 | 13.38 | - |
| YUV | 127.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 95 | 0 | 0.61 | 0.57 | 0.13 | 356 | 0.67 | 0.6 |
| Hex | DD | 56 | 5F | 0 | 3D | 39 | D | 164 | 43 | 3C |
| Octal | 335 | 126 | 137 | 0 | 75 | 71 | 15 | 544 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1011111 | 0 | 111101 | 111001 | 1101 | 101100100 | 1000011 | 111100 |
Color Harmonies of #DD565F
Complementary color
Monochromatic Colors of #DD565F
Black with #DD565F
Text Example
Text Example
White with #DD565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD565F; }
p { color: rgb(221,86,95); }
H1.HeaderClassName
{
color: #DD565F;
}
.AnyTagClassName
{
color: #DD565F;
}
</style>
background-color css
<style>
a { background-color: #DD565F; }
a { background-color: rgb(221,86,95); }
div.DivClassName
{
background-color: #DD565F;
}
.BgClassName
{
background-color: #DD565F;
}
</style>
border-color css
<style>
span { border-color: #DD565F; }
span { border-color: rgb(221,86,95); }
td.TdClassName
{
border-color: #DD565F;
}
.TagClassName
{
border-color: #DD565F;
}
</style>