Shades of Flamingo #D7644F
Tints of Flamingo #D7644F
RGB
CMYK
RGB Variations
Color information
#D7644F (or 0xD7644F) is known color: Flamingo. HEX triplet: D7, 64 and 4F. RGB value is (215,100,79). Sum of RGB (Red+Green+Blue) = 215+100+79=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7644F is #289BB0. Grayscale: #848484. Windows color (decimal): -2661297 or 5203159. OLE color: 5203159.
HSL color Cylindrical-coordinate representation of color #D7644F: hue angle of 9.26º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7644F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 79 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.16 |
| HSL | 9.26º | 0.63% | 0.58% | - |
| HSV(B) | 9.26º | 0.63% | 0.84% | - |
| XYZ | 33.99 | 24.13 | 10.26 | - |
| YUV | 131.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 79 | 0 | 0.53 | 0.63 | 0.16 | 9.26 | 0.63 | 0.58 |
| Hex | D7 | 64 | 4F | 0 | 35 | 3F | 10 | 9 | 3F | 3A |
| Octal | 327 | 144 | 117 | 0 | 65 | 77 | 20 | 11 | 77 | 72 |
| Binary | 11010111 | 1100100 | 1001111 | 0 | 110101 | 111111 | 10000 | 1001 | 111111 | 111010 |
Color Harmonies of #D7644F
Complementary color
Monochromatic Colors of #D7644F
Black with #D7644F
Text Example
Text Example
White with #D7644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7644F; }
p { color: rgb(215,100,79); }
H1.HeaderClassName
{
color: #D7644F;
}
.AnyTagClassName
{
color: #D7644F;
}
</style>
background-color css
<style>
a { background-color: #D7644F; }
a { background-color: rgb(215,100,79); }
div.DivClassName
{
background-color: #D7644F;
}
.BgClassName
{
background-color: #D7644F;
}
</style>
border-color css
<style>
span { border-color: #D7644F; }
span { border-color: rgb(215,100,79); }
td.TdClassName
{
border-color: #D7644F;
}
.TagClassName
{
border-color: #D7644F;
}
</style>