COLOR #DF8588

HEX: #DF8588 RGB: (223,133,136)

Color info

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

RGB color model

#DF8588 color RGB value is (223,133,136).

RGB: (223,133,136) (87%, 52%, 53%)

RGB channels and saturation

R 223 of 255 = 87%
G 133 of 255 = 52%
B 136 of 255 = 53%

223
133
136

R + G + B ~ 64%. #DF8588 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 133 + 136 = 492 (100%)
R 223 of 492 ~ 45.33%
G 133 of 492 ~ 27.03%
B 136 of 492 ~ 27.64'%

%45.33
%27.03
%27.64

CMYK color model

#DF8588 color CMYK value is (0,40,39,13).

  • cyan value is 0.00%
  • magenta value is 40.36%
  • yellow value is 39.01%
  • key color value is 12.55%

CMYK: (0,40,39,13)
C0M40Y39K13 (0%, 40%, 39%, 13%)
(0.00 / 0.40 / 0.39 / 0.13)

CMYK percentages

%0
%40.36
%39.01
%12.55

Codes

Color #DF8588 in popluar color models

DF 85 88
RGB 223 133 136
HSL 358° 58.44% 69.80%
HSB/HSV 358° 40.36% 87.45%
CMYK 0.00% 40.36% 39.01%
12.55%

Color #DF8588 in popluar number systems.

HEX DF 85 88
Decimal 223 133 136
Binary 11011111 10000101 10001000
Octal 337 205 210

Shades and tints

Shades of #DF8588

#DF8588
(223,133,136)
#CB797C
(203,121,124)
#B76D70
(183,109,112)
#A36164
(163,97,100)
#8F5558
(143,85,88)
#7B494C
(123,73,76)
#673D40
(103,61,64)
#533134
(83,49,52)
#3F2528
(63,37,40)
#2B191C
(43,25,28)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #DF8588

#DF8588
(223,133,136)
#E19092
(225,144,146)
#E39B9C
(227,155,156)
#E5A6A6
(229,166,166)
#E7B1B0
(231,177,176)
#E9BCBA
(233,188,186)
#EBC7C4
(235,199,196)
#EDD2CE
(237,210,206)
#EFDDD8
(239,221,216)
#F1E8E2
(241,232,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8588 color. Also use rgb(223,133,136) instead hex code.

Text Font Color

.myTextColor { color: #DF8588; }

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

This text font color is #DF8588.

Background Color

.myBgColor { background-color: #DF8588; }

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

This div background color is #DF8588.

Border color

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

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

This div border color is #DF8588.

Opacity

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

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

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

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

This text has shadow with #DF8588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF8588.

Preview

Color preview on black background

This text has color #DF8588 on black background.


Color preview on white background

This text has color #DF8588 on white background.


Black color preview on #DF8588 background

This text has black color on #DF8588 background.


White color preview on #DF8588 background

This text has white color on #DF8588 background.


Related colors

Complementary color

Complementary color for #hex is #207A77.


I love getcolorcode.com

Triadic colors

1 #88DF85 and #8588DF with #DF8588 are triadic colors.

2 #8885DF and #85DF88 with #DF8588 are triadic colors.