COLOR #DB8DC5

HEX: #DB8DC5 RGB: (219,141,197)

Color info

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

RGB color model

#DB8DC5 color RGB value is (219,141,197).

RGB: (219,141,197) (86%, 55%, 77%)

RGB channels and saturation

R 219 of 255 = 86%
G 141 of 255 = 55%
B 197 of 255 = 77%

219
141
197

R + G + B ~ 73%. #DB8DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 141 + 197 = 557 (100%)
R 219 of 557 ~ 39.32%
G 141 of 557 ~ 25.31%
B 197 of 557 ~ 35.37'%

%39.32
%25.31
%35.37

CMYK color model

#DB8DC5 color CMYK value is (0,36,10,14).

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

CMYK: (0,36,10,14)
C0M36Y10K14 (0%, 36%, 10%, 14%)
(0.00 / 0.36 / 0.10 / 0.14)

CMYK percentages

%0
%35.62
%10.05
%14.12

Codes

Color #DB8DC5 in popluar color models

DB 8D C5
RGB 219 141 197
HSL 317° 52.00% 70.59%
HSB/HSV 317° 35.62% 85.88%
CMYK 0.00% 35.62% 10.05%
14.12%

Color #DB8DC5 in popluar number systems.

HEX DB 8D C5
Decimal 219 141 197
Binary 11011011 10001101 11000101
Octal 333 215 305

Shades and tints

Shades of #DB8DC5

#DB8DC5
(219,141,197)
#C881B4
(200,129,180)
#B575A3
(181,117,163)
#A26992
(162,105,146)
#8F5D81
(143,93,129)
#7C5170
(124,81,112)
#69455F
(105,69,95)
#56394E
(86,57,78)
#432D3D
(67,45,61)
#30212C
(48,33,44)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #DB8DC5

#DB8DC5
(219,141,197)
#DE97CA
(222,151,202)
#E1A1CF
(225,161,207)
#E4ABD4
(228,171,212)
#E7B5D9
(231,181,217)
#EABFDE
(234,191,222)
#EDC9E3
(237,201,227)
#F0D3E8
(240,211,232)
#F3DDED
(243,221,237)
#F6E7F2
(246,231,242)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8DC5; }

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

This text font color is #DB8DC5.

Background Color

.myBgColor { background-color: #DB8DC5; }

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

This div background color is #DB8DC5.

Border color

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

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

This div border color is #DB8DC5.

Opacity

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

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

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

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

This text has shadow with #DB8DC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8DC5.

Preview

Color preview on black background

This text has color #DB8DC5 on black background.


Color preview on white background

This text has color #DB8DC5 on white background.


Black color preview on #DB8DC5 background

This text has black color on #DB8DC5 background.


White color preview on #DB8DC5 background

This text has white color on #DB8DC5 background.


Related colors

Complementary color

Complementary color for #hex is #24723A.


I love getcolorcode.com

Triadic colors

1 #C5DB8D and #8DC5DB with #DB8DC5 are triadic colors.

2 #C58DDB and #8DDBC5 with #DB8DC5 are triadic colors.