Shades of Flamingo #DD5C4D
Tints of Flamingo #DD5C4D
RGB
CMYK
RGB Variations
Color information
#DD5C4D (or 0xDD5C4D) is known color: Flamingo. HEX triplet: DD, 5C and 4D. RGB value is (221,92,77). Sum of RGB (Red+Green+Blue) = 221+92+77=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C4D is #22A3B2. Grayscale: #818181. Windows color (decimal): -2270131 or 5070045. OLE color: 5070045.
HSL color Cylindrical-coordinate representation of color #DD5C4D: hue angle of 6.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD5C4D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 77 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.13 |
| HSL | 6.25º | 0.68% | 0.58% | - |
| HSV(B) | 6.25º | 0.65% | 0.87% | - |
| XYZ | 34.99 | 23.56 | 9.73 | - |
| YUV | 128.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 77 | 0 | 0.58 | 0.65 | 0.13 | 6.25 | 0.68 | 0.58 |
| Hex | DD | 5C | 4D | 0 | 3A | 41 | D | 6 | 44 | 3A |
| Octal | 335 | 134 | 115 | 0 | 72 | 101 | 15 | 6 | 104 | 72 |
| Binary | 11011101 | 1011100 | 1001101 | 0 | 111010 | 1000001 | 1101 | 110 | 1000100 | 111010 |
Color Harmonies of #DD5C4D
Complementary color
Monochromatic Colors of #DD5C4D
Black with #DD5C4D
Text Example
Text Example
White with #DD5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C4D; }
p { color: rgb(221,92,77); }
H1.HeaderClassName
{
color: #DD5C4D;
}
.AnyTagClassName
{
color: #DD5C4D;
}
</style>
background-color css
<style>
a { background-color: #DD5C4D; }
a { background-color: rgb(221,92,77); }
div.DivClassName
{
background-color: #DD5C4D;
}
.BgClassName
{
background-color: #DD5C4D;
}
</style>
border-color css
<style>
span { border-color: #DD5C4D; }
span { border-color: rgb(221,92,77); }
td.TdClassName
{
border-color: #DD5C4D;
}
.TagClassName
{
border-color: #DD5C4D;
}
</style>