COLOR #DC859E

HEX: #DC859E RGB: (220,133,158)

Color info

#DC859E contains mainly red color. Web safe color of #DC859E is #CC9999 (or #C99).

RGB color model

#DC859E color RGB value is (220,133,158).

RGB: (220,133,158) (86%, 52%, 62%)

RGB channels and saturation

R 220 of 255 = 86%
G 133 of 255 = 52%
B 158 of 255 = 62%

220
133
158

R + G + B ~ 67%. #DC859E is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 133 + 158 = 511 (100%)
R 220 of 511 ~ 43.05%
G 133 of 511 ~ 26.03%
B 158 of 511 ~ 30.92'%

%43.05
%26.03
%30.92

CMYK color model

#DC859E color CMYK value is (0,40,28,14).

  • cyan value is 0.00%
  • magenta value is 39.55%
  • yellow value is 28.18%
  • key color value is 13.73%

CMYK: (0,40,28,14)
C0M40Y28K14 (0%, 40%, 28%, 14%)
(0.00 / 0.40 / 0.28 / 0.14)

CMYK percentages

%0
%39.55
%28.18
%13.73

Codes

Color #DC859E in popluar color models

DC 85 9E
RGB 220 133 158
HSL 343° 55.41% 69.22%
HSB/HSV 343° 39.55% 86.27%
CMYK 0.00% 39.55% 28.18%
13.73%

Color #DC859E in popluar number systems.

HEX DC 85 9E
Decimal 220 133 158
Binary 11011100 10000101 10011110
Octal 334 205 236

Shades and tints

Shades of #DC859E

#DC859E
(220,133,158)
#C87990
(200,121,144)
#B46D82
(180,109,130)
#A06174
(160,97,116)
#8C5566
(140,85,102)
#784958
(120,73,88)
#643D4A
(100,61,74)
#50313C
(80,49,60)
#3C252E
(60,37,46)
#281920
(40,25,32)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #DC859E

#DC859E
(220,133,158)
#DF90A6
(223,144,166)
#E29BAE
(226,155,174)
#E5A6B6
(229,166,182)
#E8B1BE
(232,177,190)
#EBBCC6
(235,188,198)
#EEC7CE
(238,199,206)
#F1D2D6
(241,210,214)
#F4DDDE
(244,221,222)
#F7E8E6
(247,232,230)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC859E; }

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

This text font color is #DC859E.

Background Color

.myBgColor { background-color: #DC859E; }

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

This div background color is #DC859E.

Border color

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

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

This div border color is #DC859E.

Opacity

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

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

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

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

This text has shadow with #DC859E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC859E.

Preview

Color preview on black background

This text has color #DC859E on black background.


Color preview on white background

This text has color #DC859E on white background.


Black color preview on #DC859E background

This text has black color on #DC859E background.


White color preview on #DC859E background

This text has white color on #DC859E background.


Related colors

Complementary color

Complementary color for #hex is #237A61.


I love getcolorcode.com

Triadic colors

1 #9EDC85 and #859EDC with #DC859E are triadic colors.

2 #9E85DC and #85DC9E with #DC859E are triadic colors.