Shades of Flamingo #D96351
Tints of Flamingo #D96351
RGB
CMYK
RGB Variations
Color information
#D96351 (or 0xD96351) is known color: Flamingo. HEX triplet: D9, 63 and 51. RGB value is (217,99,81). Sum of RGB (Red+Green+Blue) = 217+99+81=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D96351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96351 is #269CAE. Grayscale: #848484. Windows color (decimal): -2530479 or 5333977. OLE color: 5333977.
HSL color Cylindrical-coordinate representation of color #D96351: hue angle of 7.94º 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 #D96351 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 81 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.15 |
| HSL | 7.94º | 0.64% | 0.58% | - |
| HSV(B) | 7.94º | 0.63% | 0.85% | - |
| XYZ | 34.56 | 24.27 | 10.65 | - |
| YUV | 132.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 81 | 0 | 0.54 | 0.63 | 0.15 | 7.94 | 0.64 | 0.58 |
| Hex | D9 | 63 | 51 | 0 | 36 | 3F | F | 8 | 40 | 3A |
| Octal | 331 | 143 | 121 | 0 | 66 | 77 | 17 | 10 | 100 | 72 |
| Binary | 11011001 | 1100011 | 1010001 | 0 | 110110 | 111111 | 1111 | 1000 | 1000000 | 111010 |
Color Harmonies of #D96351
Complementary color
Monochromatic Colors of #D96351
Black with #D96351
Text Example
Text Example
White with #D96351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96351; }
p { color: rgb(217,99,81); }
H1.HeaderClassName
{
color: #D96351;
}
.AnyTagClassName
{
color: #D96351;
}
</style>
background-color css
<style>
a { background-color: #D96351; }
a { background-color: rgb(217,99,81); }
div.DivClassName
{
background-color: #D96351;
}
.BgClassName
{
background-color: #D96351;
}
</style>
border-color css
<style>
span { border-color: #D96351; }
span { border-color: rgb(217,99,81); }
td.TdClassName
{
border-color: #D96351;
}
.TagClassName
{
border-color: #D96351;
}
</style>