Shades of Flamingo #D56950
Tints of Flamingo #D56950
RGB
CMYK
RGB Variations
Color information
#D56950 (or 0xD56950) is known color: Flamingo. HEX triplet: D5, 69 and 50. RGB value is (213,105,80). Sum of RGB (Red+Green+Blue) = 213+105+80=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56950 is #2A96AF. Grayscale: #868686. Windows color (decimal): -2791088 or 5269973. OLE color: 5269973.
HSL color Cylindrical-coordinate representation of color #D56950: hue angle of 11.28º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56950 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 80 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.16 |
| HSL | 11.28º | 0.61% | 0.57% | - |
| HSV(B) | 11.28º | 0.62% | 0.84% | - |
| XYZ | 33.94 | 24.83 | 10.59 | - |
| YUV | 134.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 80 | 0 | 0.51 | 0.62 | 0.16 | 11.28 | 0.61 | 0.57 |
| Hex | D5 | 69 | 50 | 0 | 33 | 3E | 10 | B | 3D | 39 |
| Octal | 325 | 151 | 120 | 0 | 63 | 76 | 20 | 13 | 75 | 71 |
| Binary | 11010101 | 1101001 | 1010000 | 0 | 110011 | 111110 | 10000 | 1011 | 111101 | 111001 |
Color Harmonies of #D56950
Complementary color
Monochromatic Colors of #D56950
Black with #D56950
Text Example
Text Example
White with #D56950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56950; }
p { color: rgb(213,105,80); }
H1.HeaderClassName
{
color: #D56950;
}
.AnyTagClassName
{
color: #D56950;
}
</style>
background-color css
<style>
a { background-color: #D56950; }
a { background-color: rgb(213,105,80); }
div.DivClassName
{
background-color: #D56950;
}
.BgClassName
{
background-color: #D56950;
}
</style>
border-color css
<style>
span { border-color: #D56950; }
span { border-color: rgb(213,105,80); }
td.TdClassName
{
border-color: #D56950;
}
.TagClassName
{
border-color: #D56950;
}
</style>