Shades of Flamingo #D86152
Tints of Flamingo #D86152
RGB
CMYK
RGB Variations
Color information
#D86152 (or 0xD86152) is known color: Flamingo. HEX triplet: D8, 61 and 52. RGB value is (216,97,82). Sum of RGB (Red+Green+Blue) = 216+97+82=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86152 is #279EAD. Grayscale: #838383. Windows color (decimal): -2596526 or 5399000. OLE color: 5399000.
HSL color Cylindrical-coordinate representation of color #D86152: hue angle of 6.72º 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 #D86152 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 82 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.15 |
| HSL | 6.72º | 0.63% | 0.58% | - |
| HSV(B) | 6.72º | 0.62% | 0.85% | - |
| XYZ | 34.12 | 23.76 | 10.77 | - |
| YUV | 130.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 82 | 0 | 0.55 | 0.62 | 0.15 | 6.72 | 0.63 | 0.58 |
| Hex | D8 | 61 | 52 | 0 | 37 | 3E | F | 7 | 3F | 3A |
| Octal | 330 | 141 | 122 | 0 | 67 | 76 | 17 | 7 | 77 | 72 |
| Binary | 11011000 | 1100001 | 1010010 | 0 | 110111 | 111110 | 1111 | 111 | 111111 | 111010 |
Color Harmonies of #D86152
Complementary color
Monochromatic Colors of #D86152
Black with #D86152
Text Example
Text Example
White with #D86152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86152; }
p { color: rgb(216,97,82); }
H1.HeaderClassName
{
color: #D86152;
}
.AnyTagClassName
{
color: #D86152;
}
</style>
background-color css
<style>
a { background-color: #D86152; }
a { background-color: rgb(216,97,82); }
div.DivClassName
{
background-color: #D86152;
}
.BgClassName
{
background-color: #D86152;
}
</style>
border-color css
<style>
span { border-color: #D86152; }
span { border-color: rgb(216,97,82); }
td.TdClassName
{
border-color: #D86152;
}
.TagClassName
{
border-color: #D86152;
}
</style>