Shades of Flamingo #DE654D
Tints of Flamingo #DE654D
RGB
CMYK
RGB Variations
Color information
#DE654D (or 0xDE654D) is known color: Flamingo. HEX triplet: DE, 65 and 4D. RGB value is (222,101,77). Sum of RGB (Red+Green+Blue) = 222+101+77=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE654D is #219AB2. Grayscale: #868686. Windows color (decimal): -2202291 or 5072350. OLE color: 5072350.
HSL color Cylindrical-coordinate representation of color #DE654D: hue angle of 9.93º 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 #DE654D is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 77 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.13 |
| HSL | 9.93º | 0.69% | 0.59% | - |
| HSV(B) | 9.93º | 0.65% | 0.87% | - |
| XYZ | 36.12 | 25.37 | 10.02 | - |
| YUV | 134.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 77 | 0 | 0.55 | 0.65 | 0.13 | 9.93 | 0.69 | 0.59 |
| Hex | DE | 65 | 4D | 0 | 37 | 41 | D | A | 45 | 3B |
| Octal | 336 | 145 | 115 | 0 | 67 | 101 | 15 | 12 | 105 | 73 |
| Binary | 11011110 | 1100101 | 1001101 | 0 | 110111 | 1000001 | 1101 | 1010 | 1000101 | 111011 |
Color Harmonies of #DE654D
Complementary color
Monochromatic Colors of #DE654D
Black with #DE654D
Text Example
Text Example
White with #DE654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE654D; }
p { color: rgb(222,101,77); }
H1.HeaderClassName
{
color: #DE654D;
}
.AnyTagClassName
{
color: #DE654D;
}
</style>
background-color css
<style>
a { background-color: #DE654D; }
a { background-color: rgb(222,101,77); }
div.DivClassName
{
background-color: #DE654D;
}
.BgClassName
{
background-color: #DE654D;
}
</style>
border-color css
<style>
span { border-color: #DE654D; }
span { border-color: rgb(222,101,77); }
td.TdClassName
{
border-color: #DE654D;
}
.TagClassName
{
border-color: #DE654D;
}
</style>