Shades of Mandy #DD575D
Tints of Mandy #DD575D
RGB
CMYK
RGB Variations
Color information
#DD575D (or 0xDD575D) is known color: Mandy. HEX triplet: DD, 57 and 5D. RGB value is (221,87,93). Sum of RGB (Red+Green+Blue) = 221+87+93=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD575D is #22A8A2. Grayscale: #7F7F7F. Windows color (decimal): -2271395 or 6117341. OLE color: 6117341.
HSL color Cylindrical-coordinate representation of color #DD575D: hue angle of 357.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD575D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 93 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.13 |
| HSL | 357.31º | 0.66% | 0.6% | - |
| HSV(B) | 357.31º | 0.61% | 0.87% | - |
| XYZ | 35.2 | 22.98 | 12.94 | - |
| YUV | 127.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 93 | 0 | 0.61 | 0.58 | 0.13 | 357.31 | 0.66 | 0.6 |
| Hex | DD | 57 | 5D | 0 | 3D | 3A | D | 165 | 42 | 3C |
| Octal | 335 | 127 | 135 | 0 | 75 | 72 | 15 | 545 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1011101 | 0 | 111101 | 111010 | 1101 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DD575D
Complementary color
Monochromatic Colors of #DD575D
Black with #DD575D
Text Example
Text Example
White with #DD575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD575D; }
p { color: rgb(221,87,93); }
H1.HeaderClassName
{
color: #DD575D;
}
.AnyTagClassName
{
color: #DD575D;
}
</style>
background-color css
<style>
a { background-color: #DD575D; }
a { background-color: rgb(221,87,93); }
div.DivClassName
{
background-color: #DD575D;
}
.BgClassName
{
background-color: #DD575D;
}
</style>
border-color css
<style>
span { border-color: #DD575D; }
span { border-color: rgb(221,87,93); }
td.TdClassName
{
border-color: #DD575D;
}
.TagClassName
{
border-color: #DD575D;
}
</style>