Shades of Flamingo #DE5945
Tints of Flamingo #DE5945
RGB
CMYK
RGB Variations
Color information
#DE5945 (or 0xDE5945) is known color: Flamingo. HEX triplet: DE, 59 and 45. RGB value is (222,89,69). Sum of RGB (Red+Green+Blue) = 222+89+69=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5945 is #21A6BA. Grayscale: #7E7E7E. Windows color (decimal): -2205371 or 4544990. OLE color: 4544990.
HSL color Cylindrical-coordinate representation of color #DE5945: hue angle of 7.84º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE5945 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 69 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.13 |
| HSL | 7.84º | 0.7% | 0.57% | - |
| HSV(B) | 7.84º | 0.69% | 0.87% | - |
| XYZ | 34.77 | 23.1 | 8.26 | - |
| YUV | 126.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 69 | 0 | 0.60 | 0.69 | 0.13 | 7.84 | 0.7 | 0.57 |
| Hex | DE | 59 | 45 | 0 | 3C | 45 | D | 8 | 46 | 39 |
| Octal | 336 | 131 | 105 | 0 | 74 | 105 | 15 | 10 | 106 | 71 |
| Binary | 11011110 | 1011001 | 1000101 | 0 | 111100 | 1000101 | 1101 | 1000 | 1000110 | 111001 |
Color Harmonies of #DE5945
Complementary color
Monochromatic Colors of #DE5945
Black with #DE5945
Text Example
Text Example
White with #DE5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5945; }
p { color: rgb(222,89,69); }
H1.HeaderClassName
{
color: #DE5945;
}
.AnyTagClassName
{
color: #DE5945;
}
</style>
background-color css
<style>
a { background-color: #DE5945; }
a { background-color: rgb(222,89,69); }
div.DivClassName
{
background-color: #DE5945;
}
.BgClassName
{
background-color: #DE5945;
}
</style>
border-color css
<style>
span { border-color: #DE5945; }
span { border-color: rgb(222,89,69); }
td.TdClassName
{
border-color: #DE5945;
}
.TagClassName
{
border-color: #DE5945;
}
</style>