COLOR #DC9FC4

HEX: #DC9FC4 RGB: (220,159,196)

Color info

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

RGB color model

#DC9FC4 color RGB value is (220,159,196).

RGB: (220,159,196) (86%, 62%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 159 of 255 = 62%
B 196 of 255 = 77%

220
159
196

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

Portions of RGB colors in percentages

R + G + B = 220 + 159 + 196 = 575 (100%)
R 220 of 575 ~ 38.26%
G 159 of 575 ~ 27.65%
B 196 of 575 ~ 34.09'%

%38.26
%27.65
%34.09

CMYK color model

#DC9FC4 color CMYK value is (0,28,11,14).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 10.91%
  • key color value is 13.73%

CMYK: (0,28,11,14)
C0M28Y11K14 (0%, 28%, 11%, 14%)
(0.00 / 0.28 / 0.11 / 0.14)

CMYK percentages

%0
%27.73
%10.91
%13.73

Codes

Color #DC9FC4 in popluar color models

DC 9F C4
RGB 220 159 196
HSL 324° 46.56% 74.31%
HSB/HSV 324° 27.73% 86.27%
CMYK 0.00% 27.73% 10.91%
13.73%

Color #DC9FC4 in popluar number systems.

HEX DC 9F C4
Decimal 220 159 196
Binary 11011100 10011111 11000100
Octal 334 237 304

Shades and tints

Shades of #DC9FC4

#DC9FC4
(220,159,196)
#C891B3
(200,145,179)
#B483A2
(180,131,162)
#A07591
(160,117,145)
#8C6780
(140,103,128)
#78596F
(120,89,111)
#644B5E
(100,75,94)
#503D4D
(80,61,77)
#3C2F3C
(60,47,60)
#28212B
(40,33,43)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #DC9FC4

#DC9FC4
(220,159,196)
#DFA7C9
(223,167,201)
#E2AFCE
(226,175,206)
#E5B7D3
(229,183,211)
#E8BFD8
(232,191,216)
#EBC7DD
(235,199,221)
#EECFE2
(238,207,226)
#F1D7E7
(241,215,231)
#F4DFEC
(244,223,236)
#F7E7F1
(247,231,241)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9FC4; }

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

This text font color is #DC9FC4.

Background Color

.myBgColor { background-color: #DC9FC4; }

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

This div background color is #DC9FC4.

Border color

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

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

This div border color is #DC9FC4.

Opacity

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

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

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

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

This text has shadow with #DC9FC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9FC4.

Preview

Color preview on black background

This text has color #DC9FC4 on black background.


Color preview on white background

This text has color #DC9FC4 on white background.


Black color preview on #DC9FC4 background

This text has black color on #DC9FC4 background.


White color preview on #DC9FC4 background

This text has white color on #DC9FC4 background.


Related colors

Complementary color

Complementary color for #hex is #23603B.


I love getcolorcode.com

Triadic colors

1 #C4DC9F and #9FC4DC with #DC9FC4 are triadic colors.

2 #C49FDC and #9FDCC4 with #DC9FC4 are triadic colors.