COLOR #DD98E1

HEX: #DD98E1
RGB: (221,152,225)

Color info

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

RGB color model

#DD98E1 color RGB value is (221,152,225).

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

RGB channels and saturation

R 221 of 255 = 87%
G 152 of 255 = 60%
B 225 of 255 = 88%

221
152
225

R + G + B ~ 78%. #DD98E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 152 + 225 = 598 (100%)
R 221 of 598 ~ 36.96%
G 152 of 598 ~ 25.42%
B 225 of 598 ~ 37.63%

%36.96
%25.42
%37.63

CMYK color model

#DD98E1 color CMYK value is (2,32,0,12).

  • cyan value is 1.78%
  • magenta value is 32.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,32,0,12)
C2M32Y0K12 
(2%,32%,0%,12%)
(0.02/0.32/0.00/0.12)	

CMYK percentages

%1.78
%32.44
%0
%11.76

Codes

Color #DD98E1 in popluar color models

DD98E1
RGB221152225
HSL297°54.89%73.92%
HSB/HSV297°32.44%88.24%
CMYK1.78%32.44%0.00%
11.76%

Color #DD98E1 in popluar number systems.

HEXDD98E1
Decimal221152225
Binary110111011001100011100001
Octal335230341

Shades and tints

Shades of #DD98E1

#DD98E1
(221,152,225)
#C98BCD
(201,139,205)
#B57EB9
(181,126,185)
#A171A5
(161,113,165)
#8D6491
(141,100,145)
#79577D
(121,87,125)
#654A69
(101,74,105)
#513D55
(81,61,85)
#3D3041
(61,48,65)
#29232D
(41,35,45)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #DD98E1

#DD98E1
(221,152,225)
#E0A1E3
(224,161,227)
#E3AAE5
(227,170,229)
#E6B3E7
(230,179,231)
#E9BCE9
(233,188,233)
#ECC5EB
(236,197,235)
#EFCEED
(239,206,237)
#F2D7EF
(242,215,239)
#F5E0F1
(245,224,241)
#F8E9F3
(248,233,243)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD98E1; }

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

This text font color is #DD98E1.


Background Color

.myBgColor { background-color: #DD98E1; }

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

This div background color is #DD98E1.


Border color

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

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

This div border color is #DD98E1.


Opacity

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

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

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

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

This text has shadow with #DD98E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD98E1 on black background.


Color preview on white background

This text has color #DD98E1 on white background.



Black color preview on #DD98E1 background

This text has black color on #DD98E1 background.


White color preview on #DD98E1 background

This text has white color on #DD98E1 background.