Shades of Flamingo #DF5E4B
Tints of Flamingo #DF5E4B
RGB
CMYK
RGB Variations
Color information
#DF5E4B (or 0xDF5E4B) is known color: Flamingo. HEX triplet: DF, 5E and 4B. RGB value is (223,94,75). Sum of RGB (Red+Green+Blue) = 223+94+75=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E4B is #20A1B4. Grayscale: #828282. Windows color (decimal): -2138549 or 4939487. OLE color: 4939487.
HSL color Cylindrical-coordinate representation of color #DF5E4B: hue angle of 7.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF5E4B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 75 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.13 |
| HSL | 7.7º | 0.7% | 0.58% | - |
| HSV(B) | 7.7º | 0.66% | 0.87% | - |
| XYZ | 35.7 | 24.2 | 9.45 | - |
| YUV | 130.41 | 96.74 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 75 | 0 | 0.58 | 0.66 | 0.13 | 7.7 | 0.7 | 0.58 |
| Hex | DF | 5E | 4B | 0 | 3A | 42 | D | 8 | 46 | 3A |
| Octal | 337 | 136 | 113 | 0 | 72 | 102 | 15 | 10 | 106 | 72 |
| Binary | 11011111 | 1011110 | 1001011 | 0 | 111010 | 1000010 | 1101 | 1000 | 1000110 | 111010 |
Color Harmonies of #DF5E4B
Complementary color
Monochromatic Colors of #DF5E4B
Black with #DF5E4B
Text Example
Text Example
White with #DF5E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E4B; }
p { color: rgb(223,94,75); }
H1.HeaderClassName
{
color: #DF5E4B;
}
.AnyTagClassName
{
color: #DF5E4B;
}
</style>
background-color css
<style>
a { background-color: #DF5E4B; }
a { background-color: rgb(223,94,75); }
div.DivClassName
{
background-color: #DF5E4B;
}
.BgClassName
{
background-color: #DF5E4B;
}
</style>
border-color css
<style>
span { border-color: #DF5E4B; }
span { border-color: rgb(223,94,75); }
td.TdClassName
{
border-color: #DF5E4B;
}
.TagClassName
{
border-color: #DF5E4B;
}
</style>