COLOR #DBA3D9

HEX: #DBA3D9 RGB: (219,163,217)

Color info

#DBA3D9 contains red, green and blue colors in about the same proportion. Web safe color of #DBA3D9 is #CC99CC (or #C9C).

RGB color model

#DBA3D9 color RGB value is (219,163,217).

RGB: (219,163,217) (86%, 64%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 163 of 255 = 64%
B 217 of 255 = 85%

219
163
217

R + G + B ~ 78%. #DBA3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 163 + 217 = 599 (100%)
R 219 of 599 ~ 36.56%
G 163 of 599 ~ 27.21%
B 217 of 599 ~ 36.23'%

%36.56
%27.21
%36.23

CMYK color model

#DBA3D9 color CMYK value is (0,26,1,14).

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

CMYK: (0,26,1,14)
C0M26Y1K14 (0%, 26%, 1%, 14%)
(0.00 / 0.26 / 0.01 / 0.14)

CMYK percentages

%0
%25.57
%0.91
%14.12

Codes

Color #DBA3D9 in popluar color models

DB A3 D9
RGB 219 163 217
HSL 302° 43.75% 74.90%
HSB/HSV 302° 25.57% 85.88%
CMYK 0.00% 25.57% 0.91%
14.12%

Color #DBA3D9 in popluar number systems.

HEX DB A3 D9
Decimal 219 163 217
Binary 11011011 10100011 11011001
Octal 333 243 331

Shades and tints

Shades of #DBA3D9

#DBA3D9
(219,163,217)
#C895C6
(200,149,198)
#B587B3
(181,135,179)
#A279A0
(162,121,160)
#8F6B8D
(143,107,141)
#7C5D7A
(124,93,122)
#694F67
(105,79,103)
#564154
(86,65,84)
#433341
(67,51,65)
#30252E
(48,37,46)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBA3D9

#DBA3D9
(219,163,217)
#DEABDC
(222,171,220)
#E1B3DF
(225,179,223)
#E4BBE2
(228,187,226)
#E7C3E5
(231,195,229)
#EACBE8
(234,203,232)
#EDD3EB
(237,211,235)
#F0DBEE
(240,219,238)
#F3E3F1
(243,227,241)
#F6EBF4
(246,235,244)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA3D9; }

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

This text font color is #DBA3D9.

Background Color

.myBgColor { background-color: #DBA3D9; }

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

This div background color is #DBA3D9.

Border color

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

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

This div border color is #DBA3D9.

Opacity

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

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

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

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

This text has shadow with #DBA3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA3D9.

Preview

Color preview on black background

This text has color #DBA3D9 on black background.


Color preview on white background

This text has color #DBA3D9 on white background.


Black color preview on #DBA3D9 background

This text has black color on #DBA3D9 background.


White color preview on #DBA3D9 background

This text has white color on #DBA3D9 background.


Related colors

Complementary color

Complementary color for #hex is #245C26.


I love getcolorcode.com

Triadic colors

1 #D9DBA3 and #A3D9DB with #DBA3D9 are triadic colors.

2 #D9A3DB and #A3DBD9 with #DBA3D9 are triadic colors.