Shades of Flamingo #DE614A
Tints of Flamingo #DE614A
RGB
CMYK
RGB Variations
Color information
#DE614A (or 0xDE614A) is known color: Flamingo. HEX triplet: DE, 61 and 4A. RGB value is (222,97,74). Sum of RGB (Red+Green+Blue) = 222+97+74=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE614A is #219EB5. Grayscale: #838383. Windows color (decimal): -2203318 or 4874718. OLE color: 4874718.
HSL color Cylindrical-coordinate representation of color #DE614A: hue angle of 9.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE614A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 97 | 74 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.13 |
| HSL | 9.32º | 0.69% | 0.58% | - |
| HSV(B) | 9.32º | 0.67% | 0.87% | - |
| XYZ | 35.63 | 24.57 | 9.34 | - |
| YUV | 131.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 97 | 74 | 0 | 0.56 | 0.67 | 0.13 | 9.32 | 0.69 | 0.58 |
| Hex | DE | 61 | 4A | 0 | 38 | 43 | D | 9 | 45 | 3A |
| Octal | 336 | 141 | 112 | 0 | 70 | 103 | 15 | 11 | 105 | 72 |
| Binary | 11011110 | 1100001 | 1001010 | 0 | 111000 | 1000011 | 1101 | 1001 | 1000101 | 111010 |
Color Harmonies of #DE614A
Complementary color
Monochromatic Colors of #DE614A
Black with #DE614A
Text Example
Text Example
White with #DE614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE614A; }
p { color: rgb(222,97,74); }
H1.HeaderClassName
{
color: #DE614A;
}
.AnyTagClassName
{
color: #DE614A;
}
</style>
background-color css
<style>
a { background-color: #DE614A; }
a { background-color: rgb(222,97,74); }
div.DivClassName
{
background-color: #DE614A;
}
.BgClassName
{
background-color: #DE614A;
}
</style>
border-color css
<style>
span { border-color: #DE614A; }
span { border-color: rgb(222,97,74); }
td.TdClassName
{
border-color: #DE614A;
}
.TagClassName
{
border-color: #DE614A;
}
</style>