Shades of Mandy #DD585E
Tints of Mandy #DD585E
RGB
CMYK
RGB Variations
Color information
#DD585E (or 0xDD585E) is known color: Mandy. HEX triplet: DD, 58 and 5E. RGB value is (221,88,94). Sum of RGB (Red+Green+Blue) = 221+88+94=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585E is #22A7A1. Grayscale: #808080. Windows color (decimal): -2271138 or 6183133. OLE color: 6183133.
HSL color Cylindrical-coordinate representation of color #DD585E: hue angle of 357.29º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD585E is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 94 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.13 |
| HSL | 357.29º | 0.66% | 0.61% | - |
| HSV(B) | 357.29º | 0.6% | 0.87% | - |
| XYZ | 35.33 | 23.16 | 13.2 | - |
| YUV | 128.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 94 | 0 | 0.60 | 0.57 | 0.13 | 357.29 | 0.66 | 0.61 |
| Hex | DD | 58 | 5E | 0 | 3C | 39 | D | 165 | 42 | 3D |
| Octal | 335 | 130 | 136 | 0 | 74 | 71 | 15 | 545 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1011110 | 0 | 111100 | 111001 | 1101 | 101100101 | 1000010 | 111101 |
Color Harmonies of #DD585E
Complementary color
Monochromatic Colors of #DD585E
Black with #DD585E
Text Example
Text Example
White with #DD585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD585E; }
p { color: rgb(221,88,94); }
H1.HeaderClassName
{
color: #DD585E;
}
.AnyTagClassName
{
color: #DD585E;
}
</style>
background-color css
<style>
a { background-color: #DD585E; }
a { background-color: rgb(221,88,94); }
div.DivClassName
{
background-color: #DD585E;
}
.BgClassName
{
background-color: #DD585E;
}
</style>
border-color css
<style>
span { border-color: #DD585E; }
span { border-color: rgb(221,88,94); }
td.TdClassName
{
border-color: #DD585E;
}
.TagClassName
{
border-color: #DD585E;
}
</style>