Shades of Pink Flare #DBB7B9
Tints of Pink Flare #DBB7B9
RGB
CMYK
RGB Variations
Color information
#DBB7B9 (or 0xDBB7B9) is known color: Pink Flare. HEX triplet: DB, B7 and B9. RGB value is (219,183,185). Sum of RGB (Red+Green+Blue) = 219+183+185=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7B9 is #244846. Grayscale: #C2C2C2. Windows color (decimal): -2377799 or 12171227. OLE color: 12171227.
HSL color Cylindrical-coordinate representation of color #DBB7B9: hue angle of 356.67º degrees, saturation: 0.33, 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 #DBB7B9 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 183 | 185 | - |
CMYK | 0 | 0.16 | 0.16 | 0.14 |
HSL | 356.67º | 0.33% | 0.79% | - |
HSV(B) | 356.67º | 0.16% | 0.86% | - |
XYZ | 54.9 | 52.43 | 53.13 | - |
YUV | 193.99 | 122.93 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 185 | 0 | 0.16 | 0.16 | 0.14 | 356.67 | 0.33 | 0.79 |
Hex | DB | B7 | B9 | 0 | 10 | 10 | E | 165 | 21 | 4F |
Octal | 333 | 267 | 271 | 0 | 20 | 20 | 16 | 545 | 41 | 117 |
Binary | 11011011 | 10110111 | 10111001 | 0 | 10000 | 10000 | 1110 | 101100101 | 100001 | 1001111 |
Color Harmonies of #DBB7B9
Complementary color
Monochromatic Colors of #DBB7B9
Black with #DBB7B9
Text Example
Text Example
White with #DBB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7B9; }
p { color: rgb(219,183,185); }
H1.HeaderClassName
{
color: #DBB7B9;
}
.AnyTagClassName
{
color: #DBB7B9;
}
</style>
background-color css
<style>
a { background-color: #DBB7B9; }
a { background-color: rgb(219,183,185); }
div.DivClassName
{
background-color: #DBB7B9;
}
.BgClassName
{
background-color: #DBB7B9;
}
</style>
border-color css
<style>
span { border-color: #DBB7B9; }
span { border-color: rgb(219,183,185); }
td.TdClassName
{
border-color: #DBB7B9;
}
.TagClassName
{
border-color: #DBB7B9;
}
</style>