Shades of Flamingo #D86151
Tints of Flamingo #D86151
RGB
CMYK
RGB Variations
Color information
#D86151 (or 0xD86151) is known color: Flamingo. HEX triplet: D8, 61 and 51. RGB value is (216,97,81). Sum of RGB (Red+Green+Blue) = 216+97+81=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86151 is #279EAE. Grayscale: #828282. Windows color (decimal): -2596527 or 5333464. OLE color: 5333464.
HSL color Cylindrical-coordinate representation of color #D86151: hue angle of 7.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D86151 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 81 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.15 |
| HSL | 7.11º | 0.63% | 0.58% | - |
| HSV(B) | 7.11º | 0.63% | 0.85% | - |
| XYZ | 34.08 | 23.74 | 10.57 | - |
| YUV | 130.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 81 | 0 | 0.55 | 0.62 | 0.15 | 7.11 | 0.63 | 0.58 |
| Hex | D8 | 61 | 51 | 0 | 37 | 3E | F | 7 | 3F | 3A |
| Octal | 330 | 141 | 121 | 0 | 67 | 76 | 17 | 7 | 77 | 72 |
| Binary | 11011000 | 1100001 | 1010001 | 0 | 110111 | 111110 | 1111 | 111 | 111111 | 111010 |
Color Harmonies of #D86151
Complementary color
Monochromatic Colors of #D86151
Black with #D86151
Text Example
Text Example
White with #D86151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86151; }
p { color: rgb(216,97,81); }
H1.HeaderClassName
{
color: #D86151;
}
.AnyTagClassName
{
color: #D86151;
}
</style>
background-color css
<style>
a { background-color: #D86151; }
a { background-color: rgb(216,97,81); }
div.DivClassName
{
background-color: #D86151;
}
.BgClassName
{
background-color: #D86151;
}
</style>
border-color css
<style>
span { border-color: #D86151; }
span { border-color: rgb(216,97,81); }
td.TdClassName
{
border-color: #D86151;
}
.TagClassName
{
border-color: #D86151;
}
</style>