Shades of Flamingo #DE5E4D
Tints of Flamingo #DE5E4D
RGB
CMYK
RGB Variations
Color information
#DE5E4D (or 0xDE5E4D) is known color: Flamingo. HEX triplet: DE, 5E and 4D. RGB value is (222,94,77). Sum of RGB (Red+Green+Blue) = 222+94+77=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E4D is #21A1B2. Grayscale: #828282. Windows color (decimal): -2204083 or 5070558. OLE color: 5070558.
HSL color Cylindrical-coordinate representation of color #DE5E4D: hue angle of 7.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE5E4D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 77 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.13 |
| HSL | 7.03º | 0.69% | 0.59% | - |
| HSV(B) | 7.03º | 0.65% | 0.87% | - |
| XYZ | 35.47 | 24.07 | 9.8 | - |
| YUV | 130.33 | 97.91 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 77 | 0 | 0.58 | 0.65 | 0.13 | 7.03 | 0.69 | 0.59 |
| Hex | DE | 5E | 4D | 0 | 3A | 41 | D | 7 | 45 | 3B |
| Octal | 336 | 136 | 115 | 0 | 72 | 101 | 15 | 7 | 105 | 73 |
| Binary | 11011110 | 1011110 | 1001101 | 0 | 111010 | 1000001 | 1101 | 111 | 1000101 | 111011 |
Color Harmonies of #DE5E4D
Complementary color
Monochromatic Colors of #DE5E4D
Black with #DE5E4D
Text Example
Text Example
White with #DE5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E4D; }
p { color: rgb(222,94,77); }
H1.HeaderClassName
{
color: #DE5E4D;
}
.AnyTagClassName
{
color: #DE5E4D;
}
</style>
background-color css
<style>
a { background-color: #DE5E4D; }
a { background-color: rgb(222,94,77); }
div.DivClassName
{
background-color: #DE5E4D;
}
.BgClassName
{
background-color: #DE5E4D;
}
</style>
border-color css
<style>
span { border-color: #DE5E4D; }
span { border-color: rgb(222,94,77); }
td.TdClassName
{
border-color: #DE5E4D;
}
.TagClassName
{
border-color: #DE5E4D;
}
</style>