COLOR #DB9CDC

HEX: #DB9CDC RGB: (219,156,220)

Color info

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

RGB color model

#DB9CDC color RGB value is (219,156,220).

RGB: (219,156,220) (86%, 61%, 86%)

RGB channels and saturation

R 219 of 255 = 86%
G 156 of 255 = 61%
B 220 of 255 = 86%

219
156
220

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

Portions of RGB colors in percentages

R + G + B = 219 + 156 + 220 = 595 (100%)
R 219 of 595 ~ 36.81%
G 156 of 595 ~ 26.22%
B 220 of 595 ~ 36.97'%

%36.81
%26.22
%36.97

CMYK color model

#DB9CDC color CMYK value is (0,29,0,14).

  • cyan value is 0.45%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (0,29,0,14)
C0M29Y0K14 (0%, 29%, 0%, 14%)
(0.00 / 0.29 / 0.00 / 0.14)

CMYK percentages

%0.45
%29.09
%0
%13.73

Codes

Color #DB9CDC in popluar color models

DB 9C DC
RGB 219 156 220
HSL 299° 47.76% 73.73%
HSB/HSV 299° 29.09% 86.27%
CMYK 0.45% 29.09% 0.00%
13.73%

Color #DB9CDC in popluar number systems.

HEX DB 9C DC
Decimal 219 156 220
Binary 11011011 10011100 11011100
Octal 333 234 334

Shades and tints

Shades of #DB9CDC

#DB9CDC
(219,156,220)
#C88EC8
(200,142,200)
#B580B4
(181,128,180)
#A272A0
(162,114,160)
#8F648C
(143,100,140)
#7C5678
(124,86,120)
#694864
(105,72,100)
#563A50
(86,58,80)
#432C3C
(67,44,60)
#301E28
(48,30,40)
#1D1014
(29,16,20)
#000000
(0,0,0)

Tints of #DB9CDC

#DB9CDC
(219,156,220)
#DEA5DF
(222,165,223)
#E1AEE2
(225,174,226)
#E4B7E5
(228,183,229)
#E7C0E8
(231,192,232)
#EAC9EB
(234,201,235)
#EDD2EE
(237,210,238)
#F0DBF1
(240,219,241)
#F3E4F4
(243,228,244)
#F6EDF7
(246,237,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9CDC color. Also use rgb(219,156,220) instead hex code.

Text Font Color

.myTextColor { color: #DB9CDC; }

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

This text font color is #DB9CDC.

Background Color

.myBgColor { background-color: #DB9CDC; }

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

This div background color is #DB9CDC.

Border color

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

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

This div border color is #DB9CDC.

Opacity

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

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

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

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

This text has shadow with #DB9CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9CDC.

Preview

Color preview on black background

This text has color #DB9CDC on black background.


Color preview on white background

This text has color #DB9CDC on white background.


Black color preview on #DB9CDC background

This text has black color on #DB9CDC background.


White color preview on #DB9CDC background

This text has white color on #DB9CDC background.


Related colors

Complementary color

Complementary color for #hex is #246323.


I love getcolorcode.com

Triadic colors

1 #DCDB9C and #9CDCDB with #DB9CDC are triadic colors.

2 #DC9CDB and #9CDBDC with #DB9CDC are triadic colors.