Shades of Pink Flare #D3B9BA
Tints of Pink Flare #D3B9BA
RGB
CMYK
RGB Variations
Color information
#D3B9BA (or 0xD3B9BA) is known color: Pink Flare. HEX triplet: D3, B9 and BA. RGB value is (211,185,186). Sum of RGB (Red+Green+Blue) = 211+185+186=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9BA is #2C4645. Grayscale: #C0C0C0. Windows color (decimal): -2901574 or 12237267. OLE color: 12237267.
HSL color Cylindrical-coordinate representation of color #D3B9BA: hue angle of 357.69º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3B9BA is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 186 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.17 |
| HSL | 357.69º | 0.23% | 0.78% | - |
| HSV(B) | 357.69º | 0.12% | 0.83% | - |
| XYZ | 53.08 | 52.09 | 53.71 | - |
| YUV | 192.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 186 | 0 | 0.12 | 0.12 | 0.17 | 357.69 | 0.23 | 0.78 |
| Hex | D3 | B9 | BA | 0 | C | C | 11 | 166 | 17 | 4E |
| Octal | 323 | 271 | 272 | 0 | 14 | 14 | 21 | 546 | 27 | 116 |
| Binary | 11010011 | 10111001 | 10111010 | 0 | 1100 | 1100 | 10001 | 101100110 | 10111 | 1001110 |
Color Harmonies of #D3B9BA
Complementary color
Monochromatic Colors of #D3B9BA
Black with #D3B9BA
Text Example
Text Example
White with #D3B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B9BA; }
p { color: rgb(211,185,186); }
H1.HeaderClassName
{
color: #D3B9BA;
}
.AnyTagClassName
{
color: #D3B9BA;
}
</style>
background-color css
<style>
a { background-color: #D3B9BA; }
a { background-color: rgb(211,185,186); }
div.DivClassName
{
background-color: #D3B9BA;
}
.BgClassName
{
background-color: #D3B9BA;
}
</style>
border-color css
<style>
span { border-color: #D3B9BA; }
span { border-color: rgb(211,185,186); }
td.TdClassName
{
border-color: #D3B9BA;
}
.TagClassName
{
border-color: #D3B9BA;
}
</style>