Shades of Flamingo #DE5E51
Tints of Flamingo #DE5E51
RGB
CMYK
RGB Variations
Color information
#DE5E51 (or 0xDE5E51) is known color: Flamingo. HEX triplet: DE, 5E and 51. RGB value is (222,94,81). Sum of RGB (Red+Green+Blue) = 222+94+81=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E51 is #21A1AE. Grayscale: #828282. Windows color (decimal): -2204079 or 5332702. OLE color: 5332702.
HSL color Cylindrical-coordinate representation of color #DE5E51: hue angle of 5.53º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5E51 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 81 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.13 |
| HSL | 5.53º | 0.68% | 0.59% | - |
| HSV(B) | 5.53º | 0.64% | 0.87% | - |
| XYZ | 35.61 | 24.13 | 10.57 | - |
| YUV | 130.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 81 | 0 | 0.58 | 0.64 | 0.13 | 5.53 | 0.68 | 0.59 |
| Hex | DE | 5E | 51 | 0 | 3A | 40 | D | 6 | 44 | 3B |
| Octal | 336 | 136 | 121 | 0 | 72 | 100 | 15 | 6 | 104 | 73 |
| Binary | 11011110 | 1011110 | 1010001 | 0 | 111010 | 1000000 | 1101 | 110 | 1000100 | 111011 |
Color Harmonies of #DE5E51
Complementary color
Monochromatic Colors of #DE5E51
Black with #DE5E51
Text Example
Text Example
White with #DE5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E51; }
p { color: rgb(222,94,81); }
H1.HeaderClassName
{
color: #DE5E51;
}
.AnyTagClassName
{
color: #DE5E51;
}
</style>
background-color css
<style>
a { background-color: #DE5E51; }
a { background-color: rgb(222,94,81); }
div.DivClassName
{
background-color: #DE5E51;
}
.BgClassName
{
background-color: #DE5E51;
}
</style>
border-color css
<style>
span { border-color: #DE5E51; }
span { border-color: rgb(222,94,81); }
td.TdClassName
{
border-color: #DE5E51;
}
.TagClassName
{
border-color: #DE5E51;
}
</style>