Shades of Pink Flare #DBBBBD
Tints of Pink Flare #DBBBBD
RGB
CMYK
RGB Variations
Color information
#DBBBBD (or 0xDBBBBD) is known color: Pink Flare. HEX triplet: DB, BB and BD. RGB value is (219,187,189). Sum of RGB (Red+Green+Blue) = 219+187+189=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBBD is #244442. Grayscale: #C4C4C4. Windows color (decimal): -2376771 or 12434395. OLE color: 12434395.
HSL color Cylindrical-coordinate representation of color #DBBBBD: hue angle of 356.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBBD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 189 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.14 |
| HSL | 356.25º | 0.31% | 0.8% | - |
| HSV(B) | 356.25º | 0.15% | 0.86% | - |
| XYZ | 56.17 | 54.27 | 55.66 | - |
| YUV | 196.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 189 | 0 | 0.15 | 0.14 | 0.14 | 356.25 | 0.31 | 0.8 |
| Hex | DB | BB | BD | 0 | F | E | E | 164 | 1F | 50 |
| Octal | 333 | 273 | 275 | 0 | 17 | 16 | 16 | 544 | 37 | 120 |
| Binary | 11011011 | 10111011 | 10111101 | 0 | 1111 | 1110 | 1110 | 101100100 | 11111 | 1010000 |
Color Harmonies of #DBBBBD
Complementary color
Monochromatic Colors of #DBBBBD
Black with #DBBBBD
Text Example
Text Example
White with #DBBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBBD; }
p { color: rgb(219,187,189); }
H1.HeaderClassName
{
color: #DBBBBD;
}
.AnyTagClassName
{
color: #DBBBBD;
}
</style>
background-color css
<style>
a { background-color: #DBBBBD; }
a { background-color: rgb(219,187,189); }
div.DivClassName
{
background-color: #DBBBBD;
}
.BgClassName
{
background-color: #DBBBBD;
}
</style>
border-color css
<style>
span { border-color: #DBBBBD; }
span { border-color: rgb(219,187,189); }
td.TdClassName
{
border-color: #DBBBBD;
}
.TagClassName
{
border-color: #DBBBBD;
}
</style>