Shades of Flamingo #DE6453
Tints of Flamingo #DE6453
RGB
CMYK
RGB Variations
Color information
#DE6453 (or 0xDE6453) is known color: Flamingo. HEX triplet: DE, 64 and 53. RGB value is (222,100,83). Sum of RGB (Red+Green+Blue) = 222+100+83=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6453 is #219BAC. Grayscale: #868686. Windows color (decimal): -2202541 or 5465310. OLE color: 5465310.
HSL color Cylindrical-coordinate representation of color #DE6453: hue angle of 7.34º 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 #DE6453 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 83 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.13 |
| HSL | 7.34º | 0.68% | 0.6% | - |
| HSV(B) | 7.34º | 0.63% | 0.87% | - |
| XYZ | 36.24 | 25.27 | 11.15 | - |
| YUV | 134.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 83 | 0 | 0.55 | 0.63 | 0.13 | 7.34 | 0.68 | 0.6 |
| Hex | DE | 64 | 53 | 0 | 37 | 3F | D | 7 | 44 | 3C |
| Octal | 336 | 144 | 123 | 0 | 67 | 77 | 15 | 7 | 104 | 74 |
| Binary | 11011110 | 1100100 | 1010011 | 0 | 110111 | 111111 | 1101 | 111 | 1000100 | 111100 |
Color Harmonies of #DE6453
Complementary color
Monochromatic Colors of #DE6453
Black with #DE6453
Text Example
Text Example
White with #DE6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6453; }
p { color: rgb(222,100,83); }
H1.HeaderClassName
{
color: #DE6453;
}
.AnyTagClassName
{
color: #DE6453;
}
</style>
background-color css
<style>
a { background-color: #DE6453; }
a { background-color: rgb(222,100,83); }
div.DivClassName
{
background-color: #DE6453;
}
.BgClassName
{
background-color: #DE6453;
}
</style>
border-color css
<style>
span { border-color: #DE6453; }
span { border-color: rgb(222,100,83); }
td.TdClassName
{
border-color: #DE6453;
}
.TagClassName
{
border-color: #DE6453;
}
</style>