Shades of Mandy #DD5763
Tints of Mandy #DD5763
RGB
CMYK
RGB Variations
Color information
#DD5763 (or 0xDD5763) is known color: Mandy. HEX triplet: DD, 57 and 63. RGB value is (221,87,99). Sum of RGB (Red+Green+Blue) = 221+87+99=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5763 is #22A89C. Grayscale: #808080. Windows color (decimal): -2271389 or 6510557. OLE color: 6510557.
HSL color Cylindrical-coordinate representation of color #DD5763: hue angle of 354.63º 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 #DD5763 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 99 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.13 |
| HSL | 354.63º | 0.66% | 0.6% | - |
| HSV(B) | 354.63º | 0.61% | 0.87% | - |
| XYZ | 35.48 | 23.09 | 14.39 | - |
| YUV | 128.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 99 | 0 | 0.61 | 0.55 | 0.13 | 354.63 | 0.66 | 0.6 |
| Hex | DD | 57 | 63 | 0 | 3D | 37 | D | 163 | 42 | 3C |
| Octal | 335 | 127 | 143 | 0 | 75 | 67 | 15 | 543 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1100011 | 0 | 111101 | 110111 | 1101 | 101100011 | 1000010 | 111100 |
Color Harmonies of #DD5763
Complementary color
Monochromatic Colors of #DD5763
Black with #DD5763
Text Example
Text Example
White with #DD5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5763; }
p { color: rgb(221,87,99); }
H1.HeaderClassName
{
color: #DD5763;
}
.AnyTagClassName
{
color: #DD5763;
}
</style>
background-color css
<style>
a { background-color: #DD5763; }
a { background-color: rgb(221,87,99); }
div.DivClassName
{
background-color: #DD5763;
}
.BgClassName
{
background-color: #DD5763;
}
</style>
border-color css
<style>
span { border-color: #DD5763; }
span { border-color: rgb(221,87,99); }
td.TdClassName
{
border-color: #DD5763;
}
.TagClassName
{
border-color: #DD5763;
}
</style>