Shades of Pink Flare #D9B9BD
Tints of Pink Flare #D9B9BD
RGB
CMYK
RGB Variations
Color information
#D9B9BD (or 0xD9B9BD) is known color: Pink Flare. HEX triplet: D9, B9 and BD. RGB value is (217,185,189). Sum of RGB (Red+Green+Blue) = 217+185+189=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9BD is #264642. Grayscale: #C3C3C3. Windows color (decimal): -2508355 or 12433881. OLE color: 12433881.
HSL color Cylindrical-coordinate representation of color #D9B9BD: hue angle of 352.5º 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 #D9B9BD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 189 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.15 |
| HSL | 352.5º | 0.3% | 0.79% | - |
| HSV(B) | 352.5º | 0.15% | 0.85% | - |
| XYZ | 55.15 | 53.12 | 55.49 | - |
| YUV | 195.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 189 | 0 | 0.15 | 0.13 | 0.15 | 352.5 | 0.3 | 0.79 |
| Hex | D9 | B9 | BD | 0 | F | D | F | 160 | 1E | 4F |
| Octal | 331 | 271 | 275 | 0 | 17 | 15 | 17 | 540 | 36 | 117 |
| Binary | 11011001 | 10111001 | 10111101 | 0 | 1111 | 1101 | 1111 | 101100000 | 11110 | 1001111 |
Color Harmonies of #D9B9BD
Complementary color
Monochromatic Colors of #D9B9BD
Black with #D9B9BD
Text Example
Text Example
White with #D9B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9BD; }
p { color: rgb(217,185,189); }
H1.HeaderClassName
{
color: #D9B9BD;
}
.AnyTagClassName
{
color: #D9B9BD;
}
</style>
background-color css
<style>
a { background-color: #D9B9BD; }
a { background-color: rgb(217,185,189); }
div.DivClassName
{
background-color: #D9B9BD;
}
.BgClassName
{
background-color: #D9B9BD;
}
</style>
border-color css
<style>
span { border-color: #D9B9BD; }
span { border-color: rgb(217,185,189); }
td.TdClassName
{
border-color: #D9B9BD;
}
.TagClassName
{
border-color: #D9B9BD;
}
</style>