Shades of Flamingo #DE6D4D
Tints of Flamingo #DE6D4D
RGB
CMYK
RGB Variations
Color information
#DE6D4D (or 0xDE6D4D) is known color: Flamingo. HEX triplet: DE, 6D and 4D. RGB value is (222,109,77). Sum of RGB (Red+Green+Blue) = 222+109+77=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D4D is #2192B2. Grayscale: #8B8B8B. Windows color (decimal): -2200243 or 5074398. OLE color: 5074398.
HSL color Cylindrical-coordinate representation of color #DE6D4D: hue angle of 13.24º 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 #DE6D4D is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 77 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.13 |
| HSL | 13.24º | 0.69% | 0.59% | - |
| HSV(B) | 13.24º | 0.65% | 0.87% | - |
| XYZ | 36.93 | 27 | 10.29 | - |
| YUV | 139.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 77 | 0 | 0.51 | 0.65 | 0.13 | 13.24 | 0.69 | 0.59 |
| Hex | DE | 6D | 4D | 0 | 33 | 41 | D | D | 45 | 3B |
| Octal | 336 | 155 | 115 | 0 | 63 | 101 | 15 | 15 | 105 | 73 |
| Binary | 11011110 | 1101101 | 1001101 | 0 | 110011 | 1000001 | 1101 | 1101 | 1000101 | 111011 |
Color Harmonies of #DE6D4D
Complementary color
Monochromatic Colors of #DE6D4D
Black with #DE6D4D
Text Example
Text Example
White with #DE6D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D4D; }
p { color: rgb(222,109,77); }
H1.HeaderClassName
{
color: #DE6D4D;
}
.AnyTagClassName
{
color: #DE6D4D;
}
</style>
background-color css
<style>
a { background-color: #DE6D4D; }
a { background-color: rgb(222,109,77); }
div.DivClassName
{
background-color: #DE6D4D;
}
.BgClassName
{
background-color: #DE6D4D;
}
</style>
border-color css
<style>
span { border-color: #DE6D4D; }
span { border-color: rgb(222,109,77); }
td.TdClassName
{
border-color: #DE6D4D;
}
.TagClassName
{
border-color: #DE6D4D;
}
</style>