Shades of Flamingo #DA614F
Tints of Flamingo #DA614F
RGB
CMYK
RGB Variations
Color information
#DA614F (or 0xDA614F) is known color: Flamingo. HEX triplet: DA, 61 and 4F. RGB value is (218,97,79). Sum of RGB (Red+Green+Blue) = 218+97+79=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA614F is #259EB0. Grayscale: #838383. Windows color (decimal): -2465457 or 5202394. OLE color: 5202394.
HSL color Cylindrical-coordinate representation of color #DA614F: hue angle of 7.77º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA614F is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 79 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.15 |
| HSL | 7.77º | 0.65% | 0.58% | - |
| HSV(B) | 7.77º | 0.64% | 0.85% | - |
| XYZ | 34.6 | 24.02 | 10.21 | - |
| YUV | 131.13 | 98.59 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 79 | 0 | 0.56 | 0.64 | 0.15 | 7.77 | 0.65 | 0.58 |
| Hex | DA | 61 | 4F | 0 | 38 | 40 | F | 8 | 41 | 3A |
| Octal | 332 | 141 | 117 | 0 | 70 | 100 | 17 | 10 | 101 | 72 |
| Binary | 11011010 | 1100001 | 1001111 | 0 | 111000 | 1000000 | 1111 | 1000 | 1000001 | 111010 |
Color Harmonies of #DA614F
Complementary color
Monochromatic Colors of #DA614F
Black with #DA614F
Text Example
Text Example
White with #DA614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA614F; }
p { color: rgb(218,97,79); }
H1.HeaderClassName
{
color: #DA614F;
}
.AnyTagClassName
{
color: #DA614F;
}
</style>
background-color css
<style>
a { background-color: #DA614F; }
a { background-color: rgb(218,97,79); }
div.DivClassName
{
background-color: #DA614F;
}
.BgClassName
{
background-color: #DA614F;
}
</style>
border-color css
<style>
span { border-color: #DA614F; }
span { border-color: rgb(218,97,79); }
td.TdClassName
{
border-color: #DA614F;
}
.TagClassName
{
border-color: #DA614F;
}
</style>