Shades of Pink Flare #DBB9BA
Tints of Pink Flare #DBB9BA
RGB
CMYK
RGB Variations
Color information
#DBB9BA (or 0xDBB9BA) is known color: Pink Flare. HEX triplet: DB, B9 and BA. RGB value is (219,185,186). Sum of RGB (Red+Green+Blue) = 219+185+186=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9BA is #244645. Grayscale: #C3C3C3. Windows color (decimal): -2377286 or 12237275. OLE color: 12237275.
HSL color Cylindrical-coordinate representation of color #DBB9BA: hue angle of 358.24º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9BA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 186 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.14 |
| HSL | 358.24º | 0.32% | 0.79% | - |
| HSV(B) | 358.24º | 0.16% | 0.86% | - |
| XYZ | 55.43 | 53.3 | 53.82 | - |
| YUV | 195.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 186 | 0 | 0.16 | 0.15 | 0.14 | 358.24 | 0.32 | 0.79 |
| Hex | DB | B9 | BA | 0 | 10 | F | E | 166 | 20 | 4F |
| Octal | 333 | 271 | 272 | 0 | 20 | 17 | 16 | 546 | 40 | 117 |
| Binary | 11011011 | 10111001 | 10111010 | 0 | 10000 | 1111 | 1110 | 101100110 | 100000 | 1001111 |
Color Harmonies of #DBB9BA
Complementary color
Monochromatic Colors of #DBB9BA
Black with #DBB9BA
Text Example
Text Example
White with #DBB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9BA; }
p { color: rgb(219,185,186); }
H1.HeaderClassName
{
color: #DBB9BA;
}
.AnyTagClassName
{
color: #DBB9BA;
}
</style>
background-color css
<style>
a { background-color: #DBB9BA; }
a { background-color: rgb(219,185,186); }
div.DivClassName
{
background-color: #DBB9BA;
}
.BgClassName
{
background-color: #DBB9BA;
}
</style>
border-color css
<style>
span { border-color: #DBB9BA; }
span { border-color: rgb(219,185,186); }
td.TdClassName
{
border-color: #DBB9BA;
}
.TagClassName
{
border-color: #DBB9BA;
}
</style>