Shades of Flamingo #DE6343
Tints of Flamingo #DE6343
RGB
CMYK
RGB Variations
Color information
#DE6343 (or 0xDE6343) is known color: Flamingo. HEX triplet: DE, 63 and 43. RGB value is (222,99,67). Sum of RGB (Red+Green+Blue) = 222+99+67=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6343 is #219CBC. Grayscale: #848484. Windows color (decimal): -2202813 or 4416478. OLE color: 4416478.
HSL color Cylindrical-coordinate representation of color #DE6343: hue angle of 12.39º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE6343 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 67 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.13 |
| HSL | 12.39º | 0.7% | 0.57% | - |
| HSV(B) | 12.39º | 0.7% | 0.87% | - |
| XYZ | 35.6 | 24.86 | 8.23 | - |
| YUV | 132.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 67 | 0 | 0.55 | 0.70 | 0.13 | 12.39 | 0.7 | 0.57 |
| Hex | DE | 63 | 43 | 0 | 37 | 46 | D | C | 46 | 39 |
| Octal | 336 | 143 | 103 | 0 | 67 | 106 | 15 | 14 | 106 | 71 |
| Binary | 11011110 | 1100011 | 1000011 | 0 | 110111 | 1000110 | 1101 | 1100 | 1000110 | 111001 |
Color Harmonies of #DE6343
Complementary color
Monochromatic Colors of #DE6343
Black with #DE6343
Text Example
Text Example
White with #DE6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6343; }
p { color: rgb(222,99,67); }
H1.HeaderClassName
{
color: #DE6343;
}
.AnyTagClassName
{
color: #DE6343;
}
</style>
background-color css
<style>
a { background-color: #DE6343; }
a { background-color: rgb(222,99,67); }
div.DivClassName
{
background-color: #DE6343;
}
.BgClassName
{
background-color: #DE6343;
}
</style>
border-color css
<style>
span { border-color: #DE6343; }
span { border-color: rgb(222,99,67); }
td.TdClassName
{
border-color: #DE6343;
}
.TagClassName
{
border-color: #DE6343;
}
</style>