Shades of Flamingo #DE5D4D
Tints of Flamingo #DE5D4D
RGB
CMYK
RGB Variations
Color information
#DE5D4D (or 0xDE5D4D) is known color: Flamingo. HEX triplet: DE, 5D and 4D. RGB value is (222,93,77). Sum of RGB (Red+Green+Blue) = 222+93+77=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D4D is #21A2B2. Grayscale: #818181. Windows color (decimal): -2204339 or 5070302. OLE color: 5070302.
HSL color Cylindrical-coordinate representation of color #DE5D4D: hue angle of 6.62º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE5D4D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 93 | 77 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.13 |
| HSL | 6.62º | 0.69% | 0.59% | - |
| HSV(B) | 6.62º | 0.65% | 0.87% | - |
| XYZ | 35.38 | 23.89 | 9.77 | - |
| YUV | 129.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 77 | 0 | 0.58 | 0.65 | 0.13 | 6.62 | 0.69 | 0.59 |
| Hex | DE | 5D | 4D | 0 | 3A | 41 | D | 7 | 45 | 3B |
| Octal | 336 | 135 | 115 | 0 | 72 | 101 | 15 | 7 | 105 | 73 |
| Binary | 11011110 | 1011101 | 1001101 | 0 | 111010 | 1000001 | 1101 | 111 | 1000101 | 111011 |
Color Harmonies of #DE5D4D
Complementary color
Monochromatic Colors of #DE5D4D
Black with #DE5D4D
Text Example
Text Example
White with #DE5D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5D4D; }
p { color: rgb(222,93,77); }
H1.HeaderClassName
{
color: #DE5D4D;
}
.AnyTagClassName
{
color: #DE5D4D;
}
</style>
background-color css
<style>
a { background-color: #DE5D4D; }
a { background-color: rgb(222,93,77); }
div.DivClassName
{
background-color: #DE5D4D;
}
.BgClassName
{
background-color: #DE5D4D;
}
</style>
border-color css
<style>
span { border-color: #DE5D4D; }
span { border-color: rgb(222,93,77); }
td.TdClassName
{
border-color: #DE5D4D;
}
.TagClassName
{
border-color: #DE5D4D;
}
</style>