Shades of Pink Flare #DBB5B8
Tints of Pink Flare #DBB5B8
RGB
CMYK
RGB Variations
Color information
#DBB5B8 (or 0xDBB5B8) is known color: Pink Flare. HEX triplet: DB, B5 and B8. RGB value is (219,181,184). Sum of RGB (Red+Green+Blue) = 219+181+184=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5B8 is #244A47. Grayscale: #C0C0C0. Windows color (decimal): -2378312 or 12105179. OLE color: 12105179.
HSL color Cylindrical-coordinate representation of color #DBB5B8: hue angle of 355.26º 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 #DBB5B8 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 184 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.14 |
| HSL | 355.26º | 0.35% | 0.78% | - |
| HSV(B) | 355.26º | 0.17% | 0.86% | - |
| XYZ | 54.39 | 51.57 | 52.43 | - |
| YUV | 192.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 184 | 0 | 0.17 | 0.16 | 0.14 | 355.26 | 0.35 | 0.78 |
| Hex | DB | B5 | B8 | 0 | 11 | 10 | E | 163 | 23 | 4E |
| Octal | 333 | 265 | 270 | 0 | 21 | 20 | 16 | 543 | 43 | 116 |
| Binary | 11011011 | 10110101 | 10111000 | 0 | 10001 | 10000 | 1110 | 101100011 | 100011 | 1001110 |
Color Harmonies of #DBB5B8
Complementary color
Monochromatic Colors of #DBB5B8
Black with #DBB5B8
Text Example
Text Example
White with #DBB5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5B8; }
p { color: rgb(219,181,184); }
H1.HeaderClassName
{
color: #DBB5B8;
}
.AnyTagClassName
{
color: #DBB5B8;
}
</style>
background-color css
<style>
a { background-color: #DBB5B8; }
a { background-color: rgb(219,181,184); }
div.DivClassName
{
background-color: #DBB5B8;
}
.BgClassName
{
background-color: #DBB5B8;
}
</style>
border-color css
<style>
span { border-color: #DBB5B8; }
span { border-color: rgb(219,181,184); }
td.TdClassName
{
border-color: #DBB5B8;
}
.TagClassName
{
border-color: #DBB5B8;
}
</style>