#DBB3B5

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

Shades of Pink Flare #DBB3B5

Tints of Pink Flare #DBB3B5

Color information

#DBB3B5 (or 0xDBB3B5) is unknown color: approx Pink Flare. HEX triplet: DB, B3 and B5. RGB value is (219,179,181). Sum of RGB (Red+Green+Blue) = 219+179+181=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3B5 is #244C4A. Grayscale: #BFBFBF. Windows color (decimal): -2378827 or 11908059. OLE color: 11908059.

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

Color convert

RGB219179181-
CMYK00.180.170.14
HSL357º35.71%78.04%-
HSV(B)357º18.26%85.88%-
XYZ53.6750.6450.66-
YUV191.19122.25147.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 181 (71.09% from 255) = 31.26%
R=37.82%
G=30.92%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917918100.180.170.1435735.7178.04
HexDBB3B501211E165244e
Octal333263265022211654544116
Binary1101101110110011101101010100101000111101011001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3B5; }

 p { color: rgb(219,179,181); }

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

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

 a { background-color: rgb(219,179,181); }

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

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

 span { border-color: rgb(219,179,181); }

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