Shades of Pink Flare #DBB6BA
Tints of Pink Flare #DBB6BA
RGB
CMYK
RGB Variations
Color information
#DBB6BA (or 0xDBB6BA) is known color: Pink Flare. HEX triplet: DB, B6 and BA. RGB value is (219,182,186). Sum of RGB (Red+Green+Blue) = 219+182+186=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BA is #244945. Grayscale: #C1C1C1. Windows color (decimal): -2378054 or 12236507. OLE color: 12236507.
HSL color Cylindrical-coordinate representation of color #DBB6BA: hue angle of 353.51º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6BA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 186 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.14 |
| HSL | 353.51º | 0.34% | 0.79% | - |
| HSV(B) | 353.51º | 0.17% | 0.86% | - |
| XYZ | 54.8 | 52.06 | 53.61 | - |
| YUV | 193.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 186 | 0 | 0.17 | 0.15 | 0.14 | 353.51 | 0.34 | 0.79 |
| Hex | DB | B6 | BA | 0 | 11 | F | E | 162 | 22 | 4F |
| Octal | 333 | 266 | 272 | 0 | 21 | 17 | 16 | 542 | 42 | 117 |
| Binary | 11011011 | 10110110 | 10111010 | 0 | 10001 | 1111 | 1110 | 101100010 | 100010 | 1001111 |
Color Harmonies of #DBB6BA
Complementary color
Monochromatic Colors of #DBB6BA
Black with #DBB6BA
Text Example
Text Example
White with #DBB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6BA; }
p { color: rgb(219,182,186); }
H1.HeaderClassName
{
color: #DBB6BA;
}
.AnyTagClassName
{
color: #DBB6BA;
}
</style>
background-color css
<style>
a { background-color: #DBB6BA; }
a { background-color: rgb(219,182,186); }
div.DivClassName
{
background-color: #DBB6BA;
}
.BgClassName
{
background-color: #DBB6BA;
}
</style>
border-color css
<style>
span { border-color: #DBB6BA; }
span { border-color: rgb(219,182,186); }
td.TdClassName
{
border-color: #DBB6BA;
}
.TagClassName
{
border-color: #DBB6BA;
}
</style>