Shades of Flamingo #D96050
Tints of Flamingo #D96050
RGB
CMYK
RGB Variations
Color information
#D96050 (or 0xD96050) is known color: Flamingo. HEX triplet: D9, 60 and 50. RGB value is (217,96,80). Sum of RGB (Red+Green+Blue) = 217+96+80=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D96050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96050 is #269FAF. Grayscale: #828282. Windows color (decimal): -2531248 or 5267673. OLE color: 5267673.
HSL color Cylindrical-coordinate representation of color #D96050: hue angle of 7.01º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96050 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 80 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.15 |
| HSL | 7.01º | 0.64% | 0.58% | - |
| HSV(B) | 7.01º | 0.63% | 0.85% | - |
| XYZ | 34.25 | 23.7 | 10.36 | - |
| YUV | 130.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 80 | 0 | 0.56 | 0.63 | 0.15 | 7.01 | 0.64 | 0.58 |
| Hex | D9 | 60 | 50 | 0 | 38 | 3F | F | 7 | 40 | 3A |
| Octal | 331 | 140 | 120 | 0 | 70 | 77 | 17 | 7 | 100 | 72 |
| Binary | 11011001 | 1100000 | 1010000 | 0 | 111000 | 111111 | 1111 | 111 | 1000000 | 111010 |
Color Harmonies of #D96050
Complementary color
Monochromatic Colors of #D96050
Black with #D96050
Text Example
Text Example
White with #D96050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96050; }
p { color: rgb(217,96,80); }
H1.HeaderClassName
{
color: #D96050;
}
.AnyTagClassName
{
color: #D96050;
}
</style>
background-color css
<style>
a { background-color: #D96050; }
a { background-color: rgb(217,96,80); }
div.DivClassName
{
background-color: #D96050;
}
.BgClassName
{
background-color: #D96050;
}
</style>
border-color css
<style>
span { border-color: #D96050; }
span { border-color: rgb(217,96,80); }
td.TdClassName
{
border-color: #D96050;
}
.TagClassName
{
border-color: #D96050;
}
</style>