Shades of Flamingo #DF6048
Tints of Flamingo #DF6048
RGB
CMYK
RGB Variations
Color information
#DF6048 (or 0xDF6048) is known color: Flamingo. HEX triplet: DF, 60 and 48. RGB value is (223,96,72). Sum of RGB (Red+Green+Blue) = 223+96+72=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6048 is #209FB7. Grayscale: #838383. Windows color (decimal): -2138040 or 4743391. OLE color: 4743391.
HSL color Cylindrical-coordinate representation of color #DF6048: hue angle of 9.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF6048 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 72 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.13 |
| HSL | 9.54º | 0.7% | 0.58% | - |
| HSV(B) | 9.54º | 0.68% | 0.87% | - |
| XYZ | 35.78 | 24.52 | 8.98 | - |
| YUV | 131.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 72 | 0 | 0.57 | 0.68 | 0.13 | 9.54 | 0.7 | 0.58 |
| Hex | DF | 60 | 48 | 0 | 39 | 44 | D | A | 46 | 3A |
| Octal | 337 | 140 | 110 | 0 | 71 | 104 | 15 | 12 | 106 | 72 |
| Binary | 11011111 | 1100000 | 1001000 | 0 | 111001 | 1000100 | 1101 | 1010 | 1000110 | 111010 |
Color Harmonies of #DF6048
Complementary color
Monochromatic Colors of #DF6048
Black with #DF6048
Text Example
Text Example
White with #DF6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6048; }
p { color: rgb(223,96,72); }
H1.HeaderClassName
{
color: #DF6048;
}
.AnyTagClassName
{
color: #DF6048;
}
</style>
background-color css
<style>
a { background-color: #DF6048; }
a { background-color: rgb(223,96,72); }
div.DivClassName
{
background-color: #DF6048;
}
.BgClassName
{
background-color: #DF6048;
}
</style>
border-color css
<style>
span { border-color: #DF6048; }
span { border-color: rgb(223,96,72); }
td.TdClassName
{
border-color: #DF6048;
}
.TagClassName
{
border-color: #DF6048;
}
</style>