Shades of Mandy #DD5D5F
Tints of Mandy #DD5D5F
RGB
CMYK
RGB Variations
Color information
#DD5D5F (or 0xDD5D5F) is known color: Mandy. HEX triplet: DD, 5D and 5F. RGB value is (221,93,95). Sum of RGB (Red+Green+Blue) = 221+93+95=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D5F is #22A2A0. Grayscale: #838383. Windows color (decimal): -2269857 or 6249949. OLE color: 6249949.
HSL color Cylindrical-coordinate representation of color #DD5D5F: hue angle of 359.06º 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 #DD5D5F is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 95 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.13 |
| HSL | 359.06º | 0.65% | 0.62% | - |
| HSV(B) | 359.06º | 0.58% | 0.87% | - |
| XYZ | 35.8 | 24.03 | 13.58 | - |
| YUV | 131.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 95 | 0 | 0.58 | 0.57 | 0.13 | 359.06 | 0.65 | 0.62 |
| Hex | DD | 5D | 5F | 0 | 3A | 39 | D | 167 | 41 | 3E |
| Octal | 335 | 135 | 137 | 0 | 72 | 71 | 15 | 547 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1011111 | 0 | 111010 | 111001 | 1101 | 101100111 | 1000001 | 111110 |
Color Harmonies of #DD5D5F
Complementary color
Monochromatic Colors of #DD5D5F
Black with #DD5D5F
Text Example
Text Example
White with #DD5D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D5F; }
p { color: rgb(221,93,95); }
H1.HeaderClassName
{
color: #DD5D5F;
}
.AnyTagClassName
{
color: #DD5D5F;
}
</style>
background-color css
<style>
a { background-color: #DD5D5F; }
a { background-color: rgb(221,93,95); }
div.DivClassName
{
background-color: #DD5D5F;
}
.BgClassName
{
background-color: #DD5D5F;
}
</style>
border-color css
<style>
span { border-color: #DD5D5F; }
span { border-color: rgb(221,93,95); }
td.TdClassName
{
border-color: #DD5D5F;
}
.TagClassName
{
border-color: #DD5D5F;
}
</style>