Shades of Flamingo #D86352
Tints of Flamingo #D86352
RGB
CMYK
RGB Variations
Color information
#D86352 (or 0xD86352) is known color: Flamingo. HEX triplet: D8, 63 and 52. RGB value is (216,99,82). Sum of RGB (Red+Green+Blue) = 216+99+82=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D86352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86352 is #279CAD. Grayscale: #848484. Windows color (decimal): -2596014 or 5399512. OLE color: 5399512.
HSL color Cylindrical-coordinate representation of color #D86352: hue angle of 7.61º 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 #D86352 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 82 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.15 |
| HSL | 7.61º | 0.63% | 0.58% | - |
| HSV(B) | 7.61º | 0.62% | 0.85% | - |
| XYZ | 34.3 | 24.13 | 10.83 | - |
| YUV | 132.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 82 | 0 | 0.54 | 0.62 | 0.15 | 7.61 | 0.63 | 0.58 |
| Hex | D8 | 63 | 52 | 0 | 36 | 3E | F | 8 | 3F | 3A |
| Octal | 330 | 143 | 122 | 0 | 66 | 76 | 17 | 10 | 77 | 72 |
| Binary | 11011000 | 1100011 | 1010010 | 0 | 110110 | 111110 | 1111 | 1000 | 111111 | 111010 |
Color Harmonies of #D86352
Complementary color
Monochromatic Colors of #D86352
Black with #D86352
Text Example
Text Example
White with #D86352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86352; }
p { color: rgb(216,99,82); }
H1.HeaderClassName
{
color: #D86352;
}
.AnyTagClassName
{
color: #D86352;
}
</style>
background-color css
<style>
a { background-color: #D86352; }
a { background-color: rgb(216,99,82); }
div.DivClassName
{
background-color: #D86352;
}
.BgClassName
{
background-color: #D86352;
}
</style>
border-color css
<style>
span { border-color: #D86352; }
span { border-color: rgb(216,99,82); }
td.TdClassName
{
border-color: #D86352;
}
.TagClassName
{
border-color: #D86352;
}
</style>