Shades of Mandy #DD4E60
Tints of Mandy #DD4E60
RGB
CMYK
RGB Variations
Color information
#DD4E60 (or 0xDD4E60) is known color: Mandy. HEX triplet: DD, 4E and 60. RGB value is (221,78,96). Sum of RGB (Red+Green+Blue) = 221+78+96=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E60 is #22B19F. Grayscale: #7A7A7A. Windows color (decimal): -2273696 or 6311645. OLE color: 6311645.
HSL color Cylindrical-coordinate representation of color #DD4E60: hue angle of 352.45º 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 #DD4E60 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 96 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.13 |
| HSL | 352.45º | 0.68% | 0.59% | - |
| HSV(B) | 352.45º | 0.65% | 0.87% | - |
| XYZ | 34.65 | 21.67 | 13.42 | - |
| YUV | 122.81 | 112.88 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 96 | 0 | 0.65 | 0.57 | 0.13 | 352.45 | 0.68 | 0.59 |
| Hex | DD | 4E | 60 | 0 | 41 | 39 | D | 160 | 44 | 3B |
| Octal | 335 | 116 | 140 | 0 | 101 | 71 | 15 | 540 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1100000 | 0 | 1000001 | 111001 | 1101 | 101100000 | 1000100 | 111011 |
Color Harmonies of #DD4E60
Complementary color
Monochromatic Colors of #DD4E60
Black with #DD4E60
Text Example
Text Example
White with #DD4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E60; }
p { color: rgb(221,78,96); }
H1.HeaderClassName
{
color: #DD4E60;
}
.AnyTagClassName
{
color: #DD4E60;
}
</style>
background-color css
<style>
a { background-color: #DD4E60; }
a { background-color: rgb(221,78,96); }
div.DivClassName
{
background-color: #DD4E60;
}
.BgClassName
{
background-color: #DD4E60;
}
</style>
border-color css
<style>
span { border-color: #DD4E60; }
span { border-color: rgb(221,78,96); }
td.TdClassName
{
border-color: #DD4E60;
}
.TagClassName
{
border-color: #DD4E60;
}
</style>