Shades of Flamingo #DE6656
Tints of Flamingo #DE6656
RGB
CMYK
RGB Variations
Color information
#DE6656 (or 0xDE6656) is known color: Flamingo. HEX triplet: DE, 66 and 56. RGB value is (222,102,86). Sum of RGB (Red+Green+Blue) = 222+102+86=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6656 is #2199A9. Grayscale: #888888. Windows color (decimal): -2202026 or 5662430. OLE color: 5662430.
HSL color Cylindrical-coordinate representation of color #DE6656: hue angle of 7.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE6656 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 86 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.13 |
| HSL | 7.06º | 0.67% | 0.6% | - |
| HSV(B) | 7.06º | 0.61% | 0.87% | - |
| XYZ | 36.56 | 25.7 | 11.84 | - |
| YUV | 136.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 86 | 0 | 0.54 | 0.61 | 0.13 | 7.06 | 0.67 | 0.6 |
| Hex | DE | 66 | 56 | 0 | 36 | 3D | D | 7 | 43 | 3C |
| Octal | 336 | 146 | 126 | 0 | 66 | 75 | 15 | 7 | 103 | 74 |
| Binary | 11011110 | 1100110 | 1010110 | 0 | 110110 | 111101 | 1101 | 111 | 1000011 | 111100 |
Color Harmonies of #DE6656
Complementary color
Monochromatic Colors of #DE6656
Black with #DE6656
Text Example
Text Example
White with #DE6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6656; }
p { color: rgb(222,102,86); }
H1.HeaderClassName
{
color: #DE6656;
}
.AnyTagClassName
{
color: #DE6656;
}
</style>
background-color css
<style>
a { background-color: #DE6656; }
a { background-color: rgb(222,102,86); }
div.DivClassName
{
background-color: #DE6656;
}
.BgClassName
{
background-color: #DE6656;
}
</style>
border-color css
<style>
span { border-color: #DE6656; }
span { border-color: rgb(222,102,86); }
td.TdClassName
{
border-color: #DE6656;
}
.TagClassName
{
border-color: #DE6656;
}
</style>