Shades of Flamingo #D96350
Tints of Flamingo #D96350
RGB
CMYK
RGB Variations
Color information
#D96350 (or 0xD96350) is known color: Flamingo. HEX triplet: D9, 63 and 50. RGB value is (217,99,80). Sum of RGB (Red+Green+Blue) = 217+99+80=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96350 is #269CAF. Grayscale: #848484. Windows color (decimal): -2530480 or 5268441. OLE color: 5268441.
HSL color Cylindrical-coordinate representation of color #D96350: hue angle of 8.32º 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 #D96350 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 80 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.15 |
| HSL | 8.32º | 0.64% | 0.58% | - |
| HSV(B) | 8.32º | 0.63% | 0.85% | - |
| XYZ | 34.53 | 24.25 | 10.45 | - |
| YUV | 132.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 80 | 0 | 0.54 | 0.63 | 0.15 | 8.32 | 0.64 | 0.58 |
| Hex | D9 | 63 | 50 | 0 | 36 | 3F | F | 8 | 40 | 3A |
| Octal | 331 | 143 | 120 | 0 | 66 | 77 | 17 | 10 | 100 | 72 |
| Binary | 11011001 | 1100011 | 1010000 | 0 | 110110 | 111111 | 1111 | 1000 | 1000000 | 111010 |
Color Harmonies of #D96350
Complementary color
Monochromatic Colors of #D96350
Black with #D96350
Text Example
Text Example
White with #D96350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96350; }
p { color: rgb(217,99,80); }
H1.HeaderClassName
{
color: #D96350;
}
.AnyTagClassName
{
color: #D96350;
}
</style>
background-color css
<style>
a { background-color: #D96350; }
a { background-color: rgb(217,99,80); }
div.DivClassName
{
background-color: #D96350;
}
.BgClassName
{
background-color: #D96350;
}
</style>
border-color css
<style>
span { border-color: #D96350; }
span { border-color: rgb(217,99,80); }
td.TdClassName
{
border-color: #D96350;
}
.TagClassName
{
border-color: #D96350;
}
</style>