Shades of Flamingo #D7624E
Tints of Flamingo #D7624E
RGB
CMYK
RGB Variations
Color information
#D7624E (or 0xD7624E) is known color: Flamingo. HEX triplet: D7, 62 and 4E. RGB value is (215,98,78). Sum of RGB (Red+Green+Blue) = 215+98+78=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7624E is #289DB1. Grayscale: #828282. Windows color (decimal): -2661810 or 5137111. OLE color: 5137111.
HSL color Cylindrical-coordinate representation of color #D7624E: hue angle of 8.76º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7624E is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 78 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.16 |
| HSL | 8.76º | 0.63% | 0.57% | - |
| HSV(B) | 8.76º | 0.64% | 0.84% | - |
| XYZ | 33.77 | 23.73 | 10.01 | - |
| YUV | 130.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 78 | 0 | 0.54 | 0.64 | 0.16 | 8.76 | 0.63 | 0.57 |
| Hex | D7 | 62 | 4E | 0 | 36 | 40 | 10 | 9 | 3F | 39 |
| Octal | 327 | 142 | 116 | 0 | 66 | 100 | 20 | 11 | 77 | 71 |
| Binary | 11010111 | 1100010 | 1001110 | 0 | 110110 | 1000000 | 10000 | 1001 | 111111 | 111001 |
Color Harmonies of #D7624E
Complementary color
Monochromatic Colors of #D7624E
Black with #D7624E
Text Example
Text Example
White with #D7624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7624E; }
p { color: rgb(215,98,78); }
H1.HeaderClassName
{
color: #D7624E;
}
.AnyTagClassName
{
color: #D7624E;
}
</style>
background-color css
<style>
a { background-color: #D7624E; }
a { background-color: rgb(215,98,78); }
div.DivClassName
{
background-color: #D7624E;
}
.BgClassName
{
background-color: #D7624E;
}
</style>
border-color css
<style>
span { border-color: #D7624E; }
span { border-color: rgb(215,98,78); }
td.TdClassName
{
border-color: #D7624E;
}
.TagClassName
{
border-color: #D7624E;
}
</style>