Shades of Mandy #DD4E61
Tints of Mandy #DD4E61
RGB
CMYK
RGB Variations
Color information
#DD4E61 (or 0xDD4E61) is known color: Mandy. HEX triplet: DD, 4E and 61. RGB value is (221,78,97). Sum of RGB (Red+Green+Blue) = 221+78+97=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E61 is #22B19E. Grayscale: #7A7A7A. Windows color (decimal): -2273695 or 6377181. OLE color: 6377181.
HSL color Cylindrical-coordinate representation of color #DD4E61: hue angle of 352.03º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E61 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 97 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.13 |
| HSL | 352.03º | 0.68% | 0.59% | - |
| HSV(B) | 352.03º | 0.65% | 0.87% | - |
| XYZ | 34.7 | 21.68 | 13.67 | - |
| YUV | 122.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 97 | 0 | 0.65 | 0.56 | 0.13 | 352.03 | 0.68 | 0.59 |
| Hex | DD | 4E | 61 | 0 | 41 | 38 | D | 160 | 44 | 3B |
| Octal | 335 | 116 | 141 | 0 | 101 | 70 | 15 | 540 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1100001 | 0 | 1000001 | 111000 | 1101 | 101100000 | 1000100 | 111011 |
Color Harmonies of #DD4E61
Complementary color
Monochromatic Colors of #DD4E61
Black with #DD4E61
Text Example
Text Example
White with #DD4E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E61; }
p { color: rgb(221,78,97); }
H1.HeaderClassName
{
color: #DD4E61;
}
.AnyTagClassName
{
color: #DD4E61;
}
</style>
background-color css
<style>
a { background-color: #DD4E61; }
a { background-color: rgb(221,78,97); }
div.DivClassName
{
background-color: #DD4E61;
}
.BgClassName
{
background-color: #DD4E61;
}
</style>
border-color css
<style>
span { border-color: #DD4E61; }
span { border-color: rgb(221,78,97); }
td.TdClassName
{
border-color: #DD4E61;
}
.TagClassName
{
border-color: #DD4E61;
}
</style>