Shades of Flamingo #DE5C43
Tints of Flamingo #DE5C43
RGB
CMYK
RGB Variations
Color information
#DE5C43 (or 0xDE5C43) is known color: Flamingo. HEX triplet: DE, 5C and 43. RGB value is (222,92,67). Sum of RGB (Red+Green+Blue) = 222+92+67=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5C43 is #21A3BC. Grayscale: #808080. Windows color (decimal): -2204605 or 4414686. OLE color: 4414686.
HSL color Cylindrical-coordinate representation of color #DE5C43: hue angle of 9.68º 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 #DE5C43 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 92 | 67 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.13 |
| HSL | 9.68º | 0.7% | 0.57% | - |
| HSV(B) | 9.68º | 0.7% | 0.87% | - |
| XYZ | 34.96 | 23.59 | 8.02 | - |
| YUV | 128.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 67 | 0 | 0.59 | 0.70 | 0.13 | 9.68 | 0.7 | 0.57 |
| Hex | DE | 5C | 43 | 0 | 3B | 46 | D | A | 46 | 39 |
| Octal | 336 | 134 | 103 | 0 | 73 | 106 | 15 | 12 | 106 | 71 |
| Binary | 11011110 | 1011100 | 1000011 | 0 | 111011 | 1000110 | 1101 | 1010 | 1000110 | 111001 |
Color Harmonies of #DE5C43
Complementary color
Monochromatic Colors of #DE5C43
Black with #DE5C43
Text Example
Text Example
White with #DE5C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5C43; }
p { color: rgb(222,92,67); }
H1.HeaderClassName
{
color: #DE5C43;
}
.AnyTagClassName
{
color: #DE5C43;
}
</style>
background-color css
<style>
a { background-color: #DE5C43; }
a { background-color: rgb(222,92,67); }
div.DivClassName
{
background-color: #DE5C43;
}
.BgClassName
{
background-color: #DE5C43;
}
</style>
border-color css
<style>
span { border-color: #DE5C43; }
span { border-color: rgb(222,92,67); }
td.TdClassName
{
border-color: #DE5C43;
}
.TagClassName
{
border-color: #DE5C43;
}
</style>