Shades of Mandy #DD5C5F
Tints of Mandy #DD5C5F
RGB
CMYK
RGB Variations
Color information
#DD5C5F (or 0xDD5C5F) is known color: Mandy. HEX triplet: DD, 5C and 5F. RGB value is (221,92,95). Sum of RGB (Red+Green+Blue) = 221+92+95=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C5F is #22A3A0. Grayscale: #838383. Windows color (decimal): -2270113 or 6249693. OLE color: 6249693.
HSL color Cylindrical-coordinate representation of color #DD5C5F: hue angle of 358.6º 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 #DD5C5F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 95 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 358.6º | 0.65% | 0.61% | - |
| HSV(B) | 358.6º | 0.58% | 0.87% | - |
| XYZ | 35.71 | 23.85 | 13.55 | - |
| YUV | 130.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 95 | 0 | 0.58 | 0.57 | 0.13 | 358.6 | 0.65 | 0.61 |
| Hex | DD | 5C | 5F | 0 | 3A | 39 | D | 167 | 41 | 3D |
| Octal | 335 | 134 | 137 | 0 | 72 | 71 | 15 | 547 | 101 | 75 |
| Binary | 11011101 | 1011100 | 1011111 | 0 | 111010 | 111001 | 1101 | 101100111 | 1000001 | 111101 |
Color Harmonies of #DD5C5F
Complementary color
Monochromatic Colors of #DD5C5F
Black with #DD5C5F
Text Example
Text Example
White with #DD5C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C5F; }
p { color: rgb(221,92,95); }
H1.HeaderClassName
{
color: #DD5C5F;
}
.AnyTagClassName
{
color: #DD5C5F;
}
</style>
background-color css
<style>
a { background-color: #DD5C5F; }
a { background-color: rgb(221,92,95); }
div.DivClassName
{
background-color: #DD5C5F;
}
.BgClassName
{
background-color: #DD5C5F;
}
</style>
border-color css
<style>
span { border-color: #DD5C5F; }
span { border-color: rgb(221,92,95); }
td.TdClassName
{
border-color: #DD5C5F;
}
.TagClassName
{
border-color: #DD5C5F;
}
</style>