Shades of Pink Flare #D9B8BD
Tints of Pink Flare #D9B8BD
RGB
CMYK
RGB Variations
Color information
#D9B8BD (or 0xD9B8BD) is known color: Pink Flare. HEX triplet: D9, B8 and BD. RGB value is (217,184,189). Sum of RGB (Red+Green+Blue) = 217+184+189=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8BD is #264742. Grayscale: #C2C2C2. Windows color (decimal): -2508611 or 12433625. OLE color: 12433625.
HSL color Cylindrical-coordinate representation of color #D9B8BD: hue angle of 350.91º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B8BD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 184 | 189 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.15 |
| HSL | 350.91º | 0.3% | 0.79% | - |
| HSV(B) | 350.91º | 0.15% | 0.85% | - |
| XYZ | 54.94 | 52.71 | 55.42 | - |
| YUV | 194.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 184 | 189 | 0 | 0.15 | 0.13 | 0.15 | 350.91 | 0.3 | 0.79 |
| Hex | D9 | B8 | BD | 0 | F | D | F | 15F | 1E | 4F |
| Octal | 331 | 270 | 275 | 0 | 17 | 15 | 17 | 537 | 36 | 117 |
| Binary | 11011001 | 10111000 | 10111101 | 0 | 1111 | 1101 | 1111 | 101011111 | 11110 | 1001111 |
Color Harmonies of #D9B8BD
Complementary color
Monochromatic Colors of #D9B8BD
Black with #D9B8BD
Text Example
Text Example
White with #D9B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B8BD; }
p { color: rgb(217,184,189); }
H1.HeaderClassName
{
color: #D9B8BD;
}
.AnyTagClassName
{
color: #D9B8BD;
}
</style>
background-color css
<style>
a { background-color: #D9B8BD; }
a { background-color: rgb(217,184,189); }
div.DivClassName
{
background-color: #D9B8BD;
}
.BgClassName
{
background-color: #D9B8BD;
}
</style>
border-color css
<style>
span { border-color: #D9B8BD; }
span { border-color: rgb(217,184,189); }
td.TdClassName
{
border-color: #D9B8BD;
}
.TagClassName
{
border-color: #D9B8BD;
}
</style>