Shades of Flamingo #DF6144
Tints of Flamingo #DF6144
RGB
CMYK
RGB Variations
Color information
#DF6144 (or 0xDF6144) is known color: Flamingo. HEX triplet: DF, 61 and 44. RGB value is (223,97,68). Sum of RGB (Red+Green+Blue) = 223+97+68=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6144 is #209EBB. Grayscale: #838383. Windows color (decimal): -2137788 or 4481503. OLE color: 4481503.
HSL color Cylindrical-coordinate representation of color #DF6144: hue angle of 11.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF6144 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 68 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.13 |
| HSL | 11.23º | 0.71% | 0.57% | - |
| HSV(B) | 11.23º | 0.7% | 0.87% | - |
| XYZ | 35.75 | 24.65 | 8.34 | - |
| YUV | 131.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 68 | 0 | 0.57 | 0.70 | 0.13 | 11.23 | 0.71 | 0.57 |
| Hex | DF | 61 | 44 | 0 | 39 | 46 | D | B | 47 | 39 |
| Octal | 337 | 141 | 104 | 0 | 71 | 106 | 15 | 13 | 107 | 71 |
| Binary | 11011111 | 1100001 | 1000100 | 0 | 111001 | 1000110 | 1101 | 1011 | 1000111 | 111001 |
Color Harmonies of #DF6144
Complementary color
Monochromatic Colors of #DF6144
Black with #DF6144
Text Example
Text Example
White with #DF6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6144; }
p { color: rgb(223,97,68); }
H1.HeaderClassName
{
color: #DF6144;
}
.AnyTagClassName
{
color: #DF6144;
}
</style>
background-color css
<style>
a { background-color: #DF6144; }
a { background-color: rgb(223,97,68); }
div.DivClassName
{
background-color: #DF6144;
}
.BgClassName
{
background-color: #DF6144;
}
</style>
border-color css
<style>
span { border-color: #DF6144; }
span { border-color: rgb(223,97,68); }
td.TdClassName
{
border-color: #DF6144;
}
.TagClassName
{
border-color: #DF6144;
}
</style>