COLOR #DC9ADC

HEX: #DC9ADC
RGB: (220,154,220)

Color info

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

RGB color model

#DC9ADC color RGB value is (220,154,220).

  • red value is 220;
  • green value is 154;
  • blue value is 220.
RGB:
(220,154,220)
(86%,60%,86%)

RGB channels and saturation

R 220 of 255 = 86%
G 154 of 255 = 60%
B 220 of 255 = 86%

220
154
220

R + G + B ~ 77%. #DC9ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 154 + 220 = 594 (100%)
R 220 of 594 ~ 37.04%
G 154 of 594 ~ 25.93%
B 220 of 594 ~ 37.04%

%37.04
%25.93
%37.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,30,0,14)
C0M30Y0K14 
(0%,30%,0%,14%)
(0.00/0.30/0.00/0.14)	

CMYK percentages

%0
%30
%0
%13.73

Codes

Color #DC9ADC in popluar color models

DC9ADC
RGB220154220
HSL300°48.53%73.33%
HSB/HSV300°30.00%86.27%
CMYK0.00%30.00%0.00%
13.73%

Color #DC9ADC in popluar number systems.

HEXDC9ADC
Decimal220154220
Binary110111001001101011011100
Octal334232334

Shades and tints

Shades of #DC9ADC

#DC9ADC
(220,154,220)
#C88CC8
(200,140,200)
#B47EB4
(180,126,180)
#A070A0
(160,112,160)
#8C628C
(140,98,140)
#785478
(120,84,120)
#644664
(100,70,100)
#503850
(80,56,80)
#3C2A3C
(60,42,60)
#281C28
(40,28,40)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #DC9ADC

#DC9ADC
(220,154,220)
#DFA3DF
(223,163,223)
#E2ACE2
(226,172,226)
#E5B5E5
(229,181,229)
#E8BEE8
(232,190,232)
#EBC7EB
(235,199,235)
#EED0EE
(238,208,238)
#F1D9F1
(241,217,241)
#F4E2F4
(244,226,244)
#F7EBF7
(247,235,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9ADC; }

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

This text font color is #DC9ADC.


Background Color

.myBgColor { background-color: #DC9ADC; }

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

This div background color is #DC9ADC.


Border color

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

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

This div border color is #DC9ADC.


Opacity

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

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

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

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

This text has shadow with #DC9ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9ADC on black background.


Color preview on white background

This text has color #DC9ADC on white background.



Black color preview on #DC9ADC background

This text has black color on #DC9ADC background.


White color preview on #DC9ADC background

This text has white color on #DC9ADC background.