Shades of Flamingo #DD5E47
Tints of Flamingo #DD5E47
RGB
CMYK
RGB Variations
Color information
#DD5E47 (or 0xDD5E47) is known color: Flamingo. HEX triplet: DD, 5E and 47. RGB value is (221,94,71). Sum of RGB (Red+Green+Blue) = 221+94+71=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E47 is #22A1B8. Grayscale: #818181. Windows color (decimal): -2269625 or 4677341. OLE color: 4677341.
HSL color Cylindrical-coordinate representation of color #DD5E47: hue angle of 9.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD5E47 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 71 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.13 |
| HSL | 9.2º | 0.69% | 0.57% | - |
| HSV(B) | 9.2º | 0.68% | 0.87% | - |
| XYZ | 34.96 | 23.83 | 8.72 | - |
| YUV | 129.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 71 | 0 | 0.57 | 0.68 | 0.13 | 9.2 | 0.69 | 0.57 |
| Hex | DD | 5E | 47 | 0 | 39 | 44 | D | 9 | 45 | 39 |
| Octal | 335 | 136 | 107 | 0 | 71 | 104 | 15 | 11 | 105 | 71 |
| Binary | 11011101 | 1011110 | 1000111 | 0 | 111001 | 1000100 | 1101 | 1001 | 1000101 | 111001 |
Color Harmonies of #DD5E47
Complementary color
Monochromatic Colors of #DD5E47
Black with #DD5E47
Text Example
Text Example
White with #DD5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E47; }
p { color: rgb(221,94,71); }
H1.HeaderClassName
{
color: #DD5E47;
}
.AnyTagClassName
{
color: #DD5E47;
}
</style>
background-color css
<style>
a { background-color: #DD5E47; }
a { background-color: rgb(221,94,71); }
div.DivClassName
{
background-color: #DD5E47;
}
.BgClassName
{
background-color: #DD5E47;
}
</style>
border-color css
<style>
span { border-color: #DD5E47; }
span { border-color: rgb(221,94,71); }
td.TdClassName
{
border-color: #DD5E47;
}
.TagClassName
{
border-color: #DD5E47;
}
</style>