Shades of Flamingo #DE6053
Tints of Flamingo #DE6053
RGB
CMYK
RGB Variations
Color information
#DE6053 (or 0xDE6053) is known color: Flamingo. HEX triplet: DE, 60 and 53. RGB value is (222,96,83). Sum of RGB (Red+Green+Blue) = 222+96+83=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6053 is #219FAC. Grayscale: #848484. Windows color (decimal): -2203565 or 5464286. OLE color: 5464286.
HSL color Cylindrical-coordinate representation of color #DE6053: hue angle of 5.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE6053 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 83 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.13 |
| HSL | 5.61º | 0.68% | 0.6% | - |
| HSV(B) | 5.61º | 0.63% | 0.87% | - |
| XYZ | 35.87 | 24.52 | 11.03 | - |
| YUV | 132.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 83 | 0 | 0.57 | 0.63 | 0.13 | 5.61 | 0.68 | 0.6 |
| Hex | DE | 60 | 53 | 0 | 39 | 3F | D | 6 | 44 | 3C |
| Octal | 336 | 140 | 123 | 0 | 71 | 77 | 15 | 6 | 104 | 74 |
| Binary | 11011110 | 1100000 | 1010011 | 0 | 111001 | 111111 | 1101 | 110 | 1000100 | 111100 |
Color Harmonies of #DE6053
Complementary color
Monochromatic Colors of #DE6053
Black with #DE6053
Text Example
Text Example
White with #DE6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6053; }
p { color: rgb(222,96,83); }
H1.HeaderClassName
{
color: #DE6053;
}
.AnyTagClassName
{
color: #DE6053;
}
</style>
background-color css
<style>
a { background-color: #DE6053; }
a { background-color: rgb(222,96,83); }
div.DivClassName
{
background-color: #DE6053;
}
.BgClassName
{
background-color: #DE6053;
}
</style>
border-color css
<style>
span { border-color: #DE6053; }
span { border-color: rgb(222,96,83); }
td.TdClassName
{
border-color: #DE6053;
}
.TagClassName
{
border-color: #DE6053;
}
</style>