COLOR #DC5F9C

HEX: #DC5F9C RGB: (220,95,156)

Color info

#DC5F9C contains mainly red color. Web safe color of #DC5F9C is #CC6699 (or #C69).

RGB color model

#DC5F9C color RGB value is (220,95,156).

RGB: (220,95,156) (86%, 37%, 61%)

RGB channels and saturation

R 220 of 255 = 86%
G 95 of 255 = 37%
B 156 of 255 = 61%

220
95
156

R + G + B ~ 61%. #DC5F9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 95 + 156 = 471 (100%)
R 220 of 471 ~ 46.71%
G 95 of 471 ~ 20.17%
B 156 of 471 ~ 33.12'%

%46.71
%20.17
%33.12

CMYK color model

#DC5F9C color CMYK value is (0,57,29,14).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 29.09%
  • key color value is 13.73%

CMYK: (0,57,29,14)
C0M57Y29K14 (0%, 57%, 29%, 14%)
(0.00 / 0.57 / 0.29 / 0.14)

CMYK percentages

%0
%56.82
%29.09
%13.73

Codes

Color #DC5F9C in popluar color models

DC 5F 9C
RGB 220 95 156
HSL 331° 64.10% 61.76%
HSB/HSV 331° 56.82% 86.27%
CMYK 0.00% 56.82% 29.09%
13.73%

Color #DC5F9C in popluar number systems.

HEX DC 5F 9C
Decimal 220 95 156
Binary 11011100 1011111 10011100
Octal 334 137 234

Shades and tints

Shades of #DC5F9C

#DC5F9C
(220,95,156)
#C8578E
(200,87,142)
#B44F80
(180,79,128)
#A04772
(160,71,114)
#8C3F64
(140,63,100)
#783756
(120,55,86)
#642F48
(100,47,72)
#50273A
(80,39,58)
#3C1F2C
(60,31,44)
#28171E
(40,23,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #DC5F9C

#DC5F9C
(220,95,156)
#DF6DA5
(223,109,165)
#E27BAE
(226,123,174)
#E589B7
(229,137,183)
#E897C0
(232,151,192)
#EBA5C9
(235,165,201)
#EEB3D2
(238,179,210)
#F1C1DB
(241,193,219)
#F4CFE4
(244,207,228)
#F7DDED
(247,221,237)
#FAEBF6
(250,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC5F9C; }

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

This text font color is #DC5F9C.

Background Color

.myBgColor { background-color: #DC5F9C; }

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

This div background color is #DC5F9C.

Border color

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

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

This div border color is #DC5F9C.

Opacity

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

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

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

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

This text has shadow with #DC5F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC5F9C.

Preview

Color preview on black background

This text has color #DC5F9C on black background.


Color preview on white background

This text has color #DC5F9C on white background.


Black color preview on #DC5F9C background

This text has black color on #DC5F9C background.


White color preview on #DC5F9C background

This text has white color on #DC5F9C background.


Related colors

Complementary color

Complementary color for #hex is #23A063.


I love getcolorcode.com

Triadic colors

1 #9CDC5F and #5F9CDC with #DC5F9C are triadic colors.

2 #9C5FDC and #5FDC9C with #DC5F9C are triadic colors.