Shades of Flamingo #DE6043
Tints of Flamingo #DE6043
RGB
CMYK
RGB Variations
Color information
#DE6043 (or 0xDE6043) is known color: Flamingo. HEX triplet: DE, 60 and 43. RGB value is (222,96,67). Sum of RGB (Red+Green+Blue) = 222+96+67=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6043 is #219FBC. Grayscale: #828282. Windows color (decimal): -2203581 or 4415710. OLE color: 4415710.
HSL color Cylindrical-coordinate representation of color #DE6043: hue angle of 11.23º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE6043 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 67 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.13 |
| HSL | 11.23º | 0.7% | 0.57% | - |
| HSV(B) | 11.23º | 0.7% | 0.87% | - |
| XYZ | 35.32 | 24.3 | 8.14 | - |
| YUV | 130.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 67 | 0 | 0.57 | 0.70 | 0.13 | 11.23 | 0.7 | 0.57 |
| Hex | DE | 60 | 43 | 0 | 39 | 46 | D | B | 46 | 39 |
| Octal | 336 | 140 | 103 | 0 | 71 | 106 | 15 | 13 | 106 | 71 |
| Binary | 11011110 | 1100000 | 1000011 | 0 | 111001 | 1000110 | 1101 | 1011 | 1000110 | 111001 |
Color Harmonies of #DE6043
Complementary color
Monochromatic Colors of #DE6043
Black with #DE6043
Text Example
Text Example
White with #DE6043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6043; }
p { color: rgb(222,96,67); }
H1.HeaderClassName
{
color: #DE6043;
}
.AnyTagClassName
{
color: #DE6043;
}
</style>
background-color css
<style>
a { background-color: #DE6043; }
a { background-color: rgb(222,96,67); }
div.DivClassName
{
background-color: #DE6043;
}
.BgClassName
{
background-color: #DE6043;
}
</style>
border-color css
<style>
span { border-color: #DE6043; }
span { border-color: rgb(222,96,67); }
td.TdClassName
{
border-color: #DE6043;
}
.TagClassName
{
border-color: #DE6043;
}
</style>