Shades of Mandy #DD575E
Tints of Mandy #DD575E
RGB
CMYK
RGB Variations
Color information
#DD575E (or 0xDD575E) is known color: Mandy. HEX triplet: DD, 57 and 5E. RGB value is (221,87,94). Sum of RGB (Red+Green+Blue) = 221+87+94=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD575E is #22A8A1. Grayscale: #7F7F7F. Windows color (decimal): -2271394 or 6182877. OLE color: 6182877.
HSL color Cylindrical-coordinate representation of color #DD575E: hue angle of 356.87º 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 #DD575E is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 94 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.13 |
| HSL | 356.87º | 0.66% | 0.6% | - |
| HSV(B) | 356.87º | 0.61% | 0.87% | - |
| XYZ | 35.25 | 23 | 13.17 | - |
| YUV | 127.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 94 | 0 | 0.61 | 0.57 | 0.13 | 356.87 | 0.66 | 0.6 |
| Hex | DD | 57 | 5E | 0 | 3D | 39 | D | 165 | 42 | 3C |
| Octal | 335 | 127 | 136 | 0 | 75 | 71 | 15 | 545 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1011110 | 0 | 111101 | 111001 | 1101 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DD575E
Complementary color
Monochromatic Colors of #DD575E
Black with #DD575E
Text Example
Text Example
White with #DD575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD575E; }
p { color: rgb(221,87,94); }
H1.HeaderClassName
{
color: #DD575E;
}
.AnyTagClassName
{
color: #DD575E;
}
</style>
background-color css
<style>
a { background-color: #DD575E; }
a { background-color: rgb(221,87,94); }
div.DivClassName
{
background-color: #DD575E;
}
.BgClassName
{
background-color: #DD575E;
}
</style>
border-color css
<style>
span { border-color: #DD575E; }
span { border-color: rgb(221,87,94); }
td.TdClassName
{
border-color: #DD575E;
}
.TagClassName
{
border-color: #DD575E;
}
</style>