Shades of Flamingo #DE6552
Tints of Flamingo #DE6552
RGB
CMYK
RGB Variations
Color information
#DE6552 (or 0xDE6552) is known color: Flamingo. HEX triplet: DE, 65 and 52. RGB value is (222,101,82). Sum of RGB (Red+Green+Blue) = 222+101+82=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6552 is #219AAD. Grayscale: #878787. Windows color (decimal): -2202286 or 5400030. OLE color: 5400030.
HSL color Cylindrical-coordinate representation of color #DE6552: hue angle of 8.14º 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 #DE6552 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 82 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.13 |
| HSL | 8.14º | 0.68% | 0.6% | - |
| HSV(B) | 8.14º | 0.63% | 0.87% | - |
| XYZ | 36.3 | 25.45 | 10.98 | - |
| YUV | 135.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 82 | 0 | 0.55 | 0.63 | 0.13 | 8.14 | 0.68 | 0.6 |
| Hex | DE | 65 | 52 | 0 | 37 | 3F | D | 8 | 44 | 3C |
| Octal | 336 | 145 | 122 | 0 | 67 | 77 | 15 | 10 | 104 | 74 |
| Binary | 11011110 | 1100101 | 1010010 | 0 | 110111 | 111111 | 1101 | 1000 | 1000100 | 111100 |
Color Harmonies of #DE6552
Complementary color
Monochromatic Colors of #DE6552
Black with #DE6552
Text Example
Text Example
White with #DE6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6552; }
p { color: rgb(222,101,82); }
H1.HeaderClassName
{
color: #DE6552;
}
.AnyTagClassName
{
color: #DE6552;
}
</style>
background-color css
<style>
a { background-color: #DE6552; }
a { background-color: rgb(222,101,82); }
div.DivClassName
{
background-color: #DE6552;
}
.BgClassName
{
background-color: #DE6552;
}
</style>
border-color css
<style>
span { border-color: #DE6552; }
span { border-color: rgb(222,101,82); }
td.TdClassName
{
border-color: #DE6552;
}
.TagClassName
{
border-color: #DE6552;
}
</style>