#DBB2B5

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

Shades of Pink Flare #DBB2B5

Tints of Pink Flare #DBB2B5

Color information

#DBB2B5 (or 0xDBB2B5) is unknown color: approx Pink Flare. HEX triplet: DB, B2 and B5. RGB value is (219,178,181). Sum of RGB (Red+Green+Blue) = 219+178+181=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2B5 is #244D4A. Grayscale: #BEBEBE. Windows color (decimal): -2379083 or 11907803. OLE color: 11907803.

HSL color Cylindrical-coordinate representation of color #DBB2B5: hue angle of 355.61º degrees, saturation: 0.36, 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 #DBB2B5 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219178181-
CMYK00.190.170.14
HSL355.61º36.28%77.84%-
HSV(B)355.61º18.72%85.88%-
XYZ53.4750.2450.59-
YUV190.6122.58148.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=37.89%
G=30.80%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917818100.190.170.14355.6136.2877.84
HexDBB2B501311E164244e
Octal333262265023211654444116
Binary1101101110110010101101010100111000111101011001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2B5; }

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

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

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

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

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

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

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

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