Shades of Mandy #DD595B
Tints of Mandy #DD595B
RGB
CMYK
RGB Variations
Color information
#DD595B (or 0xDD595B) is known color: Mandy. HEX triplet: DD, 59 and 5B. RGB value is (221,89,91). Sum of RGB (Red+Green+Blue) = 221+89+91=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD595B is #22A6A4. Grayscale: #808080. Windows color (decimal): -2270885 or 5986781. OLE color: 5986781.
HSL color Cylindrical-coordinate representation of color #DD595B: hue angle of 359.09º 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 #DD595B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 91 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.13 |
| HSL | 359.09º | 0.66% | 0.61% | - |
| HSV(B) | 359.09º | 0.6% | 0.87% | - |
| XYZ | 35.28 | 23.27 | 12.53 | - |
| YUV | 128.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 91 | 0 | 0.60 | 0.59 | 0.13 | 359.09 | 0.66 | 0.61 |
| Hex | DD | 59 | 5B | 0 | 3C | 3B | D | 167 | 42 | 3D |
| Octal | 335 | 131 | 133 | 0 | 74 | 73 | 15 | 547 | 102 | 75 |
| Binary | 11011101 | 1011001 | 1011011 | 0 | 111100 | 111011 | 1101 | 101100111 | 1000010 | 111101 |
Color Harmonies of #DD595B
Complementary color
Monochromatic Colors of #DD595B
Black with #DD595B
Text Example
Text Example
White with #DD595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD595B; }
p { color: rgb(221,89,91); }
H1.HeaderClassName
{
color: #DD595B;
}
.AnyTagClassName
{
color: #DD595B;
}
</style>
background-color css
<style>
a { background-color: #DD595B; }
a { background-color: rgb(221,89,91); }
div.DivClassName
{
background-color: #DD595B;
}
.BgClassName
{
background-color: #DD595B;
}
</style>
border-color css
<style>
span { border-color: #DD595B; }
span { border-color: rgb(221,89,91); }
td.TdClassName
{
border-color: #DD595B;
}
.TagClassName
{
border-color: #DD595B;
}
</style>