Shades of Pink Flare #DBB5B7
Tints of Pink Flare #DBB5B7
RGB
CMYK
RGB Variations
Color information
#DBB5B7 (or 0xDBB5B7) is known color: Pink Flare. HEX triplet: DB, B5 and B7. RGB value is (219,181,183). Sum of RGB (Red+Green+Blue) = 219+181+183=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5B7 is #244A48. Grayscale: #C0C0C0. Windows color (decimal): -2378313 or 12039643. OLE color: 12039643.
HSL color Cylindrical-coordinate representation of color #DBB5B7: hue angle of 356.84º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5B7 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 183 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.14 |
| HSL | 356.84º | 0.35% | 0.78% | - |
| HSV(B) | 356.84º | 0.17% | 0.86% | - |
| XYZ | 54.28 | 51.53 | 51.88 | - |
| YUV | 192.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 183 | 0 | 0.17 | 0.16 | 0.14 | 356.84 | 0.35 | 0.78 |
| Hex | DB | B5 | B7 | 0 | 11 | 10 | E | 165 | 23 | 4E |
| Octal | 333 | 265 | 267 | 0 | 21 | 20 | 16 | 545 | 43 | 116 |
| Binary | 11011011 | 10110101 | 10110111 | 0 | 10001 | 10000 | 1110 | 101100101 | 100011 | 1001110 |
Color Harmonies of #DBB5B7
Complementary color
Monochromatic Colors of #DBB5B7
Black with #DBB5B7
Text Example
Text Example
White with #DBB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5B7; }
p { color: rgb(219,181,183); }
H1.HeaderClassName
{
color: #DBB5B7;
}
.AnyTagClassName
{
color: #DBB5B7;
}
</style>
background-color css
<style>
a { background-color: #DBB5B7; }
a { background-color: rgb(219,181,183); }
div.DivClassName
{
background-color: #DBB5B7;
}
.BgClassName
{
background-color: #DBB5B7;
}
</style>
border-color css
<style>
span { border-color: #DBB5B7; }
span { border-color: rgb(219,181,183); }
td.TdClassName
{
border-color: #DBB5B7;
}
.TagClassName
{
border-color: #DBB5B7;
}
</style>