Shades of Flamingo #D76050
Tints of Flamingo #D76050
RGB
CMYK
RGB Variations
Color information
#D76050 (or 0xD76050) is known color: Flamingo. HEX triplet: D7, 60 and 50. RGB value is (215,96,80). Sum of RGB (Red+Green+Blue) = 215+96+80=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D76050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76050 is #289FAF. Grayscale: #818181. Windows color (decimal): -2662320 or 5267671. OLE color: 5267671.
HSL color Cylindrical-coordinate representation of color #D76050: hue angle of 7.11º 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 #D76050 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 80 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.16 |
| HSL | 7.11º | 0.63% | 0.58% | - |
| HSV(B) | 7.11º | 0.63% | 0.84% | - |
| XYZ | 33.66 | 23.39 | 10.33 | - |
| YUV | 129.76 | 99.92 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 80 | 0 | 0.55 | 0.63 | 0.16 | 7.11 | 0.63 | 0.58 |
| Hex | D7 | 60 | 50 | 0 | 37 | 3F | 10 | 7 | 3F | 3A |
| Octal | 327 | 140 | 120 | 0 | 67 | 77 | 20 | 7 | 77 | 72 |
| Binary | 11010111 | 1100000 | 1010000 | 0 | 110111 | 111111 | 10000 | 111 | 111111 | 111010 |
Color Harmonies of #D76050
Complementary color
Monochromatic Colors of #D76050
Black with #D76050
Text Example
Text Example
White with #D76050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76050; }
p { color: rgb(215,96,80); }
H1.HeaderClassName
{
color: #D76050;
}
.AnyTagClassName
{
color: #D76050;
}
</style>
background-color css
<style>
a { background-color: #D76050; }
a { background-color: rgb(215,96,80); }
div.DivClassName
{
background-color: #D76050;
}
.BgClassName
{
background-color: #D76050;
}
</style>
border-color css
<style>
span { border-color: #D76050; }
span { border-color: rgb(215,96,80); }
td.TdClassName
{
border-color: #D76050;
}
.TagClassName
{
border-color: #D76050;
}
</style>