Shades of Flamingo #DE6456
Tints of Flamingo #DE6456
RGB
CMYK
RGB Variations
Color information
#DE6456 (or 0xDE6456) is known color: Flamingo. HEX triplet: DE, 64 and 56. RGB value is (222,100,86). Sum of RGB (Red+Green+Blue) = 222+100+86=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6456 is #219BA9. Grayscale: #878787. Windows color (decimal): -2202538 or 5661918. OLE color: 5661918.
HSL color Cylindrical-coordinate representation of color #DE6456: hue angle of 6.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE6456 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 86 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.13 |
| HSL | 6.18º | 0.67% | 0.6% | - |
| HSV(B) | 6.18º | 0.61% | 0.87% | - |
| XYZ | 36.36 | 25.32 | 11.77 | - |
| YUV | 134.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 86 | 0 | 0.55 | 0.61 | 0.13 | 6.18 | 0.67 | 0.6 |
| Hex | DE | 64 | 56 | 0 | 37 | 3D | D | 6 | 43 | 3C |
| Octal | 336 | 144 | 126 | 0 | 67 | 75 | 15 | 6 | 103 | 74 |
| Binary | 11011110 | 1100100 | 1010110 | 0 | 110111 | 111101 | 1101 | 110 | 1000011 | 111100 |
Color Harmonies of #DE6456
Complementary color
Monochromatic Colors of #DE6456
Black with #DE6456
Text Example
Text Example
White with #DE6456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6456; }
p { color: rgb(222,100,86); }
H1.HeaderClassName
{
color: #DE6456;
}
.AnyTagClassName
{
color: #DE6456;
}
</style>
background-color css
<style>
a { background-color: #DE6456; }
a { background-color: rgb(222,100,86); }
div.DivClassName
{
background-color: #DE6456;
}
.BgClassName
{
background-color: #DE6456;
}
</style>
border-color css
<style>
span { border-color: #DE6456; }
span { border-color: rgb(222,100,86); }
td.TdClassName
{
border-color: #DE6456;
}
.TagClassName
{
border-color: #DE6456;
}
</style>