COLOR #DB87D2

HEX: #DB87D2
RGB: (219,135,210)

Color info

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

RGB color model

#DB87D2 color RGB value is (219,135,210).

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

RGB channels and saturation

R 219 of 255 = 86%
G 135 of 255 = 53%
B 210 of 255 = 82%

219
135
210

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

Portions of RGB colors in percentages

R + G + B =
219 + 135 + 210 = 564 (100%)
R 219 of 564 ~ 38.83%
G 135 of 564 ~ 23.94%
B 210 of 564 ~ 37.23%

%38.83
%23.94
%37.23

CMYK color model

#DB87D2 color CMYK value is (0,38,4,14).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(0,38,4,14)
C0M38Y4K14 
(0%,38%,4%,14%)
(0.00/0.38/0.04/0.14)	

CMYK percentages

%0
%38.36
%4.11
%14.12

Codes

Color #DB87D2 in popluar color models

DB87D2
RGB219135210
HSL306°53.85%69.41%
HSB/HSV306°38.36%85.88%
CMYK0.00%38.36%4.11%
14.12%

Color #DB87D2 in popluar number systems.

HEXDB87D2
Decimal219135210
Binary110110111000011111010010
Octal333207322

Shades and tints

Shades of #DB87D2

#DB87D2
(219,135,210)
#C87BBF
(200,123,191)
#B56FAC
(181,111,172)
#A26399
(162,99,153)
#8F5786
(143,87,134)
#7C4B73
(124,75,115)
#693F60
(105,63,96)
#56334D
(86,51,77)
#43273A
(67,39,58)
#301B27
(48,27,39)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #DB87D2

#DB87D2
(219,135,210)
#DE91D6
(222,145,214)
#E19BDA
(225,155,218)
#E4A5DE
(228,165,222)
#E7AFE2
(231,175,226)
#EAB9E6
(234,185,230)
#EDC3EA
(237,195,234)
#F0CDEE
(240,205,238)
#F3D7F2
(243,215,242)
#F6E1F6
(246,225,246)
#F9EBFA
(249,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB87D2; }

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

This text font color is #DB87D2.


Background Color

.myBgColor { background-color: #DB87D2; }

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

This div background color is #DB87D2.


Border color

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

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

This div border color is #DB87D2.


Opacity

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

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

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

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

This text has shadow with #DB87D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB87D2 on black background.


Color preview on white background

This text has color #DB87D2 on white background.



Black color preview on #DB87D2 background

This text has black color on #DB87D2 background.


White color preview on #DB87D2 background

This text has white color on #DB87D2 background.