COLOR #DD97FE

HEX: #DD97FE
RGB: (221,151,254)

Color info

#DD97FE contains mainly red and blue colors. Web safe color of #DD97FE is #CC99FF (or #C9F).

RGB color model

#DD97FE color RGB value is (221,151,254).

  • red value is 221;
  • green value is 151;
  • blue value is 254.
RGB:
(221,151,254)
(87%,59%,100%)

RGB channels and saturation

R 221 of 255 = 87%
G 151 of 255 = 59%
B 254 of 255 = 100%

221
151
254

R + G + B ~ 82%. #DD97FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 151 + 254 = 626 (100%)
R 221 of 626 ~ 35.3%
G 151 of 626 ~ 24.12%
B 254 of 626 ~ 40.58%

%35.3
%24.12
%40.58

CMYK color model

#DD97FE color CMYK value is (13,41,0,0).

  • cyan value is 12.99%
  • magenta value is 40.55%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(13,41,0,0)
C13M41Y0K0 
(13%,41%,0%,0%)
(0.13/0.41/0.00/0.00)	

CMYK percentages

%12.99
%40.55
%0
%0.39

Codes

Color #DD97FE in popluar color models

DD97FE
RGB221151254
HSL281°98.10%79.41%
HSB/HSV281°40.55%99.61%
CMYK12.99%40.55%0.00%
0.39%

Color #DD97FE in popluar number systems.

HEXDD97FE
Decimal221151254
Binary110111011001011111111110
Octal335227376

Shades and tints

Shades of #DD97FE

#DD97FE
(221,151,254)
#C98AE7
(201,138,231)
#B57DD0
(181,125,208)
#A170B9
(161,112,185)
#8D63A2
(141,99,162)
#79568B
(121,86,139)
#654974
(101,73,116)
#513C5D
(81,60,93)
#3D2F46
(61,47,70)
#29222F
(41,34,47)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #DD97FE

#DD97FE
(221,151,254)
#E0A0FE
(224,160,254)
#E3A9FE
(227,169,254)
#E6B2FE
(230,178,254)
#E9BBFE
(233,187,254)
#ECC4FE
(236,196,254)
#EFCDFE
(239,205,254)
#F2D6FE
(242,214,254)
#F5DFFE
(245,223,254)
#F8E8FE
(248,232,254)
#FBF1FE
(251,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD97FE color. Also use rgb(221,151,254) instead hex code.

Text Font Color

.myTextColor { color: #DD97FE; }

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

This text font color is #DD97FE.


Background Color

.myBgColor { background-color: #DD97FE; }

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

This div background color is #DD97FE.


Border color

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

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

This div border color is #DD97FE.


Opacity

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

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

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

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

This text has shadow with #DD97FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD97FE on black background.


Color preview on white background

This text has color #DD97FE on white background.



Black color preview on #DD97FE background

This text has black color on #DD97FE background.


White color preview on #DD97FE background

This text has white color on #DD97FE background.