Shades of Pink Flare #D9B6B9
Tints of Pink Flare #D9B6B9
RGB
CMYK
RGB Variations
Color information
#D9B6B9 (or 0xD9B6B9) is known color: Pink Flare. HEX triplet: D9, B6 and B9. RGB value is (217,182,185). Sum of RGB (Red+Green+Blue) = 217+182+185=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6B9 is #264946. Grayscale: #C0C0C0. Windows color (decimal): -2509127 or 12170969. OLE color: 12170969.
HSL color Cylindrical-coordinate representation of color #D9B6B9: hue angle of 354.86º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B6B9 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 185 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.15 |
| HSL | 354.86º | 0.32% | 0.78% | - |
| HSV(B) | 354.86º | 0.16% | 0.85% | - |
| XYZ | 54.1 | 51.71 | 53.03 | - |
| YUV | 192.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 185 | 0 | 0.16 | 0.15 | 0.15 | 354.86 | 0.32 | 0.78 |
| Hex | D9 | B6 | B9 | 0 | 10 | F | F | 163 | 20 | 4E |
| Octal | 331 | 266 | 271 | 0 | 20 | 17 | 17 | 543 | 40 | 116 |
| Binary | 11011001 | 10110110 | 10111001 | 0 | 10000 | 1111 | 1111 | 101100011 | 100000 | 1001110 |
Color Harmonies of #D9B6B9
Complementary color
Monochromatic Colors of #D9B6B9
Black with #D9B6B9
Text Example
Text Example
White with #D9B6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B6B9; }
p { color: rgb(217,182,185); }
H1.HeaderClassName
{
color: #D9B6B9;
}
.AnyTagClassName
{
color: #D9B6B9;
}
</style>
background-color css
<style>
a { background-color: #D9B6B9; }
a { background-color: rgb(217,182,185); }
div.DivClassName
{
background-color: #D9B6B9;
}
.BgClassName
{
background-color: #D9B6B9;
}
</style>
border-color css
<style>
span { border-color: #D9B6B9; }
span { border-color: rgb(217,182,185); }
td.TdClassName
{
border-color: #D9B6B9;
}
.TagClassName
{
border-color: #D9B6B9;
}
</style>