Shades of Flamingo #DD6550
Tints of Flamingo #DD6550
RGB
CMYK
RGB Variations
Color information
#DD6550 (or 0xDD6550) is known color: Flamingo. HEX triplet: DD, 65 and 50. RGB value is (221,101,80). Sum of RGB (Red+Green+Blue) = 221+101+80=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6550 is #229AAF. Grayscale: #868686. Windows color (decimal): -2267824 or 5268957. OLE color: 5268957.
HSL color Cylindrical-coordinate representation of color #DD6550: hue angle of 8.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD6550 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 80 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.13 |
| HSL | 8.94º | 0.67% | 0.59% | - |
| HSV(B) | 8.94º | 0.64% | 0.87% | - |
| XYZ | 35.92 | 25.26 | 10.57 | - |
| YUV | 134.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 80 | 0 | 0.54 | 0.64 | 0.13 | 8.94 | 0.67 | 0.59 |
| Hex | DD | 65 | 50 | 0 | 36 | 40 | D | 9 | 43 | 3B |
| Octal | 335 | 145 | 120 | 0 | 66 | 100 | 15 | 11 | 103 | 73 |
| Binary | 11011101 | 1100101 | 1010000 | 0 | 110110 | 1000000 | 1101 | 1001 | 1000011 | 111011 |
Color Harmonies of #DD6550
Complementary color
Monochromatic Colors of #DD6550
Black with #DD6550
Text Example
Text Example
White with #DD6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6550; }
p { color: rgb(221,101,80); }
H1.HeaderClassName
{
color: #DD6550;
}
.AnyTagClassName
{
color: #DD6550;
}
</style>
background-color css
<style>
a { background-color: #DD6550; }
a { background-color: rgb(221,101,80); }
div.DivClassName
{
background-color: #DD6550;
}
.BgClassName
{
background-color: #DD6550;
}
</style>
border-color css
<style>
span { border-color: #DD6550; }
span { border-color: rgb(221,101,80); }
td.TdClassName
{
border-color: #DD6550;
}
.TagClassName
{
border-color: #DD6550;
}
</style>