Shades of Pink Flare #DBBABB
Tints of Pink Flare #DBBABB
RGB
CMYK
RGB Variations
Color information
#DBBABB (or 0xDBBABB) is known color: Pink Flare. HEX triplet: DB, BA and BB. RGB value is (219,186,187). Sum of RGB (Red+Green+Blue) = 219+186+187=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABB is #244544. Grayscale: #C4C4C4. Windows color (decimal): -2377029 or 12303067. OLE color: 12303067.
HSL color Cylindrical-coordinate representation of color #DBBABB: hue angle of 358.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBABB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 187 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.14 |
| HSL | 358.18º | 0.31% | 0.79% | - |
| HSV(B) | 358.18º | 0.15% | 0.86% | - |
| XYZ | 55.74 | 53.77 | 54.45 | - |
| YUV | 195.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 187 | 0 | 0.15 | 0.15 | 0.14 | 358.18 | 0.31 | 0.79 |
| Hex | DB | BA | BB | 0 | F | F | E | 166 | 1F | 4F |
| Octal | 333 | 272 | 273 | 0 | 17 | 17 | 16 | 546 | 37 | 117 |
| Binary | 11011011 | 10111010 | 10111011 | 0 | 1111 | 1111 | 1110 | 101100110 | 11111 | 1001111 |
Color Harmonies of #DBBABB
Complementary color
Monochromatic Colors of #DBBABB
Black with #DBBABB
Text Example
Text Example
White with #DBBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBABB; }
p { color: rgb(219,186,187); }
H1.HeaderClassName
{
color: #DBBABB;
}
.AnyTagClassName
{
color: #DBBABB;
}
</style>
background-color css
<style>
a { background-color: #DBBABB; }
a { background-color: rgb(219,186,187); }
div.DivClassName
{
background-color: #DBBABB;
}
.BgClassName
{
background-color: #DBBABB;
}
</style>
border-color css
<style>
span { border-color: #DBBABB; }
span { border-color: rgb(219,186,187); }
td.TdClassName
{
border-color: #DBBABB;
}
.TagClassName
{
border-color: #DBBABB;
}
</style>