COLOR #DD8598

HEX: #DD8598
RGB: (221,133,152)

Color info

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

RGB color model

#DD8598 color RGB value is (221,133,152).

  • red value is 221;
  • green value is 133;
  • blue value is 152.
RGB:
(221,133,152)
(87%,52%,60%)

RGB channels and saturation

R 221 of 255 = 87%
G 133 of 255 = 52%
B 152 of 255 = 60%

221
133
152

R + G + B ~ 66%. #DD8598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 133 + 152 = 506 (100%)
R 221 of 506 ~ 43.68%
G 133 of 506 ~ 26.28%
B 152 of 506 ~ 30.04%

%43.68
%26.28
%30.04

CMYK color model

#DD8598 color CMYK value is (0,40,31,13).

  • cyan value is 0.00%
  • magenta value is 39.82%
  • yellow value is 31.22%
  • key color value is 13.33%
CMYK:
(0,40,31,13)
C0M40Y31K13 
(0%,40%,31%,13%)
(0.00/0.40/0.31/0.13)	

CMYK percentages

%0
%39.82
%31.22
%13.33

Codes

Color #DD8598 in popluar color models

DD8598
RGB221133152
HSL347°56.41%69.41%
HSB/HSV347°39.82%86.67%
CMYK0.00%39.82%31.22%
13.33%

Color #DD8598 in popluar number systems.

HEXDD8598
Decimal221133152
Binary110111011000010110011000
Octal335205230

Shades and tints

Shades of #DD8598

#DD8598
(221,133,152)
#C9798B
(201,121,139)
#B56D7E
(181,109,126)
#A16171
(161,97,113)
#8D5564
(141,85,100)
#794957
(121,73,87)
#653D4A
(101,61,74)
#51313D
(81,49,61)
#3D2530
(61,37,48)
#291923
(41,25,35)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #DD8598

#DD8598
(221,133,152)
#E090A1
(224,144,161)
#E39BAA
(227,155,170)
#E6A6B3
(230,166,179)
#E9B1BC
(233,177,188)
#ECBCC5
(236,188,197)
#EFC7CE
(239,199,206)
#F2D2D7
(242,210,215)
#F5DDE0
(245,221,224)
#F8E8E9
(248,232,233)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8598 color. Also use rgb(221,133,152) instead hex code.

Text Font Color

.myTextColor { color: #DD8598; }

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

This text font color is #DD8598.


Background Color

.myBgColor { background-color: #DD8598; }

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

This div background color is #DD8598.


Border color

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

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

This div border color is #DD8598.


Opacity

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

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

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

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

This text has shadow with #DD8598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8598 on black background.


Color preview on white background

This text has color #DD8598 on white background.



Black color preview on #DD8598 background

This text has black color on #DD8598 background.


White color preview on #DD8598 background

This text has white color on #DD8598 background.