COLOR #DC9FC2

HEX: #DC9FC2
RGB: (220,159,194)

Color info

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

RGB color model

#DC9FC2 color RGB value is (220,159,194).

  • red value is 220;
  • green value is 159;
  • blue value is 194.
RGB:
(220,159,194)
(86%,62%,76%)

RGB channels and saturation

R 220 of 255 = 86%
G 159 of 255 = 62%
B 194 of 255 = 76%

220
159
194

R + G + B ~ 75%. #DC9FC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 159 + 194 = 573 (100%)
R 220 of 573 ~ 38.39%
G 159 of 573 ~ 27.75%
B 194 of 573 ~ 33.86%

%38.39
%27.75
%33.86

CMYK color model

#DC9FC2 color CMYK value is (0,28,12,14).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 11.82%
  • key color value is 13.73%
CMYK:
(0,28,12,14)
C0M28Y12K14 
(0%,28%,12%,14%)
(0.00/0.28/0.12/0.14)	

CMYK percentages

%0
%27.73
%11.82
%13.73

Codes

Color #DC9FC2 in popluar color models

DC9FC2
RGB220159194
HSL326°46.56%74.31%
HSB/HSV326°27.73%86.27%
CMYK0.00%27.73%11.82%
13.73%

Color #DC9FC2 in popluar number systems.

HEXDC9FC2
Decimal220159194
Binary110111001001111111000010
Octal334237302

Shades and tints

Shades of #DC9FC2

#DC9FC2
(220,159,194)
#C891B1
(200,145,177)
#B483A0
(180,131,160)
#A0758F
(160,117,143)
#8C677E
(140,103,126)
#78596D
(120,89,109)
#644B5C
(100,75,92)
#503D4B
(80,61,75)
#3C2F3A
(60,47,58)
#282129
(40,33,41)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #DC9FC2

#DC9FC2
(220,159,194)
#DFA7C7
(223,167,199)
#E2AFCC
(226,175,204)
#E5B7D1
(229,183,209)
#E8BFD6
(232,191,214)
#EBC7DB
(235,199,219)
#EECFE0
(238,207,224)
#F1D7E5
(241,215,229)
#F4DFEA
(244,223,234)
#F7E7EF
(247,231,239)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9FC2; }

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

This text font color is #DC9FC2.


Background Color

.myBgColor { background-color: #DC9FC2; }

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

This div background color is #DC9FC2.


Border color

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

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

This div border color is #DC9FC2.


Opacity

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

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

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

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

This text has shadow with #DC9FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9FC2 on black background.


Color preview on white background

This text has color #DC9FC2 on white background.



Black color preview on #DC9FC2 background

This text has black color on #DC9FC2 background.


White color preview on #DC9FC2 background

This text has white color on #DC9FC2 background.