COLOR #DD98C5

HEX: #DD98C5
RGB: (221,152,197)

Color info

#DD98C5 contains mainly red and blue colors. Web safe color of #DD98C5 is #CC99CC (or #C9C).

RGB color model

#DD98C5 color RGB value is (221,152,197).

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

RGB channels and saturation

R 221 of 255 = 87%
G 152 of 255 = 60%
B 197 of 255 = 77%

221
152
197

R + G + B ~ 75%. #DD98C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 152 + 197 = 570 (100%)
R 221 of 570 ~ 38.77%
G 152 of 570 ~ 26.67%
B 197 of 570 ~ 34.56%

%38.77
%26.67
%34.56

CMYK color model

#DD98C5 color CMYK value is (0,31,11,13).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(0,31,11,13)
C0M31Y11K13 
(0%,31%,11%,13%)
(0.00/0.31/0.11/0.13)	

CMYK percentages

%0
%31.22
%10.86
%13.33

Codes

Color #DD98C5 in popluar color models

DD98C5
RGB221152197
HSL321°50.36%73.14%
HSB/HSV321°31.22%86.67%
CMYK0.00%31.22%10.86%
13.33%

Color #DD98C5 in popluar number systems.

HEXDD98C5
Decimal221152197
Binary110111011001100011000101
Octal335230305

Shades and tints

Shades of #DD98C5

#DD98C5
(221,152,197)
#C98BB4
(201,139,180)
#B57EA3
(181,126,163)
#A17192
(161,113,146)
#8D6481
(141,100,129)
#795770
(121,87,112)
#654A5F
(101,74,95)
#513D4E
(81,61,78)
#3D303D
(61,48,61)
#29232C
(41,35,44)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #DD98C5

#DD98C5
(221,152,197)
#E0A1CA
(224,161,202)
#E3AACF
(227,170,207)
#E6B3D4
(230,179,212)
#E9BCD9
(233,188,217)
#ECC5DE
(236,197,222)
#EFCEE3
(239,206,227)
#F2D7E8
(242,215,232)
#F5E0ED
(245,224,237)
#F8E9F2
(248,233,242)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD98C5; }

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

This text font color is #DD98C5.


Background Color

.myBgColor { background-color: #DD98C5; }

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

This div background color is #DD98C5.


Border color

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

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

This div border color is #DD98C5.


Opacity

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

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

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

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

This text has shadow with #DD98C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD98C5 on black background.


Color preview on white background

This text has color #DD98C5 on white background.



Black color preview on #DD98C5 background

This text has black color on #DD98C5 background.


White color preview on #DD98C5 background

This text has white color on #DD98C5 background.