Shades of Flamingo #DE5A44
Tints of Flamingo #DE5A44
RGB
CMYK
RGB Variations
Color information
#DE5A44 (or 0xDE5A44) is known color: Flamingo. HEX triplet: DE, 5A and 44. RGB value is (222,90,68). Sum of RGB (Red+Green+Blue) = 222+90+68=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5A44 is #21A5BB. Grayscale: #7F7F7F. Windows color (decimal): -2205116 or 4479710. OLE color: 4479710.
HSL color Cylindrical-coordinate representation of color #DE5A44: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE5A44 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 68 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.13 |
| HSL | 8.57º | 0.7% | 0.57% | - |
| HSV(B) | 8.57º | 0.69% | 0.87% | - |
| XYZ | 34.82 | 23.26 | 8.12 | - |
| YUV | 126.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 68 | 0 | 0.59 | 0.69 | 0.13 | 8.57 | 0.7 | 0.57 |
| Hex | DE | 5A | 44 | 0 | 3B | 45 | D | 9 | 46 | 39 |
| Octal | 336 | 132 | 104 | 0 | 73 | 105 | 15 | 11 | 106 | 71 |
| Binary | 11011110 | 1011010 | 1000100 | 0 | 111011 | 1000101 | 1101 | 1001 | 1000110 | 111001 |
Color Harmonies of #DE5A44
Complementary color
Monochromatic Colors of #DE5A44
Black with #DE5A44
Text Example
Text Example
White with #DE5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5A44; }
p { color: rgb(222,90,68); }
H1.HeaderClassName
{
color: #DE5A44;
}
.AnyTagClassName
{
color: #DE5A44;
}
</style>
background-color css
<style>
a { background-color: #DE5A44; }
a { background-color: rgb(222,90,68); }
div.DivClassName
{
background-color: #DE5A44;
}
.BgClassName
{
background-color: #DE5A44;
}
</style>
border-color css
<style>
span { border-color: #DE5A44; }
span { border-color: rgb(222,90,68); }
td.TdClassName
{
border-color: #DE5A44;
}
.TagClassName
{
border-color: #DE5A44;
}
</style>