Shades of Flamingo #DA624B
Tints of Flamingo #DA624B
RGB
CMYK
RGB Variations
Color information
#DA624B (or 0xDA624B) is known color: Flamingo. HEX triplet: DA, 62 and 4B. RGB value is (218,98,75). Sum of RGB (Red+Green+Blue) = 218+98+75=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA624B is #259DB4. Grayscale: #838383. Windows color (decimal): -2465205 or 4940506. OLE color: 4940506.
HSL color Cylindrical-coordinate representation of color #DA624B: hue angle of 9.65º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA624B is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 75 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.15 |
| HSL | 9.65º | 0.66% | 0.57% | - |
| HSV(B) | 9.65º | 0.66% | 0.85% | - |
| XYZ | 34.55 | 24.15 | 9.5 | - |
| YUV | 131.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 75 | 0 | 0.55 | 0.66 | 0.15 | 9.65 | 0.66 | 0.57 |
| Hex | DA | 62 | 4B | 0 | 37 | 42 | F | A | 42 | 39 |
| Octal | 332 | 142 | 113 | 0 | 67 | 102 | 17 | 12 | 102 | 71 |
| Binary | 11011010 | 1100010 | 1001011 | 0 | 110111 | 1000010 | 1111 | 1010 | 1000010 | 111001 |
Color Harmonies of #DA624B
Complementary color
Monochromatic Colors of #DA624B
Black with #DA624B
Text Example
Text Example
White with #DA624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA624B; }
p { color: rgb(218,98,75); }
H1.HeaderClassName
{
color: #DA624B;
}
.AnyTagClassName
{
color: #DA624B;
}
</style>
background-color css
<style>
a { background-color: #DA624B; }
a { background-color: rgb(218,98,75); }
div.DivClassName
{
background-color: #DA624B;
}
.BgClassName
{
background-color: #DA624B;
}
</style>
border-color css
<style>
span { border-color: #DA624B; }
span { border-color: rgb(218,98,75); }
td.TdClassName
{
border-color: #DA624B;
}
.TagClassName
{
border-color: #DA624B;
}
</style>