Shades of Flamingo #DF5D4F
Tints of Flamingo #DF5D4F
RGB
CMYK
RGB Variations
Color information
#DF5D4F (or 0xDF5D4F) is known color: Flamingo. HEX triplet: DF, 5D and 4F. RGB value is (223,93,79). Sum of RGB (Red+Green+Blue) = 223+93+79=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5D4F is #20A2B0. Grayscale: #828282. Windows color (decimal): -2138801 or 5201375. OLE color: 5201375.
HSL color Cylindrical-coordinate representation of color #DF5D4F: hue angle of 5.83º degrees, saturation: 0.69, 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 #DF5D4F is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 79 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.13 |
| HSL | 5.83º | 0.69% | 0.59% | - |
| HSV(B) | 5.83º | 0.65% | 0.87% | - |
| XYZ | 35.76 | 24.08 | 10.16 | - |
| YUV | 130.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 79 | 0 | 0.58 | 0.65 | 0.13 | 5.83 | 0.69 | 0.59 |
| Hex | DF | 5D | 4F | 0 | 3A | 41 | D | 6 | 45 | 3B |
| Octal | 337 | 135 | 117 | 0 | 72 | 101 | 15 | 6 | 105 | 73 |
| Binary | 11011111 | 1011101 | 1001111 | 0 | 111010 | 1000001 | 1101 | 110 | 1000101 | 111011 |
Color Harmonies of #DF5D4F
Complementary color
Monochromatic Colors of #DF5D4F
Black with #DF5D4F
Text Example
Text Example
White with #DF5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D4F; }
p { color: rgb(223,93,79); }
H1.HeaderClassName
{
color: #DF5D4F;
}
.AnyTagClassName
{
color: #DF5D4F;
}
</style>
background-color css
<style>
a { background-color: #DF5D4F; }
a { background-color: rgb(223,93,79); }
div.DivClassName
{
background-color: #DF5D4F;
}
.BgClassName
{
background-color: #DF5D4F;
}
</style>
border-color css
<style>
span { border-color: #DF5D4F; }
span { border-color: rgb(223,93,79); }
td.TdClassName
{
border-color: #DF5D4F;
}
.TagClassName
{
border-color: #DF5D4F;
}
</style>