Shades of Mandy #DD5D60
Tints of Mandy #DD5D60
RGB
CMYK
RGB Variations
Color information
#DD5D60 (or 0xDD5D60) is known color: Mandy. HEX triplet: DD, 5D and 60. RGB value is (221,93,96). Sum of RGB (Red+Green+Blue) = 221+93+96=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D60 is #22A29F. Grayscale: #838383. Windows color (decimal): -2269856 or 6315485. OLE color: 6315485.
HSL color Cylindrical-coordinate representation of color #DD5D60: hue angle of 358.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D60 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 96 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 358.59º | 0.65% | 0.62% | - |
| HSV(B) | 358.59º | 0.58% | 0.87% | - |
| XYZ | 35.84 | 24.05 | 13.82 | - |
| YUV | 131.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 96 | 0 | 0.58 | 0.57 | 0.13 | 358.59 | 0.65 | 0.62 |
| Hex | DD | 5D | 60 | 0 | 3A | 39 | D | 167 | 41 | 3E |
| Octal | 335 | 135 | 140 | 0 | 72 | 71 | 15 | 547 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1100000 | 0 | 111010 | 111001 | 1101 | 101100111 | 1000001 | 111110 |
Color Harmonies of #DD5D60
Complementary color
Monochromatic Colors of #DD5D60
Black with #DD5D60
Text Example
Text Example
White with #DD5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D60; }
p { color: rgb(221,93,96); }
H1.HeaderClassName
{
color: #DD5D60;
}
.AnyTagClassName
{
color: #DD5D60;
}
</style>
background-color css
<style>
a { background-color: #DD5D60; }
a { background-color: rgb(221,93,96); }
div.DivClassName
{
background-color: #DD5D60;
}
.BgClassName
{
background-color: #DD5D60;
}
</style>
border-color css
<style>
span { border-color: #DD5D60; }
span { border-color: rgb(221,93,96); }
td.TdClassName
{
border-color: #DD5D60;
}
.TagClassName
{
border-color: #DD5D60;
}
</style>