Shades of Flamingo #DD5D44
Tints of Flamingo #DD5D44
RGB
CMYK
RGB Variations
Color information
#DD5D44 (or 0xDD5D44) is known color: Flamingo. HEX triplet: DD, 5D and 44. RGB value is (221,93,68). Sum of RGB (Red+Green+Blue) = 221+93+68=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D44 is #22A2BB. Grayscale: #808080. Windows color (decimal): -2269884 or 4480477. OLE color: 4480477.
HSL color Cylindrical-coordinate representation of color #DD5D44: hue angle of 9.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5D44 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 68 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.13 |
| HSL | 9.8º | 0.69% | 0.57% | - |
| HSV(B) | 9.8º | 0.69% | 0.87% | - |
| XYZ | 34.78 | 23.62 | 8.19 | - |
| YUV | 128.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 68 | 0 | 0.58 | 0.69 | 0.13 | 9.8 | 0.69 | 0.57 |
| Hex | DD | 5D | 44 | 0 | 3A | 45 | D | A | 45 | 39 |
| Octal | 335 | 135 | 104 | 0 | 72 | 105 | 15 | 12 | 105 | 71 |
| Binary | 11011101 | 1011101 | 1000100 | 0 | 111010 | 1000101 | 1101 | 1010 | 1000101 | 111001 |
Color Harmonies of #DD5D44
Complementary color
Monochromatic Colors of #DD5D44
Black with #DD5D44
Text Example
Text Example
White with #DD5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D44; }
p { color: rgb(221,93,68); }
H1.HeaderClassName
{
color: #DD5D44;
}
.AnyTagClassName
{
color: #DD5D44;
}
</style>
background-color css
<style>
a { background-color: #DD5D44; }
a { background-color: rgb(221,93,68); }
div.DivClassName
{
background-color: #DD5D44;
}
.BgClassName
{
background-color: #DD5D44;
}
</style>
border-color css
<style>
span { border-color: #DD5D44; }
span { border-color: rgb(221,93,68); }
td.TdClassName
{
border-color: #DD5D44;
}
.TagClassName
{
border-color: #DD5D44;
}
</style>