Shades of Mandy #DD585C
Tints of Mandy #DD585C
RGB
CMYK
RGB Variations
Color information
#DD585C (or 0xDD585C) is known color: Mandy. HEX triplet: DD, 58 and 5C. RGB value is (221,88,92). Sum of RGB (Red+Green+Blue) = 221+88+92=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585C is #22A7A3. Grayscale: #808080. Windows color (decimal): -2271140 or 6052061. OLE color: 6052061.
HSL color Cylindrical-coordinate representation of color #DD585C: hue angle of 358.2º 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 #DD585C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 92 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.13 |
| HSL | 358.2º | 0.66% | 0.61% | - |
| HSV(B) | 358.2º | 0.6% | 0.87% | - |
| XYZ | 35.24 | 23.12 | 12.73 | - |
| YUV | 128.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 92 | 0 | 0.60 | 0.58 | 0.13 | 358.2 | 0.66 | 0.61 |
| Hex | DD | 58 | 5C | 0 | 3C | 3A | D | 166 | 42 | 3D |
| Octal | 335 | 130 | 134 | 0 | 74 | 72 | 15 | 546 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1011100 | 0 | 111100 | 111010 | 1101 | 101100110 | 1000010 | 111101 |
Color Harmonies of #DD585C
Complementary color
Monochromatic Colors of #DD585C
Black with #DD585C
Text Example
Text Example
White with #DD585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD585C; }
p { color: rgb(221,88,92); }
H1.HeaderClassName
{
color: #DD585C;
}
.AnyTagClassName
{
color: #DD585C;
}
</style>
background-color css
<style>
a { background-color: #DD585C; }
a { background-color: rgb(221,88,92); }
div.DivClassName
{
background-color: #DD585C;
}
.BgClassName
{
background-color: #DD585C;
}
</style>
border-color css
<style>
span { border-color: #DD585C; }
span { border-color: rgb(221,88,92); }
td.TdClassName
{
border-color: #DD585C;
}
.TagClassName
{
border-color: #DD585C;
}
</style>