COLOR #DC9CF6

HEX: #DC9CF6 RGB: (220,156,246)

Color info

#DC9CF6 contains mainly red and blue colors. Web safe color of #DC9CF6 is #CC99FF (or #C9F).

RGB color model

#DC9CF6 color RGB value is (220,156,246).

RGB: (220,156,246) (86%, 61%, 96%)

RGB channels and saturation

R 220 of 255 = 86%
G 156 of 255 = 61%
B 246 of 255 = 96%

220
156
246

R + G + B ~ 81%. #DC9CF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 156 + 246 = 622 (100%)
R 220 of 622 ~ 35.37%
G 156 of 622 ~ 25.08%
B 246 of 622 ~ 39.55'%

%35.37
%25.08
%39.55

CMYK color model

#DC9CF6 color CMYK value is (11,37,0,4).

  • cyan value is 10.57%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (11,37,0,4)
C11M37Y0K4 (11%, 37%, 0%, 4%)
(0.11 / 0.37 / 0.00 / 0.04)

CMYK percentages

%10.57
%36.59
%0
%3.53

Codes

Color #DC9CF6 in popluar color models

DC 9C F6
RGB 220 156 246
HSL 283° 83.33% 78.82%
HSB/HSV 283° 36.59% 96.47%
CMYK 10.57% 36.59% 0.00%
3.53%

Color #DC9CF6 in popluar number systems.

HEX DC 9C F6
Decimal 220 156 246
Binary 11011100 10011100 11110110
Octal 334 234 366

Shades and tints

Shades of #DC9CF6

#DC9CF6
(220,156,246)
#C88EE0
(200,142,224)
#B480CA
(180,128,202)
#A072B4
(160,114,180)
#8C649E
(140,100,158)
#785688
(120,86,136)
#644872
(100,72,114)
#503A5C
(80,58,92)
#3C2C46
(60,44,70)
#281E30
(40,30,48)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #DC9CF6

#DC9CF6
(220,156,246)
#DFA5F6
(223,165,246)
#E2AEF6
(226,174,246)
#E5B7F6
(229,183,246)
#E8C0F6
(232,192,246)
#EBC9F6
(235,201,246)
#EED2F6
(238,210,246)
#F1DBF6
(241,219,246)
#F4E4F6
(244,228,246)
#F7EDF6
(247,237,246)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9CF6; }

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

This text font color is #DC9CF6.

Background Color

.myBgColor { background-color: #DC9CF6; }

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

This div background color is #DC9CF6.

Border color

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

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

This div border color is #DC9CF6.

Opacity

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

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

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

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

This text has shadow with #DC9CF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9CF6.

Preview

Color preview on black background

This text has color #DC9CF6 on black background.


Color preview on white background

This text has color #DC9CF6 on white background.


Black color preview on #DC9CF6 background

This text has black color on #DC9CF6 background.


White color preview on #DC9CF6 background

This text has white color on #DC9CF6 background.


Related colors

Complementary color

Complementary color for #hex is #236309.


I love getcolorcode.com

Triadic colors

1 #F6DC9C and #9CF6DC with #DC9CF6 are triadic colors.

2 #F69CDC and #9CDCF6 with #DC9CF6 are triadic colors.