Shades of Mandy #DD5764
Tints of Mandy #DD5764
RGB
CMYK
RGB Variations
Color information
#DD5764 (or 0xDD5764) is known color: Mandy. HEX triplet: DD, 57 and 64. RGB value is (221,87,100). Sum of RGB (Red+Green+Blue) = 221+87+100=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5764 is #22A89B. Grayscale: #808080. Windows color (decimal): -2271388 or 6576093. OLE color: 6576093.
HSL color Cylindrical-coordinate representation of color #DD5764: hue angle of 354.18º degrees, saturation: 0.66, 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 #DD5764 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 100 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.13 |
| HSL | 354.18º | 0.66% | 0.6% | - |
| HSV(B) | 354.18º | 0.61% | 0.87% | - |
| XYZ | 35.53 | 23.11 | 14.64 | - |
| YUV | 128.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 100 | 0 | 0.61 | 0.55 | 0.13 | 354.18 | 0.66 | 0.6 |
| Hex | DD | 57 | 64 | 0 | 3D | 37 | D | 162 | 42 | 3C |
| Octal | 335 | 127 | 144 | 0 | 75 | 67 | 15 | 542 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1100100 | 0 | 111101 | 110111 | 1101 | 101100010 | 1000010 | 111100 |
Color Harmonies of #DD5764
Complementary color
Monochromatic Colors of #DD5764
Black with #DD5764
Text Example
Text Example
White with #DD5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5764; }
p { color: rgb(221,87,100); }
H1.HeaderClassName
{
color: #DD5764;
}
.AnyTagClassName
{
color: #DD5764;
}
</style>
background-color css
<style>
a { background-color: #DD5764; }
a { background-color: rgb(221,87,100); }
div.DivClassName
{
background-color: #DD5764;
}
.BgClassName
{
background-color: #DD5764;
}
</style>
border-color css
<style>
span { border-color: #DD5764; }
span { border-color: rgb(221,87,100); }
td.TdClassName
{
border-color: #DD5764;
}
.TagClassName
{
border-color: #DD5764;
}
</style>