COLOR #DB88B5

HEX: #DB88B5
RGB: (219,136,181)

Color info

#DB88B5 contains mainly red and blue colors. Web safe color of #DB88B5 is #CC99CC (or #C9C).

RGB color model

#DB88B5 color RGB value is (219,136,181).

  • red value is 219;
  • green value is 136;
  • blue value is 181.
RGB:
(219,136,181)
(86%,53%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 136 of 255 = 53%
B 181 of 255 = 71%

219
136
181

R + G + B ~ 70%. #DB88B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 136 + 181 = 536 (100%)
R 219 of 536 ~ 40.86%
G 136 of 536 ~ 25.37%
B 181 of 536 ~ 33.77%

%40.86
%25.37
%33.77

CMYK color model

#DB88B5 color CMYK value is (0,38,17,14).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(0,38,17,14)
C0M38Y17K14 
(0%,38%,17%,14%)
(0.00/0.38/0.17/0.14)	

CMYK percentages

%0
%37.9
%17.35
%14.12

Codes

Color #DB88B5 in popluar color models

DB88B5
RGB219136181
HSL327°53.55%69.61%
HSB/HSV327°37.90%85.88%
CMYK0.00%37.90%17.35%
14.12%

Color #DB88B5 in popluar number systems.

HEXDB88B5
Decimal219136181
Binary110110111000100010110101
Octal333210265

Shades and tints

Shades of #DB88B5

#DB88B5
(219,136,181)
#C87CA5
(200,124,165)
#B57095
(181,112,149)
#A26485
(162,100,133)
#8F5875
(143,88,117)
#7C4C65
(124,76,101)
#694055
(105,64,85)
#563445
(86,52,69)
#432835
(67,40,53)
#301C25
(48,28,37)
#1D1015
(29,16,21)
#000000
(0,0,0)

Tints of #DB88B5

#DB88B5
(219,136,181)
#DE92BB
(222,146,187)
#E19CC1
(225,156,193)
#E4A6C7
(228,166,199)
#E7B0CD
(231,176,205)
#EABAD3
(234,186,211)
#EDC4D9
(237,196,217)
#F0CEDF
(240,206,223)
#F3D8E5
(243,216,229)
#F6E2EB
(246,226,235)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB88B5 color. Also use rgb(219,136,181) instead hex code.

Text Font Color

.myTextColor { color: #DB88B5; }

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

This text font color is #DB88B5.


Background Color

.myBgColor { background-color: #DB88B5; }

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

This div background color is #DB88B5.


Border color

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

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

This div border color is #DB88B5.


Opacity

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

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

Text with #DB88B5 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 #DB88B5;}

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

This text has shadow with #DB88B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB88B5 on black background.


Color preview on white background

This text has color #DB88B5 on white background.



Black color preview on #DB88B5 background

This text has black color on #DB88B5 background.


White color preview on #DB88B5 background

This text has white color on #DB88B5 background.