Shades of Mandy #DD5665
Tints of Mandy #DD5665
RGB
CMYK
RGB Variations
Color information
#DD5665 (or 0xDD5665) is known color: Mandy. HEX triplet: DD, 56 and 65. RGB value is (221,86,101). Sum of RGB (Red+Green+Blue) = 221+86+101=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5665 is #22A99A. Grayscale: #808080. Windows color (decimal): -2271643 or 6641373. OLE color: 6641373.
HSL color Cylindrical-coordinate representation of color #DD5665: hue angle of 353.33º 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 #DD5665 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 101 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.13 |
| HSL | 353.33º | 0.67% | 0.6% | - |
| HSV(B) | 353.33º | 0.61% | 0.87% | - |
| XYZ | 35.5 | 22.97 | 14.87 | - |
| YUV | 128.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 101 | 0 | 0.61 | 0.54 | 0.13 | 353.33 | 0.67 | 0.6 |
| Hex | DD | 56 | 65 | 0 | 3D | 36 | D | 161 | 43 | 3C |
| Octal | 335 | 126 | 145 | 0 | 75 | 66 | 15 | 541 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1100101 | 0 | 111101 | 110110 | 1101 | 101100001 | 1000011 | 111100 |
Color Harmonies of #DD5665
Complementary color
Monochromatic Colors of #DD5665
Black with #DD5665
Text Example
Text Example
White with #DD5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5665; }
p { color: rgb(221,86,101); }
H1.HeaderClassName
{
color: #DD5665;
}
.AnyTagClassName
{
color: #DD5665;
}
</style>
background-color css
<style>
a { background-color: #DD5665; }
a { background-color: rgb(221,86,101); }
div.DivClassName
{
background-color: #DD5665;
}
.BgClassName
{
background-color: #DD5665;
}
</style>
border-color css
<style>
span { border-color: #DD5665; }
span { border-color: rgb(221,86,101); }
td.TdClassName
{
border-color: #DD5665;
}
.TagClassName
{
border-color: #DD5665;
}
</style>