Shades of Flamingo #D56451
Tints of Flamingo #D56451
RGB
CMYK
RGB Variations
Color information
#D56451 (or 0xD56451) is known color: Flamingo. HEX triplet: D5, 64 and 51. RGB value is (213,100,81). Sum of RGB (Red+Green+Blue) = 213+100+81=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D56451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56451 is #2A9BAE. Grayscale: #838383. Windows color (decimal): -2792367 or 5334229. OLE color: 5334229.
HSL color Cylindrical-coordinate representation of color #D56451: hue angle of 8.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56451 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 81 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.16 |
| HSL | 8.64º | 0.61% | 0.58% | - |
| HSV(B) | 8.64º | 0.62% | 0.84% | - |
| XYZ | 33.48 | 23.85 | 10.62 | - |
| YUV | 131.62 | 99.44 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 81 | 0 | 0.53 | 0.62 | 0.16 | 8.64 | 0.61 | 0.58 |
| Hex | D5 | 64 | 51 | 0 | 35 | 3E | 10 | 9 | 3D | 3A |
| Octal | 325 | 144 | 121 | 0 | 65 | 76 | 20 | 11 | 75 | 72 |
| Binary | 11010101 | 1100100 | 1010001 | 0 | 110101 | 111110 | 10000 | 1001 | 111101 | 111010 |
Color Harmonies of #D56451
Complementary color
Monochromatic Colors of #D56451
Black with #D56451
Text Example
Text Example
White with #D56451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56451; }
p { color: rgb(213,100,81); }
H1.HeaderClassName
{
color: #D56451;
}
.AnyTagClassName
{
color: #D56451;
}
</style>
background-color css
<style>
a { background-color: #D56451; }
a { background-color: rgb(213,100,81); }
div.DivClassName
{
background-color: #D56451;
}
.BgClassName
{
background-color: #D56451;
}
</style>
border-color css
<style>
span { border-color: #D56451; }
span { border-color: rgb(213,100,81); }
td.TdClassName
{
border-color: #D56451;
}
.TagClassName
{
border-color: #D56451;
}
</style>