Shades of Flamingo #DE624D
Tints of Flamingo #DE624D
RGB
CMYK
RGB Variations
Color information
#DE624D (or 0xDE624D) is known color: Flamingo. HEX triplet: DE, 62 and 4D. RGB value is (222,98,77). Sum of RGB (Red+Green+Blue) = 222+98+77=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE624D is #219DB2. Grayscale: #848484. Windows color (decimal): -2203059 or 5071582. OLE color: 5071582.
HSL color Cylindrical-coordinate representation of color #DE624D: hue angle of 8.69º 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 #DE624D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 77 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.13 |
| HSL | 8.69º | 0.69% | 0.59% | - |
| HSV(B) | 8.69º | 0.65% | 0.87% | - |
| XYZ | 35.83 | 24.8 | 9.92 | - |
| YUV | 132.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 77 | 0 | 0.56 | 0.65 | 0.13 | 8.69 | 0.69 | 0.59 |
| Hex | DE | 62 | 4D | 0 | 38 | 41 | D | 9 | 45 | 3B |
| Octal | 336 | 142 | 115 | 0 | 70 | 101 | 15 | 11 | 105 | 73 |
| Binary | 11011110 | 1100010 | 1001101 | 0 | 111000 | 1000001 | 1101 | 1001 | 1000101 | 111011 |
Color Harmonies of #DE624D
Complementary color
Monochromatic Colors of #DE624D
Black with #DE624D
Text Example
Text Example
White with #DE624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE624D; }
p { color: rgb(222,98,77); }
H1.HeaderClassName
{
color: #DE624D;
}
.AnyTagClassName
{
color: #DE624D;
}
</style>
background-color css
<style>
a { background-color: #DE624D; }
a { background-color: rgb(222,98,77); }
div.DivClassName
{
background-color: #DE624D;
}
.BgClassName
{
background-color: #DE624D;
}
</style>
border-color css
<style>
span { border-color: #DE624D; }
span { border-color: rgb(222,98,77); }
td.TdClassName
{
border-color: #DE624D;
}
.TagClassName
{
border-color: #DE624D;
}
</style>