#DBB7B9

Color #DBB7B9 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #DBB7B9

Tints of Pink Flare #DBB7B9

Color information

#DBB7B9 (or 0xDBB7B9) is unknown color: approx 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

RGB219183185-
CMYK00.160.160.14
HSL356.67º33.33%78.82%-
HSV(B)356.67º16.44%85.88%-
XYZ54.952.4353.13-
YUV193.99122.93145.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=37.31%
G=31.18%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918318500.160.160.14356.6733.3378.82
HexDBB7B901010E165214f
Octal333267271020201654541117
Binary1101101110110111101110010100001000011101011001011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>