Shades of Pink Flare #DBBABD
Tints of Pink Flare #DBBABD
RGB
CMYK
RGB Variations
Color information
#DBBABD (or 0xDBBABD) is known color: Pink Flare. HEX triplet: DB, BA and BD. RGB value is (219,186,189). Sum of RGB (Red+Green+Blue) = 219+186+189=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABD is #244542. Grayscale: #C4C4C4. Windows color (decimal): -2377027 or 12434139. OLE color: 12434139.
HSL color Cylindrical-coordinate representation of color #DBBABD: hue angle of 354.55º 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 #DBBABD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 189 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.14 |
| HSL | 354.55º | 0.31% | 0.79% | - |
| HSV(B) | 354.55º | 0.15% | 0.86% | - |
| XYZ | 55.96 | 53.85 | 55.59 | - |
| YUV | 196.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 189 | 0 | 0.15 | 0.14 | 0.14 | 354.55 | 0.31 | 0.79 |
| Hex | DB | BA | BD | 0 | F | E | E | 163 | 1F | 4F |
| Octal | 333 | 272 | 275 | 0 | 17 | 16 | 16 | 543 | 37 | 117 |
| Binary | 11011011 | 10111010 | 10111101 | 0 | 1111 | 1110 | 1110 | 101100011 | 11111 | 1001111 |
Color Harmonies of #DBBABD
Complementary color
Monochromatic Colors of #DBBABD
Black with #DBBABD
Text Example
Text Example
White with #DBBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBABD; }
p { color: rgb(219,186,189); }
H1.HeaderClassName
{
color: #DBBABD;
}
.AnyTagClassName
{
color: #DBBABD;
}
</style>
background-color css
<style>
a { background-color: #DBBABD; }
a { background-color: rgb(219,186,189); }
div.DivClassName
{
background-color: #DBBABD;
}
.BgClassName
{
background-color: #DBBABD;
}
</style>
border-color css
<style>
span { border-color: #DBBABD; }
span { border-color: rgb(219,186,189); }
td.TdClassName
{
border-color: #DBBABD;
}
.TagClassName
{
border-color: #DBBABD;
}
</style>