#DBB1B4

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

Shades of Pink Flare #DBB1B4

Tints of Pink Flare #DBB1B4

Color information

#DBB1B4 (or 0xDBB1B4) is unknown color: approx Pink Flare. HEX triplet: DB, B1 and B4. RGB value is (219,177,180). Sum of RGB (Red+Green+Blue) = 219+177+180=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1B4 is #244E4B. Grayscale: #BDBDBD. Windows color (decimal): -2379340 or 11842011. OLE color: 11842011.

HSL color Cylindrical-coordinate representation of color #DBB1B4: hue angle of 355.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1B4 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219177180-
CMYK00.190.180.14
HSL355.71º36.84%77.65%-
HSV(B)355.71º19.18%85.88%-
XYZ53.1749.849.99-
YUV189.9122.41148.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 180 (70.70% from 255) = 31.25%
R=38.02%
G=30.73%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917718000.190.180.14355.7136.8477.65
HexDBB1B401312E164254e
Octal333261264023221654445116
Binary1101101110110001101101000100111001011101011001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1B4; }

 p { color: rgb(219,177,180); }

 H1.HeaderClassName
 {
   color: #DBB1B4;
 }
 .AnyTagClassName
 {
   color: #DBB1B4;
 }
</style>
background-color css

<style>
 a { background-color: #DBB1B4; }

 a { background-color: rgb(219,177,180); }

 div.DivClassName
 {
   background-color: #DBB1B4;
 }
 .BgClassName
 {
   background-color: #DBB1B4;
 }
</style>
border-color css

<style>
 span { border-color: #DBB1B4; }

 span { border-color: rgb(219,177,180); }

 td.TdClassName
 {
   border-color: #DBB1B4;
 }
 .TagClassName
 {
   border-color: #DBB1B4;
 }
</style>