Shades of Flamingo #DA5F4D
Tints of Flamingo #DA5F4D
RGB
CMYK
RGB Variations
Color information
#DA5F4D (or 0xDA5F4D) is known color: Flamingo. HEX triplet: DA, 5F and 4D. RGB value is (218,95,77). Sum of RGB (Red+Green+Blue) = 218+95+77=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F4D is #25A0B2. Grayscale: #818181. Windows color (decimal): -2465971 or 5070810. OLE color: 5070810.
HSL color Cylindrical-coordinate representation of color #DA5F4D: hue angle of 7.66º 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 #DA5F4D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 77 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.15 |
| HSL | 7.66º | 0.66% | 0.58% | - |
| HSV(B) | 7.66º | 0.65% | 0.85% | - |
| XYZ | 34.35 | 23.63 | 9.77 | - |
| YUV | 129.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 77 | 0 | 0.56 | 0.65 | 0.15 | 7.66 | 0.66 | 0.58 |
| Hex | DA | 5F | 4D | 0 | 38 | 41 | F | 8 | 42 | 3A |
| Octal | 332 | 137 | 115 | 0 | 70 | 101 | 17 | 10 | 102 | 72 |
| Binary | 11011010 | 1011111 | 1001101 | 0 | 111000 | 1000001 | 1111 | 1000 | 1000010 | 111010 |
Color Harmonies of #DA5F4D
Complementary color
Monochromatic Colors of #DA5F4D
Black with #DA5F4D
Text Example
Text Example
White with #DA5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5F4D; }
p { color: rgb(218,95,77); }
H1.HeaderClassName
{
color: #DA5F4D;
}
.AnyTagClassName
{
color: #DA5F4D;
}
</style>
background-color css
<style>
a { background-color: #DA5F4D; }
a { background-color: rgb(218,95,77); }
div.DivClassName
{
background-color: #DA5F4D;
}
.BgClassName
{
background-color: #DA5F4D;
}
</style>
border-color css
<style>
span { border-color: #DA5F4D; }
span { border-color: rgb(218,95,77); }
td.TdClassName
{
border-color: #DA5F4D;
}
.TagClassName
{
border-color: #DA5F4D;
}
</style>