Shades of Flamingo #D8624E
Tints of Flamingo #D8624E
RGB
CMYK
RGB Variations
Color information
#D8624E (or 0xD8624E) is known color: Flamingo. HEX triplet: D8, 62 and 4E. RGB value is (216,98,78). Sum of RGB (Red+Green+Blue) = 216+98+78=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8624E is #279DB1. Grayscale: #838383. Windows color (decimal): -2596274 or 5137112. OLE color: 5137112.
HSL color Cylindrical-coordinate representation of color #D8624E: hue angle of 8.7º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8624E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 78 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.15 |
| HSL | 8.7º | 0.64% | 0.58% | - |
| HSV(B) | 8.7º | 0.64% | 0.85% | - |
| XYZ | 34.06 | 23.88 | 10.02 | - |
| YUV | 131 | 98.09 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 78 | 0 | 0.55 | 0.64 | 0.15 | 8.7 | 0.64 | 0.58 |
| Hex | D8 | 62 | 4E | 0 | 37 | 40 | F | 9 | 40 | 3A |
| Octal | 330 | 142 | 116 | 0 | 67 | 100 | 17 | 11 | 100 | 72 |
| Binary | 11011000 | 1100010 | 1001110 | 0 | 110111 | 1000000 | 1111 | 1001 | 1000000 | 111010 |
Color Harmonies of #D8624E
Complementary color
Monochromatic Colors of #D8624E
Black with #D8624E
Text Example
Text Example
White with #D8624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8624E; }
p { color: rgb(216,98,78); }
H1.HeaderClassName
{
color: #D8624E;
}
.AnyTagClassName
{
color: #D8624E;
}
</style>
background-color css
<style>
a { background-color: #D8624E; }
a { background-color: rgb(216,98,78); }
div.DivClassName
{
background-color: #D8624E;
}
.BgClassName
{
background-color: #D8624E;
}
</style>
border-color css
<style>
span { border-color: #D8624E; }
span { border-color: rgb(216,98,78); }
td.TdClassName
{
border-color: #D8624E;
}
.TagClassName
{
border-color: #D8624E;
}
</style>