Shades of Flamingo #DA6251
Tints of Flamingo #DA6251
RGB
CMYK
RGB Variations
Color information
#DA6251 (or 0xDA6251) is known color: Flamingo. HEX triplet: DA, 62 and 51. RGB value is (218,98,81). Sum of RGB (Red+Green+Blue) = 218+98+81=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6251 is #259DAE. Grayscale: #848484. Windows color (decimal): -2465199 or 5333722. OLE color: 5333722.
HSL color Cylindrical-coordinate representation of color #DA6251: hue angle of 7.45º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA6251 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 81 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.15 |
| HSL | 7.45º | 0.65% | 0.59% | - |
| HSV(B) | 7.45º | 0.63% | 0.85% | - |
| XYZ | 34.77 | 24.23 | 10.63 | - |
| YUV | 131.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 81 | 0 | 0.55 | 0.63 | 0.15 | 7.45 | 0.65 | 0.59 |
| Hex | DA | 62 | 51 | 0 | 37 | 3F | F | 7 | 41 | 3B |
| Octal | 332 | 142 | 121 | 0 | 67 | 77 | 17 | 7 | 101 | 73 |
| Binary | 11011010 | 1100010 | 1010001 | 0 | 110111 | 111111 | 1111 | 111 | 1000001 | 111011 |
Color Harmonies of #DA6251
Complementary color
Monochromatic Colors of #DA6251
Black with #DA6251
Text Example
Text Example
White with #DA6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6251; }
p { color: rgb(218,98,81); }
H1.HeaderClassName
{
color: #DA6251;
}
.AnyTagClassName
{
color: #DA6251;
}
</style>
background-color css
<style>
a { background-color: #DA6251; }
a { background-color: rgb(218,98,81); }
div.DivClassName
{
background-color: #DA6251;
}
.BgClassName
{
background-color: #DA6251;
}
</style>
border-color css
<style>
span { border-color: #DA6251; }
span { border-color: rgb(218,98,81); }
td.TdClassName
{
border-color: #DA6251;
}
.TagClassName
{
border-color: #DA6251;
}
</style>