Shades of Flamingo #DE6250
Tints of Flamingo #DE6250
RGB
CMYK
RGB Variations
Color information
#DE6250 (or 0xDE6250) is known color: Flamingo. HEX triplet: DE, 62 and 50. RGB value is (222,98,80). Sum of RGB (Red+Green+Blue) = 222+98+80=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6250 is #219DAF. Grayscale: #858585. Windows color (decimal): -2203056 or 5268190. OLE color: 5268190.
HSL color Cylindrical-coordinate representation of color #DE6250: hue angle of 7.61º 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 #DE6250 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 80 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.13 |
| HSL | 7.61º | 0.68% | 0.59% | - |
| HSV(B) | 7.61º | 0.64% | 0.87% | - |
| XYZ | 35.94 | 24.84 | 10.49 | - |
| YUV | 133.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 80 | 0 | 0.56 | 0.64 | 0.13 | 7.61 | 0.68 | 0.59 |
| Hex | DE | 62 | 50 | 0 | 38 | 40 | D | 8 | 44 | 3B |
| Octal | 336 | 142 | 120 | 0 | 70 | 100 | 15 | 10 | 104 | 73 |
| Binary | 11011110 | 1100010 | 1010000 | 0 | 111000 | 1000000 | 1101 | 1000 | 1000100 | 111011 |
Color Harmonies of #DE6250
Complementary color
Monochromatic Colors of #DE6250
Black with #DE6250
Text Example
Text Example
White with #DE6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6250; }
p { color: rgb(222,98,80); }
H1.HeaderClassName
{
color: #DE6250;
}
.AnyTagClassName
{
color: #DE6250;
}
</style>
background-color css
<style>
a { background-color: #DE6250; }
a { background-color: rgb(222,98,80); }
div.DivClassName
{
background-color: #DE6250;
}
.BgClassName
{
background-color: #DE6250;
}
</style>
border-color css
<style>
span { border-color: #DE6250; }
span { border-color: rgb(222,98,80); }
td.TdClassName
{
border-color: #DE6250;
}
.TagClassName
{
border-color: #DE6250;
}
</style>