COLOR #DC8592

HEX: #DC8592 RGB: (220,133,146)

Color info

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

RGB color model

#DC8592 color RGB value is (220,133,146).

RGB: (220,133,146) (86%, 52%, 57%)

RGB channels and saturation

R 220 of 255 = 86%
G 133 of 255 = 52%
B 146 of 255 = 57%

220
133
146

R + G + B ~ 65%. #DC8592 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 133 + 146 = 499 (100%)
R 220 of 499 ~ 44.09%
G 133 of 499 ~ 26.65%
B 146 of 499 ~ 29.26'%

%44.09
%26.65
%29.26

CMYK color model

#DC8592 color CMYK value is (0,40,34,14).

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

CMYK: (0,40,34,14)
C0M40Y34K14 (0%, 40%, 34%, 14%)
(0.00 / 0.40 / 0.34 / 0.14)

CMYK percentages

%0
%39.55
%33.64
%13.73

Codes

Color #DC8592 in popluar color models

DC 85 92
RGB 220 133 146
HSL 351° 55.41% 69.22%
HSB/HSV 351° 39.55% 86.27%
CMYK 0.00% 39.55% 33.64%
13.73%

Color #DC8592 in popluar number systems.

HEX DC 85 92
Decimal 220 133 146
Binary 11011100 10000101 10010010
Octal 334 205 222

Shades and tints

Shades of #DC8592

#DC8592
(220,133,146)
#C87985
(200,121,133)
#B46D78
(180,109,120)
#A0616B
(160,97,107)
#8C555E
(140,85,94)
#784951
(120,73,81)
#643D44
(100,61,68)
#503137
(80,49,55)
#3C252A
(60,37,42)
#28191D
(40,25,29)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #DC8592

#DC8592
(220,133,146)
#DF909B
(223,144,155)
#E29BA4
(226,155,164)
#E5A6AD
(229,166,173)
#E8B1B6
(232,177,182)
#EBBCBF
(235,188,191)
#EEC7C8
(238,199,200)
#F1D2D1
(241,210,209)
#F4DDDA
(244,221,218)
#F7E8E3
(247,232,227)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8592; }

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

This text font color is #DC8592.

Background Color

.myBgColor { background-color: #DC8592; }

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

This div background color is #DC8592.

Border color

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

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

This div border color is #DC8592.

Opacity

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

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

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

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

This text has shadow with #DC8592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC8592.

Preview

Color preview on black background

This text has color #DC8592 on black background.


Color preview on white background

This text has color #DC8592 on white background.


Black color preview on #DC8592 background

This text has black color on #DC8592 background.


White color preview on #DC8592 background

This text has white color on #DC8592 background.


Related colors

Complementary color

Complementary color for #hex is #237A6D.


I love getcolorcode.com

Triadic colors

1 #92DC85 and #8592DC with #DC8592 are triadic colors.

2 #9285DC and #85DC92 with #DC8592 are triadic colors.