Shades of Mandy #DD5765
Tints of Mandy #DD5765
RGB
CMYK
RGB Variations
Color information
#DD5765 (or 0xDD5765) is known color: Mandy. HEX triplet: DD, 57 and 65. RGB value is (221,87,101). Sum of RGB (Red+Green+Blue) = 221+87+101=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5765 is #22A89A. Grayscale: #808080. Windows color (decimal): -2271387 or 6641629. OLE color: 6641629.
HSL color Cylindrical-coordinate representation of color #DD5765: hue angle of 353.73º 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 #DD5765 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 101 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.13 |
| HSL | 353.73º | 0.66% | 0.6% | - |
| HSV(B) | 353.73º | 0.61% | 0.87% | - |
| XYZ | 35.58 | 23.13 | 14.9 | - |
| YUV | 128.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 101 | 0 | 0.61 | 0.54 | 0.13 | 353.73 | 0.66 | 0.6 |
| Hex | DD | 57 | 65 | 0 | 3D | 36 | D | 162 | 42 | 3C |
| Octal | 335 | 127 | 145 | 0 | 75 | 66 | 15 | 542 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1100101 | 0 | 111101 | 110110 | 1101 | 101100010 | 1000010 | 111100 |
Color Harmonies of #DD5765
Complementary color
Monochromatic Colors of #DD5765
Black with #DD5765
Text Example
Text Example
White with #DD5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5765; }
p { color: rgb(221,87,101); }
H1.HeaderClassName
{
color: #DD5765;
}
.AnyTagClassName
{
color: #DD5765;
}
</style>
background-color css
<style>
a { background-color: #DD5765; }
a { background-color: rgb(221,87,101); }
div.DivClassName
{
background-color: #DD5765;
}
.BgClassName
{
background-color: #DD5765;
}
</style>
border-color css
<style>
span { border-color: #DD5765; }
span { border-color: rgb(221,87,101); }
td.TdClassName
{
border-color: #DD5765;
}
.TagClassName
{
border-color: #DD5765;
}
</style>