Shades of Mandy #DD5D5E
Tints of Mandy #DD5D5E
RGB
CMYK
RGB Variations
Color information
#DD5D5E (or 0xDD5D5E) is known color: Mandy. HEX triplet: DD, 5D and 5E. RGB value is (221,93,94). Sum of RGB (Red+Green+Blue) = 221+93+94=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D5E is #22A2A1. Grayscale: #838383. Windows color (decimal): -2269858 or 6184413. OLE color: 6184413.
HSL color Cylindrical-coordinate representation of color #DD5D5E: hue angle of 359.53º 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 #DD5D5E is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 94 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 359.53º | 0.65% | 0.62% | - |
| HSV(B) | 359.53º | 0.58% | 0.87% | - |
| XYZ | 35.75 | 24.01 | 13.34 | - |
| YUV | 131.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 94 | 0 | 0.58 | 0.57 | 0.13 | 359.53 | 0.65 | 0.62 |
| Hex | DD | 5D | 5E | 0 | 3A | 39 | D | 168 | 41 | 3E |
| Octal | 335 | 135 | 136 | 0 | 72 | 71 | 15 | 550 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1011110 | 0 | 111010 | 111001 | 1101 | 101101000 | 1000001 | 111110 |
Color Harmonies of #DD5D5E
Complementary color
Monochromatic Colors of #DD5D5E
Black with #DD5D5E
Text Example
Text Example
White with #DD5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D5E; }
p { color: rgb(221,93,94); }
H1.HeaderClassName
{
color: #DD5D5E;
}
.AnyTagClassName
{
color: #DD5D5E;
}
</style>
background-color css
<style>
a { background-color: #DD5D5E; }
a { background-color: rgb(221,93,94); }
div.DivClassName
{
background-color: #DD5D5E;
}
.BgClassName
{
background-color: #DD5D5E;
}
</style>
border-color css
<style>
span { border-color: #DD5D5E; }
span { border-color: rgb(221,93,94); }
td.TdClassName
{
border-color: #DD5D5E;
}
.TagClassName
{
border-color: #DD5D5E;
}
</style>