COLOR #DB87D5

HEX: #DB87D5
RGB: (219,135,213)

Color info

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

RGB color model

#DB87D5 color RGB value is (219,135,213).

  • red value is 219;
  • green value is 135;
  • blue value is 213.
RGB:
(219,135,213)
(86%,53%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 135 of 255 = 53%
B 213 of 255 = 84%

219
135
213

R + G + B ~ 74%. #DB87D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 135 + 213 = 567 (100%)
R 219 of 567 ~ 38.62%
G 135 of 567 ~ 23.81%
B 213 of 567 ~ 37.57%

%38.62
%23.81
%37.57

CMYK color model

#DB87D5 color CMYK value is (0,38,3,14).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(0,38,3,14)
C0M38Y3K14 
(0%,38%,3%,14%)
(0.00/0.38/0.03/0.14)	

CMYK percentages

%0
%38.36
%2.74
%14.12

Codes

Color #DB87D5 in popluar color models

DB87D5
RGB219135213
HSL304°53.85%69.41%
HSB/HSV304°38.36%85.88%
CMYK0.00%38.36%2.74%
14.12%

Color #DB87D5 in popluar number systems.

HEXDB87D5
Decimal219135213
Binary110110111000011111010101
Octal333207325

Shades and tints

Shades of #DB87D5

#DB87D5
(219,135,213)
#C87BC2
(200,123,194)
#B56FAF
(181,111,175)
#A2639C
(162,99,156)
#8F5789
(143,87,137)
#7C4B76
(124,75,118)
#693F63
(105,63,99)
#563350
(86,51,80)
#43273D
(67,39,61)
#301B2A
(48,27,42)
#1D0F17
(29,15,23)
#000000
(0,0,0)

Tints of #DB87D5

#DB87D5
(219,135,213)
#DE91D8
(222,145,216)
#E19BDB
(225,155,219)
#E4A5DE
(228,165,222)
#E7AFE1
(231,175,225)
#EAB9E4
(234,185,228)
#EDC3E7
(237,195,231)
#F0CDEA
(240,205,234)
#F3D7ED
(243,215,237)
#F6E1F0
(246,225,240)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB87D5 color. Also use rgb(219,135,213) instead hex code.

Text Font Color

.myTextColor { color: #DB87D5; }

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

This text font color is #DB87D5.


Background Color

.myBgColor { background-color: #DB87D5; }

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

This div background color is #DB87D5.


Border color

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

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

This div border color is #DB87D5.


Opacity

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

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

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

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

This text has shadow with #DB87D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB87D5 on black background.


Color preview on white background

This text has color #DB87D5 on white background.



Black color preview on #DB87D5 background

This text has black color on #DB87D5 background.


White color preview on #DB87D5 background

This text has white color on #DB87D5 background.