Shades of Flamingo #DF5A4A
Tints of Flamingo #DF5A4A
RGB
CMYK
RGB Variations
Color information
#DF5A4A (or 0xDF5A4A) is known color: Flamingo. HEX triplet: DF, 5A and 4A. RGB value is (223,90,74). Sum of RGB (Red+Green+Blue) = 223+90+74=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A4A is #20A5B5. Grayscale: #808080. Windows color (decimal): -2139574 or 4872927. OLE color: 4872927.
HSL color Cylindrical-coordinate representation of color #DF5A4A: hue angle of 6.44º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5A4A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 74 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.13 |
| HSL | 6.44º | 0.7% | 0.58% | - |
| HSV(B) | 6.44º | 0.67% | 0.87% | - |
| XYZ | 35.32 | 23.49 | 9.15 | - |
| YUV | 127.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 74 | 0 | 0.60 | 0.67 | 0.13 | 6.44 | 0.7 | 0.58 |
| Hex | DF | 5A | 4A | 0 | 3C | 43 | D | 6 | 46 | 3A |
| Octal | 337 | 132 | 112 | 0 | 74 | 103 | 15 | 6 | 106 | 72 |
| Binary | 11011111 | 1011010 | 1001010 | 0 | 111100 | 1000011 | 1101 | 110 | 1000110 | 111010 |
Color Harmonies of #DF5A4A
Complementary color
Monochromatic Colors of #DF5A4A
Black with #DF5A4A
Text Example
Text Example
White with #DF5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A4A; }
p { color: rgb(223,90,74); }
H1.HeaderClassName
{
color: #DF5A4A;
}
.AnyTagClassName
{
color: #DF5A4A;
}
</style>
background-color css
<style>
a { background-color: #DF5A4A; }
a { background-color: rgb(223,90,74); }
div.DivClassName
{
background-color: #DF5A4A;
}
.BgClassName
{
background-color: #DF5A4A;
}
</style>
border-color css
<style>
span { border-color: #DF5A4A; }
span { border-color: rgb(223,90,74); }
td.TdClassName
{
border-color: #DF5A4A;
}
.TagClassName
{
border-color: #DF5A4A;
}
</style>