COLOR #DB8FD9

HEX: #DB8FD9 RGB: (219,143,217)

Color info

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

RGB color model

#DB8FD9 color RGB value is (219,143,217).

RGB: (219,143,217) (86%, 56%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 143 of 255 = 56%
B 217 of 255 = 85%

219
143
217

R + G + B ~ 76%. #DB8FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 143 + 217 = 579 (100%)
R 219 of 579 ~ 37.82%
G 143 of 579 ~ 24.7%
B 217 of 579 ~ 37.48'%

%37.82
%24.7
%37.48

CMYK color model

#DB8FD9 color CMYK value is (0,35,1,14).

  • cyan value is 0.00%
  • magenta value is 34.70%
  • yellow value is 0.91%
  • key color value is 14.12%

CMYK: (0,35,1,14)
C0M35Y1K14 (0%, 35%, 1%, 14%)
(0.00 / 0.35 / 0.01 / 0.14)

CMYK percentages

%0
%34.7
%0.91
%14.12

Codes

Color #DB8FD9 in popluar color models

DB 8F D9
RGB 219 143 217
HSL 302° 51.35% 70.98%
HSB/HSV 302° 34.70% 85.88%
CMYK 0.00% 34.70% 0.91%
14.12%

Color #DB8FD9 in popluar number systems.

HEX DB 8F D9
Decimal 219 143 217
Binary 11011011 10001111 11011001
Octal 333 217 331

Shades and tints

Shades of #DB8FD9

#DB8FD9
(219,143,217)
#C882C6
(200,130,198)
#B575B3
(181,117,179)
#A268A0
(162,104,160)
#8F5B8D
(143,91,141)
#7C4E7A
(124,78,122)
#694167
(105,65,103)
#563454
(86,52,84)
#432741
(67,39,65)
#301A2E
(48,26,46)
#1D0D1B
(29,13,27)
#000000
(0,0,0)

Tints of #DB8FD9

#DB8FD9
(219,143,217)
#DE99DC
(222,153,220)
#E1A3DF
(225,163,223)
#E4ADE2
(228,173,226)
#E7B7E5
(231,183,229)
#EAC1E8
(234,193,232)
#EDCBEB
(237,203,235)
#F0D5EE
(240,213,238)
#F3DFF1
(243,223,241)
#F6E9F4
(246,233,244)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8FD9 color. Also use rgb(219,143,217) instead hex code.

Text Font Color

.myTextColor { color: #DB8FD9; }

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

This text font color is #DB8FD9.

Background Color

.myBgColor { background-color: #DB8FD9; }

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

This div background color is #DB8FD9.

Border color

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

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

This div border color is #DB8FD9.

Opacity

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

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

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

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

This text has shadow with #DB8FD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8FD9.

Preview

Color preview on black background

This text has color #DB8FD9 on black background.


Color preview on white background

This text has color #DB8FD9 on white background.


Black color preview on #DB8FD9 background

This text has black color on #DB8FD9 background.


White color preview on #DB8FD9 background

This text has white color on #DB8FD9 background.


Related colors

Complementary color

Complementary color for #hex is #247026.


I love getcolorcode.com

Triadic colors

1 #D9DB8F and #8FD9DB with #DB8FD9 are triadic colors.

2 #D98FDB and #8FDBD9 with #DB8FD9 are triadic colors.