Shades of Mandy #DD4C5E
Tints of Mandy #DD4C5E
RGB
CMYK
RGB Variations
Color information
#DD4C5E (or 0xDD4C5E) is known color: Mandy. HEX triplet: DD, 4C and 5E. RGB value is (221,76,94). Sum of RGB (Red+Green+Blue) = 221+76+94=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C5E is #22B3A1. Grayscale: #797979. Windows color (decimal): -2274210 or 6180061. OLE color: 6180061.
HSL color Cylindrical-coordinate representation of color #DD4C5E: hue angle of 352.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C5E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 94 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.13 |
| HSL | 352.55º | 0.68% | 0.58% | - |
| HSV(B) | 352.55º | 0.66% | 0.87% | - |
| XYZ | 34.42 | 21.35 | 12.9 | - |
| YUV | 121.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 94 | 0 | 0.66 | 0.57 | 0.13 | 352.55 | 0.68 | 0.58 |
| Hex | DD | 4C | 5E | 0 | 42 | 39 | D | 161 | 44 | 3A |
| Octal | 335 | 114 | 136 | 0 | 102 | 71 | 15 | 541 | 104 | 72 |
| Binary | 11011101 | 1001100 | 1011110 | 0 | 1000010 | 111001 | 1101 | 101100001 | 1000100 | 111010 |
Color Harmonies of #DD4C5E
Complementary color
Monochromatic Colors of #DD4C5E
Black with #DD4C5E
Text Example
Text Example
White with #DD4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C5E; }
p { color: rgb(221,76,94); }
H1.HeaderClassName
{
color: #DD4C5E;
}
.AnyTagClassName
{
color: #DD4C5E;
}
</style>
background-color css
<style>
a { background-color: #DD4C5E; }
a { background-color: rgb(221,76,94); }
div.DivClassName
{
background-color: #DD4C5E;
}
.BgClassName
{
background-color: #DD4C5E;
}
</style>
border-color css
<style>
span { border-color: #DD4C5E; }
span { border-color: rgb(221,76,94); }
td.TdClassName
{
border-color: #DD4C5E;
}
.TagClassName
{
border-color: #DD4C5E;
}
</style>