Shades of Flamingo #DD5E43
Tints of Flamingo #DD5E43
RGB
CMYK
RGB Variations
Color information
#DD5E43 (or 0xDD5E43) is known color: Flamingo. HEX triplet: DD, 5E and 43. RGB value is (221,94,67). Sum of RGB (Red+Green+Blue) = 221+94+67=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E43 is #22A1BC. Grayscale: #818181. Windows color (decimal): -2269629 or 4415197. OLE color: 4415197.
HSL color Cylindrical-coordinate representation of color #DD5E43: hue angle of 10.52º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD5E43 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 67 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.13 |
| HSL | 10.52º | 0.69% | 0.56% | - |
| HSV(B) | 10.52º | 0.7% | 0.87% | - |
| XYZ | 34.83 | 23.78 | 8.06 | - |
| YUV | 128.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 67 | 0 | 0.57 | 0.70 | 0.13 | 10.52 | 0.69 | 0.56 |
| Hex | DD | 5E | 43 | 0 | 39 | 46 | D | B | 45 | 38 |
| Octal | 335 | 136 | 103 | 0 | 71 | 106 | 15 | 13 | 105 | 70 |
| Binary | 11011101 | 1011110 | 1000011 | 0 | 111001 | 1000110 | 1101 | 1011 | 1000101 | 111000 |
Color Harmonies of #DD5E43
Complementary color
Monochromatic Colors of #DD5E43
Black with #DD5E43
Text Example
Text Example
White with #DD5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E43; }
p { color: rgb(221,94,67); }
H1.HeaderClassName
{
color: #DD5E43;
}
.AnyTagClassName
{
color: #DD5E43;
}
</style>
background-color css
<style>
a { background-color: #DD5E43; }
a { background-color: rgb(221,94,67); }
div.DivClassName
{
background-color: #DD5E43;
}
.BgClassName
{
background-color: #DD5E43;
}
</style>
border-color css
<style>
span { border-color: #DD5E43; }
span { border-color: rgb(221,94,67); }
td.TdClassName
{
border-color: #DD5E43;
}
.TagClassName
{
border-color: #DD5E43;
}
</style>