Shades of Flamingo #DA6250
Tints of Flamingo #DA6250
RGB
CMYK
RGB Variations
Color information
#DA6250 (or 0xDA6250) is known color: Flamingo. HEX triplet: DA, 62 and 50. RGB value is (218,98,80). Sum of RGB (Red+Green+Blue) = 218+98+80=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6250 is #259DAF. Grayscale: #848484. Windows color (decimal): -2465200 or 5268186. OLE color: 5268186.
HSL color Cylindrical-coordinate representation of color #DA6250: hue angle of 7.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA6250 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 80 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.15 |
| HSL | 7.83º | 0.65% | 0.58% | - |
| HSV(B) | 7.83º | 0.63% | 0.85% | - |
| XYZ | 34.73 | 24.22 | 10.43 | - |
| YUV | 131.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 80 | 0 | 0.55 | 0.63 | 0.15 | 7.83 | 0.65 | 0.58 |
| Hex | DA | 62 | 50 | 0 | 37 | 3F | F | 8 | 41 | 3A |
| Octal | 332 | 142 | 120 | 0 | 67 | 77 | 17 | 10 | 101 | 72 |
| Binary | 11011010 | 1100010 | 1010000 | 0 | 110111 | 111111 | 1111 | 1000 | 1000001 | 111010 |
Color Harmonies of #DA6250
Complementary color
Monochromatic Colors of #DA6250
Black with #DA6250
Text Example
Text Example
White with #DA6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6250; }
p { color: rgb(218,98,80); }
H1.HeaderClassName
{
color: #DA6250;
}
.AnyTagClassName
{
color: #DA6250;
}
</style>
background-color css
<style>
a { background-color: #DA6250; }
a { background-color: rgb(218,98,80); }
div.DivClassName
{
background-color: #DA6250;
}
.BgClassName
{
background-color: #DA6250;
}
</style>
border-color css
<style>
span { border-color: #DA6250; }
span { border-color: rgb(218,98,80); }
td.TdClassName
{
border-color: #DA6250;
}
.TagClassName
{
border-color: #DA6250;
}
</style>