Shades of Mandy #DD585B
Tints of Mandy #DD585B
RGB
CMYK
RGB Variations
Color information
#DD585B (or 0xDD585B) is known color: Mandy. HEX triplet: DD, 58 and 5B. RGB value is (221,88,91). Sum of RGB (Red+Green+Blue) = 221+88+91=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585B is #22A7A4. Grayscale: #808080. Windows color (decimal): -2271141 or 5986525. OLE color: 5986525.
HSL color Cylindrical-coordinate representation of color #DD585B: hue angle of 358.65º 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 #DD585B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 91 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.13 |
| HSL | 358.65º | 0.66% | 0.61% | - |
| HSV(B) | 358.65º | 0.6% | 0.87% | - |
| XYZ | 35.2 | 23.11 | 12.5 | - |
| YUV | 128.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 91 | 0 | 0.60 | 0.59 | 0.13 | 358.65 | 0.66 | 0.61 |
| Hex | DD | 58 | 5B | 0 | 3C | 3B | D | 167 | 42 | 3D |
| Octal | 335 | 130 | 133 | 0 | 74 | 73 | 15 | 547 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1011011 | 0 | 111100 | 111011 | 1101 | 101100111 | 1000010 | 111101 |
Color Harmonies of #DD585B
Complementary color
Monochromatic Colors of #DD585B
Black with #DD585B
Text Example
Text Example
White with #DD585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD585B; }
p { color: rgb(221,88,91); }
H1.HeaderClassName
{
color: #DD585B;
}
.AnyTagClassName
{
color: #DD585B;
}
</style>
background-color css
<style>
a { background-color: #DD585B; }
a { background-color: rgb(221,88,91); }
div.DivClassName
{
background-color: #DD585B;
}
.BgClassName
{
background-color: #DD585B;
}
</style>
border-color css
<style>
span { border-color: #DD585B; }
span { border-color: rgb(221,88,91); }
td.TdClassName
{
border-color: #DD585B;
}
.TagClassName
{
border-color: #DD585B;
}
</style>