Shades of Mandy #DD4E5B
Tints of Mandy #DD4E5B
RGB
CMYK
RGB Variations
Color information
#DD4E5B (or 0xDD4E5B) is known color: Mandy. HEX triplet: DD, 4E and 5B. RGB value is (221,78,91). Sum of RGB (Red+Green+Blue) = 221+78+91=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E5B is #22B1A4. Grayscale: #7A7A7A. Windows color (decimal): -2273701 or 5983965. OLE color: 5983965.
HSL color Cylindrical-coordinate representation of color #DD4E5B: hue angle of 354.55º 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 #DD4E5B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 91 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.13 |
| HSL | 354.55º | 0.68% | 0.59% | - |
| HSV(B) | 354.55º | 0.65% | 0.87% | - |
| XYZ | 34.43 | 21.58 | 12.25 | - |
| YUV | 122.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 91 | 0 | 0.65 | 0.59 | 0.13 | 354.55 | 0.68 | 0.59 |
| Hex | DD | 4E | 5B | 0 | 41 | 3B | D | 163 | 44 | 3B |
| Octal | 335 | 116 | 133 | 0 | 101 | 73 | 15 | 543 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1011011 | 0 | 1000001 | 111011 | 1101 | 101100011 | 1000100 | 111011 |
Color Harmonies of #DD4E5B
Complementary color
Monochromatic Colors of #DD4E5B
Black with #DD4E5B
Text Example
Text Example
White with #DD4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E5B; }
p { color: rgb(221,78,91); }
H1.HeaderClassName
{
color: #DD4E5B;
}
.AnyTagClassName
{
color: #DD4E5B;
}
</style>
background-color css
<style>
a { background-color: #DD4E5B; }
a { background-color: rgb(221,78,91); }
div.DivClassName
{
background-color: #DD4E5B;
}
.BgClassName
{
background-color: #DD4E5B;
}
</style>
border-color css
<style>
span { border-color: #DD4E5B; }
span { border-color: rgb(221,78,91); }
td.TdClassName
{
border-color: #DD4E5B;
}
.TagClassName
{
border-color: #DD4E5B;
}
</style>