Shades of Flamingo #DE654B
Tints of Flamingo #DE654B
RGB
CMYK
RGB Variations
Color information
#DE654B (or 0xDE654B) is known color: Flamingo. HEX triplet: DE, 65 and 4B. RGB value is (222,101,75). Sum of RGB (Red+Green+Blue) = 222+101+75=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE654B is #219AB4. Grayscale: #868686. Windows color (decimal): -2202293 or 4941278. OLE color: 4941278.
HSL color Cylindrical-coordinate representation of color #DE654B: hue angle of 10.61º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE654B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 75 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.13 |
| HSL | 10.61º | 0.69% | 0.58% | - |
| HSV(B) | 10.61º | 0.66% | 0.87% | - |
| XYZ | 36.05 | 25.34 | 9.65 | - |
| YUV | 134.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 75 | 0 | 0.55 | 0.66 | 0.13 | 10.61 | 0.69 | 0.58 |
| Hex | DE | 65 | 4B | 0 | 37 | 42 | D | B | 45 | 3A |
| Octal | 336 | 145 | 113 | 0 | 67 | 102 | 15 | 13 | 105 | 72 |
| Binary | 11011110 | 1100101 | 1001011 | 0 | 110111 | 1000010 | 1101 | 1011 | 1000101 | 111010 |
Color Harmonies of #DE654B
Complementary color
Monochromatic Colors of #DE654B
Black with #DE654B
Text Example
Text Example
White with #DE654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE654B; }
p { color: rgb(222,101,75); }
H1.HeaderClassName
{
color: #DE654B;
}
.AnyTagClassName
{
color: #DE654B;
}
</style>
background-color css
<style>
a { background-color: #DE654B; }
a { background-color: rgb(222,101,75); }
div.DivClassName
{
background-color: #DE654B;
}
.BgClassName
{
background-color: #DE654B;
}
</style>
border-color css
<style>
span { border-color: #DE654B; }
span { border-color: rgb(222,101,75); }
td.TdClassName
{
border-color: #DE654B;
}
.TagClassName
{
border-color: #DE654B;
}
</style>