Shades of Flamingo #DE604D
Tints of Flamingo #DE604D
RGB
CMYK
RGB Variations
Color information
#DE604D (or 0xDE604D) is known color: Flamingo. HEX triplet: DE, 60 and 4D. RGB value is (222,96,77). Sum of RGB (Red+Green+Blue) = 222+96+77=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE604D is #219FB2. Grayscale: #838383. Windows color (decimal): -2203571 or 5071070. OLE color: 5071070.
HSL color Cylindrical-coordinate representation of color #DE604D: hue angle of 7.86º 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 #DE604D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 77 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.13 |
| HSL | 7.86º | 0.69% | 0.59% | - |
| HSV(B) | 7.86º | 0.65% | 0.87% | - |
| XYZ | 35.65 | 24.43 | 9.86 | - |
| YUV | 131.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 77 | 0 | 0.57 | 0.65 | 0.13 | 7.86 | 0.69 | 0.59 |
| Hex | DE | 60 | 4D | 0 | 39 | 41 | D | 8 | 45 | 3B |
| Octal | 336 | 140 | 115 | 0 | 71 | 101 | 15 | 10 | 105 | 73 |
| Binary | 11011110 | 1100000 | 1001101 | 0 | 111001 | 1000001 | 1101 | 1000 | 1000101 | 111011 |
Color Harmonies of #DE604D
Complementary color
Monochromatic Colors of #DE604D
Black with #DE604D
Text Example
Text Example
White with #DE604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE604D; }
p { color: rgb(222,96,77); }
H1.HeaderClassName
{
color: #DE604D;
}
.AnyTagClassName
{
color: #DE604D;
}
</style>
background-color css
<style>
a { background-color: #DE604D; }
a { background-color: rgb(222,96,77); }
div.DivClassName
{
background-color: #DE604D;
}
.BgClassName
{
background-color: #DE604D;
}
</style>
border-color css
<style>
span { border-color: #DE604D; }
span { border-color: rgb(222,96,77); }
td.TdClassName
{
border-color: #DE604D;
}
.TagClassName
{
border-color: #DE604D;
}
</style>