COLOR #DB86D6

HEX: #DB86D6
RGB: (219,134,214)

Color info

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

RGB color model

#DB86D6 color RGB value is (219,134,214).

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

RGB channels and saturation

R 219 of 255 = 86%
G 134 of 255 = 53%
B 214 of 255 = 84%

219
134
214

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

Portions of RGB colors in percentages

R + G + B =
219 + 134 + 214 = 567 (100%)
R 219 of 567 ~ 38.62%
G 134 of 567 ~ 23.63%
B 214 of 567 ~ 37.74%

%38.62
%23.63
%37.74

CMYK color model

#DB86D6 color CMYK value is (0,39,2,14).

  • cyan value is 0.00%
  • magenta value is 38.81%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(0,39,2,14)
C0M39Y2K14 
(0%,39%,2%,14%)
(0.00/0.39/0.02/0.14)	

CMYK percentages

%0
%38.81
%2.28
%14.12

Codes

Color #DB86D6 in popluar color models

DB86D6
RGB219134214
HSL304°54.14%69.22%
HSB/HSV304°38.81%85.88%
CMYK0.00%38.81%2.28%
14.12%

Color #DB86D6 in popluar number systems.

HEXDB86D6
Decimal219134214
Binary110110111000011011010110
Octal333206326

Shades and tints

Shades of #DB86D6

#DB86D6
(219,134,214)
#C87AC3
(200,122,195)
#B56EB0
(181,110,176)
#A2629D
(162,98,157)
#8F568A
(143,86,138)
#7C4A77
(124,74,119)
#693E64
(105,62,100)
#563251
(86,50,81)
#43263E
(67,38,62)
#301A2B
(48,26,43)
#1D0E18
(29,14,24)
#000000
(0,0,0)

Tints of #DB86D6

#DB86D6
(219,134,214)
#DE91D9
(222,145,217)
#E19CDC
(225,156,220)
#E4A7DF
(228,167,223)
#E7B2E2
(231,178,226)
#EABDE5
(234,189,229)
#EDC8E8
(237,200,232)
#F0D3EB
(240,211,235)
#F3DEEE
(243,222,238)
#F6E9F1
(246,233,241)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB86D6 color. Also use rgb(219,134,214) instead hex code.

Text Font Color

.myTextColor { color: #DB86D6; }

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

This text font color is #DB86D6.


Background Color

.myBgColor { background-color: #DB86D6; }

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

This div background color is #DB86D6.


Border color

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

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

This div border color is #DB86D6.


Opacity

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

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

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

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

This text has shadow with #DB86D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB86D6 on black background.


Color preview on white background

This text has color #DB86D6 on white background.



Black color preview on #DB86D6 background

This text has black color on #DB86D6 background.


White color preview on #DB86D6 background

This text has white color on #DB86D6 background.