Shades of Pink Flare #D9BBBD
Tints of Pink Flare #D9BBBD
RGB
CMYK
RGB Variations
Color information
#D9BBBD (or 0xD9BBBD) is known color: Pink Flare. HEX triplet: D9, BB and BD. RGB value is (217,187,189). Sum of RGB (Red+Green+Blue) = 217+187+189=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBBD is #264442. Grayscale: #C4C4C4. Windows color (decimal): -2507843 or 12434393. OLE color: 12434393.
HSL color Cylindrical-coordinate representation of color #D9BBBD: hue angle of 356º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBBD is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 189 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.15 |
| HSL | 356º | 0.28% | 0.79% | - |
| HSV(B) | 356º | 0.14% | 0.85% | - |
| XYZ | 55.57 | 53.97 | 55.63 | - |
| YUV | 196.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 189 | 0 | 0.14 | 0.13 | 0.15 | 356 | 0.28 | 0.79 |
| Hex | D9 | BB | BD | 0 | E | D | F | 164 | 1C | 4F |
| Octal | 331 | 273 | 275 | 0 | 16 | 15 | 17 | 544 | 34 | 117 |
| Binary | 11011001 | 10111011 | 10111101 | 0 | 1110 | 1101 | 1111 | 101100100 | 11100 | 1001111 |
Color Harmonies of #D9BBBD
Complementary color
Monochromatic Colors of #D9BBBD
Black with #D9BBBD
Text Example
Text Example
White with #D9BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBBD; }
p { color: rgb(217,187,189); }
H1.HeaderClassName
{
color: #D9BBBD;
}
.AnyTagClassName
{
color: #D9BBBD;
}
</style>
background-color css
<style>
a { background-color: #D9BBBD; }
a { background-color: rgb(217,187,189); }
div.DivClassName
{
background-color: #D9BBBD;
}
.BgClassName
{
background-color: #D9BBBD;
}
</style>
border-color css
<style>
span { border-color: #D9BBBD; }
span { border-color: rgb(217,187,189); }
td.TdClassName
{
border-color: #D9BBBD;
}
.TagClassName
{
border-color: #D9BBBD;
}
</style>