Shades of Flamingo #DE6353
Tints of Flamingo #DE6353
RGB
CMYK
RGB Variations
Color information
#DE6353 (or 0xDE6353) is known color: Flamingo. HEX triplet: DE, 63 and 53. RGB value is (222,99,83). Sum of RGB (Red+Green+Blue) = 222+99+83=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6353 is #219CAC. Grayscale: #868686. Windows color (decimal): -2202797 or 5465054. OLE color: 5465054.
HSL color Cylindrical-coordinate representation of color #DE6353: hue angle of 6.91º 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 #DE6353 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 83 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.13 |
| HSL | 6.91º | 0.68% | 0.6% | - |
| HSV(B) | 6.91º | 0.63% | 0.87% | - |
| XYZ | 36.15 | 25.08 | 11.12 | - |
| YUV | 133.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 83 | 0 | 0.55 | 0.63 | 0.13 | 6.91 | 0.68 | 0.6 |
| Hex | DE | 63 | 53 | 0 | 37 | 3F | D | 7 | 44 | 3C |
| Octal | 336 | 143 | 123 | 0 | 67 | 77 | 15 | 7 | 104 | 74 |
| Binary | 11011110 | 1100011 | 1010011 | 0 | 110111 | 111111 | 1101 | 111 | 1000100 | 111100 |
Color Harmonies of #DE6353
Complementary color
Monochromatic Colors of #DE6353
Black with #DE6353
Text Example
Text Example
White with #DE6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6353; }
p { color: rgb(222,99,83); }
H1.HeaderClassName
{
color: #DE6353;
}
.AnyTagClassName
{
color: #DE6353;
}
</style>
background-color css
<style>
a { background-color: #DE6353; }
a { background-color: rgb(222,99,83); }
div.DivClassName
{
background-color: #DE6353;
}
.BgClassName
{
background-color: #DE6353;
}
</style>
border-color css
<style>
span { border-color: #DE6353; }
span { border-color: rgb(222,99,83); }
td.TdClassName
{
border-color: #DE6353;
}
.TagClassName
{
border-color: #DE6353;
}
</style>