COLOR #DC9BD2

HEX: #DC9BD2 RGB: (220,155,210)

Color info

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

RGB color model

#DC9BD2 color RGB value is (220,155,210).

RGB: (220,155,210) (86%, 61%, 82%)

RGB channels and saturation

R 220 of 255 = 86%
G 155 of 255 = 61%
B 210 of 255 = 82%

220
155
210

R + G + B ~ 76%. #DC9BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 155 + 210 = 585 (100%)
R 220 of 585 ~ 37.61%
G 155 of 585 ~ 26.5%
B 210 of 585 ~ 35.9'%

%37.61
%26.5
%35.9

CMYK color model

#DC9BD2 color CMYK value is (0,30,5,14).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK: (0,30,5,14) C0M30Y5K14 (0%,30%,5%,14%) (0.00/0.30/0.05/0.14) 

CMYK percentages

%0
%29.55
%4.55
%13.73

Codes

Color #DC9BD2 in popluar color models

DC 9B D2
RGB 220 155 210
HSL 309° 48.15% 73.53%
HSB/HSV 309° 29.55% 86.27%
CMYK 0.00% 29.55% 4.55%
13.73%

Color #DC9BD2 in popluar number systems.

HEX DC 9B D2
Decimal 220 155 210
Binary 11011100 10011011 11010010
Octal 334 233 322

Shades and tints

Shades of #DC9BD2

#DC9BD2
(220,155,210)
#C88DBF
(200,141,191)
#B47FAC
(180,127,172)
#A07199
(160,113,153)
#8C6386
(140,99,134)
#785573
(120,85,115)
#644760
(100,71,96)
#50394D
(80,57,77)
#3C2B3A
(60,43,58)
#281D27
(40,29,39)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #DC9BD2

#DC9BD2
(220,155,210)
#DFA4D6
(223,164,214)
#E2ADDA
(226,173,218)
#E5B6DE
(229,182,222)
#E8BFE2
(232,191,226)
#EBC8E6
(235,200,230)
#EED1EA
(238,209,234)
#F1DAEE
(241,218,238)
#F4E3F2
(244,227,242)
#F7ECF6
(247,236,246)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9BD2 color. Also use rgb(220,155,210) instead hex code.

Text Font Color

.myTextColor { color: #DC9BD2; }

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

This text font color is #DC9BD2.

Background Color

.myBgColor { background-color: #DC9BD2; }

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

This div background color is #DC9BD2.

Border color

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

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

This div border color is #DC9BD2.

Opacity

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

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

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

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

This text has shadow with #DC9BD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9BD2.

Preview

Color preview on black background

This text has color #DC9BD2 on black background.


Color preview on white background

This text has color #DC9BD2 on white background.


Black color preview on #DC9BD2 background

This text has black color on #DC9BD2 background.


White color preview on #DC9BD2 background

This text has white color on #DC9BD2 background.


Related colors

Complementary color

Complementary color for #hex is #23642D.


I love getcolorcode.com

Triadic colors

1 #D2DC9B and #9BD2DC with #DC9BD2 are triadic colors.

2 #D29BDC and #9BDCD2 with #DC9BD2 are triadic colors.