Shades of Flamingo #DE5E47
Tints of Flamingo #DE5E47
RGB
CMYK
RGB Variations
Color information
#DE5E47 (or 0xDE5E47) is known color: Flamingo. HEX triplet: DE, 5E and 47. RGB value is (222,94,71). Sum of RGB (Red+Green+Blue) = 222+94+71=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5E47 is #21A1B8. Grayscale: #818181. Windows color (decimal): -2204089 or 4677342. OLE color: 4677342.
HSL color Cylindrical-coordinate representation of color #DE5E47: hue angle of 9.14º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE5E47 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 71 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.13 |
| HSL | 9.14º | 0.7% | 0.57% | - |
| HSV(B) | 9.14º | 0.68% | 0.87% | - |
| XYZ | 35.26 | 23.99 | 8.73 | - |
| YUV | 129.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 71 | 0 | 0.58 | 0.68 | 0.13 | 9.14 | 0.7 | 0.57 |
| Hex | DE | 5E | 47 | 0 | 3A | 44 | D | 9 | 46 | 39 |
| Octal | 336 | 136 | 107 | 0 | 72 | 104 | 15 | 11 | 106 | 71 |
| Binary | 11011110 | 1011110 | 1000111 | 0 | 111010 | 1000100 | 1101 | 1001 | 1000110 | 111001 |
Color Harmonies of #DE5E47
Complementary color
Monochromatic Colors of #DE5E47
Black with #DE5E47
Text Example
Text Example
White with #DE5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E47; }
p { color: rgb(222,94,71); }
H1.HeaderClassName
{
color: #DE5E47;
}
.AnyTagClassName
{
color: #DE5E47;
}
</style>
background-color css
<style>
a { background-color: #DE5E47; }
a { background-color: rgb(222,94,71); }
div.DivClassName
{
background-color: #DE5E47;
}
.BgClassName
{
background-color: #DE5E47;
}
</style>
border-color css
<style>
span { border-color: #DE5E47; }
span { border-color: rgb(222,94,71); }
td.TdClassName
{
border-color: #DE5E47;
}
.TagClassName
{
border-color: #DE5E47;
}
</style>