Shades of Flamingo #DF6550
Tints of Flamingo #DF6550
RGB
CMYK
RGB Variations
Color information
#DF6550 (or 0xDF6550) is known color: Flamingo. HEX triplet: DF, 65 and 50. RGB value is (223,101,80). Sum of RGB (Red+Green+Blue) = 223+101+80=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6550 is #209AAF. Grayscale: #878787. Windows color (decimal): -2136752 or 5268959. OLE color: 5268959.
HSL color Cylindrical-coordinate representation of color #DF6550: hue angle of 8.81º degrees, saturation: 0.69, 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 #DF6550 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 80 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.13 |
| HSL | 8.81º | 0.69% | 0.59% | - |
| HSV(B) | 8.81º | 0.64% | 0.87% | - |
| XYZ | 36.53 | 25.57 | 10.6 | - |
| YUV | 135.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 80 | 0 | 0.55 | 0.64 | 0.13 | 8.81 | 0.69 | 0.59 |
| Hex | DF | 65 | 50 | 0 | 37 | 40 | D | 9 | 45 | 3B |
| Octal | 337 | 145 | 120 | 0 | 67 | 100 | 15 | 11 | 105 | 73 |
| Binary | 11011111 | 1100101 | 1010000 | 0 | 110111 | 1000000 | 1101 | 1001 | 1000101 | 111011 |
Color Harmonies of #DF6550
Complementary color
Monochromatic Colors of #DF6550
Black with #DF6550
Text Example
Text Example
White with #DF6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6550; }
p { color: rgb(223,101,80); }
H1.HeaderClassName
{
color: #DF6550;
}
.AnyTagClassName
{
color: #DF6550;
}
</style>
background-color css
<style>
a { background-color: #DF6550; }
a { background-color: rgb(223,101,80); }
div.DivClassName
{
background-color: #DF6550;
}
.BgClassName
{
background-color: #DF6550;
}
</style>
border-color css
<style>
span { border-color: #DF6550; }
span { border-color: rgb(223,101,80); }
td.TdClassName
{
border-color: #DF6550;
}
.TagClassName
{
border-color: #DF6550;
}
</style>