COLOR #DCA0DD

HEX: #DCA0DD RGB: (220,160,221)

Color info

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

RGB color model

#DCA0DD color RGB value is (220,160,221).

RGB: (220,160,221) (86%, 63%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 160 of 255 = 63%
B 221 of 255 = 87%

220
160
221

R + G + B ~ 79%. #DCA0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 160 + 221 = 601 (100%)
R 220 of 601 ~ 36.61%
G 160 of 601 ~ 26.62%
B 221 of 601 ~ 36.77'%

%36.61
%26.62
%36.77

CMYK color model

#DCA0DD color CMYK value is (0,28,0,13).

  • cyan value is 0.45%
  • magenta value is 27.60%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (0,28,0,13)
C0M28Y0K13 (0%, 28%, 0%, 13%)
(0.00 / 0.28 / 0.00 / 0.13)

CMYK percentages

%0.45
%27.6
%0
%13.33

Codes

Color #DCA0DD in popluar color models

DC A0 DD
RGB 220 160 221
HSL 299° 47.29% 74.71%
HSB/HSV 299° 27.60% 86.67%
CMYK 0.45% 27.60% 0.00%
13.33%

Color #DCA0DD in popluar number systems.

HEX DC A0 DD
Decimal 220 160 221
Binary 11011100 10100000 11011101
Octal 334 240 335

Shades and tints

Shades of #DCA0DD

#DCA0DD
(220,160,221)
#C892C9
(200,146,201)
#B484B5
(180,132,181)
#A076A1
(160,118,161)
#8C688D
(140,104,141)
#785A79
(120,90,121)
#644C65
(100,76,101)
#503E51
(80,62,81)
#3C303D
(60,48,61)
#282229
(40,34,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #DCA0DD

#DCA0DD
(220,160,221)
#DFA8E0
(223,168,224)
#E2B0E3
(226,176,227)
#E5B8E6
(229,184,230)
#E8C0E9
(232,192,233)
#EBC8EC
(235,200,236)
#EED0EF
(238,208,239)
#F1D8F2
(241,216,242)
#F4E0F5
(244,224,245)
#F7E8F8
(247,232,248)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCA0DD color. Also use rgb(220,160,221) instead hex code.

Text Font Color

.myTextColor { color: #DCA0DD; }

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

This text font color is #DCA0DD.

Background Color

.myBgColor { background-color: #DCA0DD; }

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

This div background color is #DCA0DD.

Border color

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

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

This div border color is #DCA0DD.

Opacity

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

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

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

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

This text has shadow with #DCA0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCA0DD.

Preview

Color preview on black background

This text has color #DCA0DD on black background.


Color preview on white background

This text has color #DCA0DD on white background.


Black color preview on #DCA0DD background

This text has black color on #DCA0DD background.


White color preview on #DCA0DD background

This text has white color on #DCA0DD background.


Related colors

Complementary color

Complementary color for #hex is #235F22.


I love getcolorcode.com

Triadic colors

1 #DDDCA0 and #A0DDDC with #DCA0DD are triadic colors.

2 #DDA0DC and #A0DCDD with #DCA0DD are triadic colors.