COLOR #DB9DD9

HEX: #DB9DD9 RGB: (219,157,217)

Color info

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

RGB color model

#DB9DD9 color RGB value is (219,157,217).

RGB: (219,157,217) (86%, 62%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 217 of 255 = 85%

219
157
217

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

Portions of RGB colors in percentages

R + G + B = 219 + 157 + 217 = 593 (100%)
R 219 of 593 ~ 36.93%
G 157 of 593 ~ 26.48%
B 217 of 593 ~ 36.59'%

%36.93
%26.48
%36.59

CMYK color model

#DB9DD9 color CMYK value is (0,28,1,14).

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

CMYK: (0,28,1,14)
C0M28Y1K14 (0%, 28%, 1%, 14%)
(0.00 / 0.28 / 0.01 / 0.14)

CMYK percentages

%0
%28.31
%0.91
%14.12

Codes

Color #DB9DD9 in popluar color models

DB 9D D9
RGB 219 157 217
HSL 302° 46.27% 73.73%
HSB/HSV 302° 28.31% 85.88%
CMYK 0.00% 28.31% 0.91%
14.12%

Color #DB9DD9 in popluar number systems.

HEX DB 9D D9
Decimal 219 157 217
Binary 11011011 10011101 11011001
Octal 333 235 331

Shades and tints

Shades of #DB9DD9

#DB9DD9
(219,157,217)
#C88FC6
(200,143,198)
#B581B3
(181,129,179)
#A273A0
(162,115,160)
#8F658D
(143,101,141)
#7C577A
(124,87,122)
#694967
(105,73,103)
#563B54
(86,59,84)
#432D41
(67,45,65)
#301F2E
(48,31,46)
#1D111B
(29,17,27)
#000000
(0,0,0)

Tints of #DB9DD9

#DB9DD9
(219,157,217)
#DEA5DC
(222,165,220)
#E1ADDF
(225,173,223)
#E4B5E2
(228,181,226)
#E7BDE5
(231,189,229)
#EAC5E8
(234,197,232)
#EDCDEB
(237,205,235)
#F0D5EE
(240,213,238)
#F3DDF1
(243,221,241)
#F6E5F4
(246,229,244)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9DD9; }

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

This text font color is #DB9DD9.

Background Color

.myBgColor { background-color: #DB9DD9; }

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

This div background color is #DB9DD9.

Border color

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

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

This div border color is #DB9DD9.

Opacity

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

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

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

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

This text has shadow with #DB9DD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9DD9.

Preview

Color preview on black background

This text has color #DB9DD9 on black background.


Color preview on white background

This text has color #DB9DD9 on white background.


Black color preview on #DB9DD9 background

This text has black color on #DB9DD9 background.


White color preview on #DB9DD9 background

This text has white color on #DB9DD9 background.


Related colors

Complementary color

Complementary color for #hex is #246226.


I love getcolorcode.com

Triadic colors

1 #D9DB9D and #9DD9DB with #DB9DD9 are triadic colors.

2 #D99DDB and #9DDBD9 with #DB9DD9 are triadic colors.