COLOR #DB8DCD

HEX: #DB8DCD RGB: (219,141,205)

Color info

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

RGB color model

#DB8DCD color RGB value is (219,141,205).

RGB: (219,141,205) (86%, 55%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 141 of 255 = 55%
B 205 of 255 = 80%

219
141
205

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

Portions of RGB colors in percentages

R + G + B = 219 + 141 + 205 = 565 (100%)
R 219 of 565 ~ 38.76%
G 141 of 565 ~ 24.96%
B 205 of 565 ~ 36.28'%

%38.76
%24.96
%36.28

CMYK color model

#DB8DCD color CMYK value is (0,36,6,14).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 6.39%
  • key color value is 14.12%

CMYK: (0,36,6,14)
C0M36Y6K14 (0%, 36%, 6%, 14%)
(0.00 / 0.36 / 0.06 / 0.14)

CMYK percentages

%0
%35.62
%6.39
%14.12

Codes

Color #DB8DCD in popluar color models

DB 8D CD
RGB 219 141 205
HSL 311° 52.00% 70.59%
HSB/HSV 311° 35.62% 85.88%
CMYK 0.00% 35.62% 6.39%
14.12%

Color #DB8DCD in popluar number systems.

HEX DB 8D CD
Decimal 219 141 205
Binary 11011011 10001101 11001101
Octal 333 215 315

Shades and tints

Shades of #DB8DCD

#DB8DCD
(219,141,205)
#C881BB
(200,129,187)
#B575A9
(181,117,169)
#A26997
(162,105,151)
#8F5D85
(143,93,133)
#7C5173
(124,81,115)
#694561
(105,69,97)
#56394F
(86,57,79)
#432D3D
(67,45,61)
#30212B
(48,33,43)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #DB8DCD

#DB8DCD
(219,141,205)
#DE97D1
(222,151,209)
#E1A1D5
(225,161,213)
#E4ABD9
(228,171,217)
#E7B5DD
(231,181,221)
#EABFE1
(234,191,225)
#EDC9E5
(237,201,229)
#F0D3E9
(240,211,233)
#F3DDED
(243,221,237)
#F6E7F1
(246,231,241)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8DCD color. Also use rgb(219,141,205) instead hex code.

Text Font Color

.myTextColor { color: #DB8DCD; }

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

This text font color is #DB8DCD.

Background Color

.myBgColor { background-color: #DB8DCD; }

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

This div background color is #DB8DCD.

Border color

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

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

This div border color is #DB8DCD.

Opacity

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

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

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

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

This text has shadow with #DB8DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8DCD.

Preview

Color preview on black background

This text has color #DB8DCD on black background.


Color preview on white background

This text has color #DB8DCD on white background.


Black color preview on #DB8DCD background

This text has black color on #DB8DCD background.


White color preview on #DB8DCD background

This text has white color on #DB8DCD background.


Related colors

Complementary color

Complementary color for #hex is #247232.


I love getcolorcode.com

Triadic colors

1 #CDDB8D and #8DCDDB with #DB8DCD are triadic colors.

2 #CD8DDB and #8DDBCD with #DB8DCD are triadic colors.