Shades of Flamingo #DE654F
Tints of Flamingo #DE654F
RGB
CMYK
RGB Variations
Color information
#DE654F (or 0xDE654F) is known color: Flamingo. HEX triplet: DE, 65 and 4F. RGB value is (222,101,79). Sum of RGB (Red+Green+Blue) = 222+101+79=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE654F is #219AB0. Grayscale: #868686. Windows color (decimal): -2202289 or 5203422. OLE color: 5203422.
HSL color Cylindrical-coordinate representation of color #DE654F: hue angle of 9.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE654F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 79 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.13 |
| HSL | 9.23º | 0.68% | 0.59% | - |
| HSV(B) | 9.23º | 0.64% | 0.87% | - |
| XYZ | 36.19 | 25.4 | 10.39 | - |
| YUV | 134.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 79 | 0 | 0.55 | 0.64 | 0.13 | 9.23 | 0.68 | 0.59 |
| Hex | DE | 65 | 4F | 0 | 37 | 40 | D | 9 | 44 | 3B |
| Octal | 336 | 145 | 117 | 0 | 67 | 100 | 15 | 11 | 104 | 73 |
| Binary | 11011110 | 1100101 | 1001111 | 0 | 110111 | 1000000 | 1101 | 1001 | 1000100 | 111011 |
Color Harmonies of #DE654F
Complementary color
Monochromatic Colors of #DE654F
Black with #DE654F
Text Example
Text Example
White with #DE654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE654F; }
p { color: rgb(222,101,79); }
H1.HeaderClassName
{
color: #DE654F;
}
.AnyTagClassName
{
color: #DE654F;
}
</style>
background-color css
<style>
a { background-color: #DE654F; }
a { background-color: rgb(222,101,79); }
div.DivClassName
{
background-color: #DE654F;
}
.BgClassName
{
background-color: #DE654F;
}
</style>
border-color css
<style>
span { border-color: #DE654F; }
span { border-color: rgb(222,101,79); }
td.TdClassName
{
border-color: #DE654F;
}
.TagClassName
{
border-color: #DE654F;
}
</style>