Shades of Mandy #DD5C60
Tints of Mandy #DD5C60
RGB
CMYK
RGB Variations
Color information
#DD5C60 (or 0xDD5C60) is known color: Mandy. HEX triplet: DD, 5C and 60. RGB value is (221,92,96). Sum of RGB (Red+Green+Blue) = 221+92+96=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C60 is #22A39F. Grayscale: #838383. Windows color (decimal): -2270112 or 6315229. OLE color: 6315229.
HSL color Cylindrical-coordinate representation of color #DD5C60: hue angle of 358.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C60 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 96 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 358.14º | 0.65% | 0.61% | - |
| HSV(B) | 358.14º | 0.58% | 0.87% | - |
| XYZ | 35.76 | 23.87 | 13.79 | - |
| YUV | 131.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 96 | 0 | 0.58 | 0.57 | 0.13 | 358.14 | 0.65 | 0.61 |
| Hex | DD | 5C | 60 | 0 | 3A | 39 | D | 166 | 41 | 3D |
| Octal | 335 | 134 | 140 | 0 | 72 | 71 | 15 | 546 | 101 | 75 |
| Binary | 11011101 | 1011100 | 1100000 | 0 | 111010 | 111001 | 1101 | 101100110 | 1000001 | 111101 |
Color Harmonies of #DD5C60
Complementary color
Monochromatic Colors of #DD5C60
Black with #DD5C60
Text Example
Text Example
White with #DD5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C60; }
p { color: rgb(221,92,96); }
H1.HeaderClassName
{
color: #DD5C60;
}
.AnyTagClassName
{
color: #DD5C60;
}
</style>
background-color css
<style>
a { background-color: #DD5C60; }
a { background-color: rgb(221,92,96); }
div.DivClassName
{
background-color: #DD5C60;
}
.BgClassName
{
background-color: #DD5C60;
}
</style>
border-color css
<style>
span { border-color: #DD5C60; }
span { border-color: rgb(221,92,96); }
td.TdClassName
{
border-color: #DD5C60;
}
.TagClassName
{
border-color: #DD5C60;
}
</style>