Shades of Flamingo #D56850
Tints of Flamingo #D56850
RGB
CMYK
RGB Variations
Color information
#D56850 (or 0xD56850) is known color: Flamingo. HEX triplet: D5, 68 and 50. RGB value is (213,104,80). Sum of RGB (Red+Green+Blue) = 213+104+80=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56850 is #2A97AF. Grayscale: #868686. Windows color (decimal): -2791344 or 5269717. OLE color: 5269717.
HSL color Cylindrical-coordinate representation of color #D56850: hue angle of 10.83º 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 #D56850 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 80 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.16 |
| HSL | 10.83º | 0.61% | 0.57% | - |
| HSV(B) | 10.83º | 0.62% | 0.84% | - |
| XYZ | 33.84 | 24.63 | 10.56 | - |
| YUV | 133.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 80 | 0 | 0.51 | 0.62 | 0.16 | 10.83 | 0.61 | 0.57 |
| Hex | D5 | 68 | 50 | 0 | 33 | 3E | 10 | B | 3D | 39 |
| Octal | 325 | 150 | 120 | 0 | 63 | 76 | 20 | 13 | 75 | 71 |
| Binary | 11010101 | 1101000 | 1010000 | 0 | 110011 | 111110 | 10000 | 1011 | 111101 | 111001 |
Color Harmonies of #D56850
Complementary color
Monochromatic Colors of #D56850
Black with #D56850
Text Example
Text Example
White with #D56850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56850; }
p { color: rgb(213,104,80); }
H1.HeaderClassName
{
color: #D56850;
}
.AnyTagClassName
{
color: #D56850;
}
</style>
background-color css
<style>
a { background-color: #D56850; }
a { background-color: rgb(213,104,80); }
div.DivClassName
{
background-color: #D56850;
}
.BgClassName
{
background-color: #D56850;
}
</style>
border-color css
<style>
span { border-color: #D56850; }
span { border-color: rgb(213,104,80); }
td.TdClassName
{
border-color: #D56850;
}
.TagClassName
{
border-color: #D56850;
}
</style>