Shades of Flamingo #DA6351
Tints of Flamingo #DA6351
RGB
CMYK
RGB Variations
Color information
#DA6351 (or 0xDA6351) is known color: Flamingo. HEX triplet: DA, 63 and 51. RGB value is (218,99,81). Sum of RGB (Red+Green+Blue) = 218+99+81=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6351 is #259CAE. Grayscale: #848484. Windows color (decimal): -2464943 or 5333978. OLE color: 5333978.
HSL color Cylindrical-coordinate representation of color #DA6351: hue angle of 7.88º 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 #DA6351 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 81 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.15 |
| HSL | 7.88º | 0.65% | 0.59% | - |
| HSV(B) | 7.88º | 0.63% | 0.85% | - |
| XYZ | 34.86 | 24.42 | 10.66 | - |
| YUV | 132.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 81 | 0 | 0.55 | 0.63 | 0.15 | 7.88 | 0.65 | 0.59 |
| Hex | DA | 63 | 51 | 0 | 37 | 3F | F | 8 | 41 | 3B |
| Octal | 332 | 143 | 121 | 0 | 67 | 77 | 17 | 10 | 101 | 73 |
| Binary | 11011010 | 1100011 | 1010001 | 0 | 110111 | 111111 | 1111 | 1000 | 1000001 | 111011 |
Color Harmonies of #DA6351
Complementary color
Monochromatic Colors of #DA6351
Black with #DA6351
Text Example
Text Example
White with #DA6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6351; }
p { color: rgb(218,99,81); }
H1.HeaderClassName
{
color: #DA6351;
}
.AnyTagClassName
{
color: #DA6351;
}
</style>
background-color css
<style>
a { background-color: #DA6351; }
a { background-color: rgb(218,99,81); }
div.DivClassName
{
background-color: #DA6351;
}
.BgClassName
{
background-color: #DA6351;
}
</style>
border-color css
<style>
span { border-color: #DA6351; }
span { border-color: rgb(218,99,81); }
td.TdClassName
{
border-color: #DA6351;
}
.TagClassName
{
border-color: #DA6351;
}
</style>