COLOR #DB85B1

HEX: #DB85B1
RGB: (219,133,177)

Color info

#DB85B1 contains mainly red and blue colors. Web safe color of #DB85B1 is #CC9999 (or #C99).

RGB color model

#DB85B1 color RGB value is (219,133,177).

  • red value is 219;
  • green value is 133;
  • blue value is 177.
RGB:
(219,133,177)
(86%,52%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 133 of 255 = 52%
B 177 of 255 = 69%

219
133
177

R + G + B ~ 69%. #DB85B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 133 + 177 = 529 (100%)
R 219 of 529 ~ 41.4%
G 133 of 529 ~ 25.14%
B 177 of 529 ~ 33.46%

%41.4
%25.14
%33.46

CMYK color model

#DB85B1 color CMYK value is (0,39,19,14).

  • cyan value is 0.00%
  • magenta value is 39.27%
  • yellow value is 19.18%
  • key color value is 14.12%
CMYK:
(0,39,19,14)
C0M39Y19K14 
(0%,39%,19%,14%)
(0.00/0.39/0.19/0.14)	

CMYK percentages

%0
%39.27
%19.18
%14.12

Codes

Color #DB85B1 in popluar color models

DB85B1
RGB219133177
HSL329°54.43%69.02%
HSB/HSV329°39.27%85.88%
CMYK0.00%39.27%19.18%
14.12%

Color #DB85B1 in popluar number systems.

HEXDB85B1
Decimal219133177
Binary110110111000010110110001
Octal333205261

Shades and tints

Shades of #DB85B1

#DB85B1
(219,133,177)
#C879A1
(200,121,161)
#B56D91
(181,109,145)
#A26181
(162,97,129)
#8F5571
(143,85,113)
#7C4961
(124,73,97)
#693D51
(105,61,81)
#563141
(86,49,65)
#432531
(67,37,49)
#301921
(48,25,33)
#1D0D11
(29,13,17)
#000000
(0,0,0)

Tints of #DB85B1

#DB85B1
(219,133,177)
#DE90B8
(222,144,184)
#E19BBF
(225,155,191)
#E4A6C6
(228,166,198)
#E7B1CD
(231,177,205)
#EABCD4
(234,188,212)
#EDC7DB
(237,199,219)
#F0D2E2
(240,210,226)
#F3DDE9
(243,221,233)
#F6E8F0
(246,232,240)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB85B1 color. Also use rgb(219,133,177) instead hex code.

Text Font Color

.myTextColor { color: #DB85B1; }

<p style="color:#DB85B1">This sample text font color is #DB85B1.</p>

This text font color is #DB85B1.


Background Color

.myBgColor { background-color: #DB85B1; }

<div style="background-color:#DB85B1">Inner text</div>

This div background color is #DB85B1.


Border color

.myBorderColor { border: 1px solid #DB85B1; }

<div style="border:3px solid #DB85B1">Div</div>

This div border color is #DB85B1.


Opacity

.myOpacity80 { color: #DB85B1; opacity: 0.8; }

<p style="color:#DB85B1;opacity:0.8;">80%</p>

Text with #DB85B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DB85B1;}

<p style="text-shadow: 3px 3px 1px #DB85B1">Text here.</p>

This text has shadow with #DB85B1 color.

.textShadow {text-shadow: 3px 3px 1px #DB85B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DB85B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #DB85B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB85B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DB85B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #DB85B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DB85B1;
  -webkit-box-shadow:	1px 1px 3px 2px #DB85B1;
  box-shadow:		1px 1px 3px 2px #DB85B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DB85B1;
-webkit-box-shadow: 1px 1px 3px 2px #DB85B1;
box-shadow:1px 1px 3px 2px #DB85B1;">
Div content here</div>
This div box has shadow with color #DB85B1.

Preview

Color preview on black background

This text has color #DB85B1 on black background.


Color preview on white background

This text has color #DB85B1 on white background.



Black color preview on #DB85B1 background

This text has black color on #DB85B1 background.


White color preview on #DB85B1 background

This text has white color on #DB85B1 background.