Shades of Flamingo #DF644D
Tints of Flamingo #DF644D
RGB
CMYK
RGB Variations
Color information
#DF644D (or 0xDF644D) is known color: Flamingo. HEX triplet: DF, 64 and 4D. RGB value is (223,100,77). Sum of RGB (Red+Green+Blue) = 223+100+77=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF644D is #209BB2. Grayscale: #868686. Windows color (decimal): -2137011 or 5072095. OLE color: 5072095.
HSL color Cylindrical-coordinate representation of color #DF644D: hue angle of 9.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF644D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 77 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.13 |
| HSL | 9.45º | 0.7% | 0.59% | - |
| HSV(B) | 9.45º | 0.65% | 0.87% | - |
| XYZ | 36.33 | 25.34 | 10 | - |
| YUV | 134.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 77 | 0 | 0.55 | 0.65 | 0.13 | 9.45 | 0.7 | 0.59 |
| Hex | DF | 64 | 4D | 0 | 37 | 41 | D | 9 | 46 | 3B |
| Octal | 337 | 144 | 115 | 0 | 67 | 101 | 15 | 11 | 106 | 73 |
| Binary | 11011111 | 1100100 | 1001101 | 0 | 110111 | 1000001 | 1101 | 1001 | 1000110 | 111011 |
Color Harmonies of #DF644D
Complementary color
Monochromatic Colors of #DF644D
Black with #DF644D
Text Example
Text Example
White with #DF644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF644D; }
p { color: rgb(223,100,77); }
H1.HeaderClassName
{
color: #DF644D;
}
.AnyTagClassName
{
color: #DF644D;
}
</style>
background-color css
<style>
a { background-color: #DF644D; }
a { background-color: rgb(223,100,77); }
div.DivClassName
{
background-color: #DF644D;
}
.BgClassName
{
background-color: #DF644D;
}
</style>
border-color css
<style>
span { border-color: #DF644D; }
span { border-color: rgb(223,100,77); }
td.TdClassName
{
border-color: #DF644D;
}
.TagClassName
{
border-color: #DF644D;
}
</style>