Shades of Flamingo #DA614C
Tints of Flamingo #DA614C
RGB
CMYK
RGB Variations
Color information
#DA614C (or 0xDA614C) is known color: Flamingo. HEX triplet: DA, 61 and 4C. RGB value is (218,97,76). Sum of RGB (Red+Green+Blue) = 218+97+76=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA614C is #259EB3. Grayscale: #828282. Windows color (decimal): -2465460 or 5005786. OLE color: 5005786.
HSL color Cylindrical-coordinate representation of color #DA614C: hue angle of 8.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA614C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 76 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.15 |
| HSL | 8.87º | 0.66% | 0.58% | - |
| HSV(B) | 8.87º | 0.65% | 0.85% | - |
| XYZ | 34.49 | 23.98 | 9.65 | - |
| YUV | 130.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 76 | 0 | 0.56 | 0.65 | 0.15 | 8.87 | 0.66 | 0.58 |
| Hex | DA | 61 | 4C | 0 | 38 | 41 | F | 9 | 42 | 3A |
| Octal | 332 | 141 | 114 | 0 | 70 | 101 | 17 | 11 | 102 | 72 |
| Binary | 11011010 | 1100001 | 1001100 | 0 | 111000 | 1000001 | 1111 | 1001 | 1000010 | 111010 |
Color Harmonies of #DA614C
Complementary color
Monochromatic Colors of #DA614C
Black with #DA614C
Text Example
Text Example
White with #DA614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA614C; }
p { color: rgb(218,97,76); }
H1.HeaderClassName
{
color: #DA614C;
}
.AnyTagClassName
{
color: #DA614C;
}
</style>
background-color css
<style>
a { background-color: #DA614C; }
a { background-color: rgb(218,97,76); }
div.DivClassName
{
background-color: #DA614C;
}
.BgClassName
{
background-color: #DA614C;
}
</style>
border-color css
<style>
span { border-color: #DA614C; }
span { border-color: rgb(218,97,76); }
td.TdClassName
{
border-color: #DA614C;
}
.TagClassName
{
border-color: #DA614C;
}
</style>