COLOR #DD91D6

HEX: #DD91D6
RGB: (221,145,214)

Color info

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

RGB color model

#DD91D6 color RGB value is (221,145,214).

  • red value is 221;
  • green value is 145;
  • blue value is 214.
RGB:
(221,145,214)
(87%,57%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 145 of 255 = 57%
B 214 of 255 = 84%

221
145
214

R + G + B ~ 76%. #DD91D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 145 + 214 = 580 (100%)
R 221 of 580 ~ 38.1%
G 145 of 580 ~ 25%
B 214 of 580 ~ 36.9%

%38.1
%25
%36.9

CMYK color model

#DD91D6 color CMYK value is (0,34,3,13).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(0,34,3,13)
C0M34Y3K13 
(0%,34%,3%,13%)
(0.00/0.34/0.03/0.13)	

CMYK percentages

%0
%34.39
%3.17
%13.33

Codes

Color #DD91D6 in popluar color models

DD91D6
RGB221145214
HSL306°52.78%71.76%
HSB/HSV306°34.39%86.67%
CMYK0.00%34.39%3.17%
13.33%

Color #DD91D6 in popluar number systems.

HEXDD91D6
Decimal221145214
Binary110111011001000111010110
Octal335221326

Shades and tints

Shades of #DD91D6

#DD91D6
(221,145,214)
#C984C3
(201,132,195)
#B577B0
(181,119,176)
#A16A9D
(161,106,157)
#8D5D8A
(141,93,138)
#795077
(121,80,119)
#654364
(101,67,100)
#513651
(81,54,81)
#3D293E
(61,41,62)
#291C2B
(41,28,43)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #DD91D6

#DD91D6
(221,145,214)
#E09BD9
(224,155,217)
#E3A5DC
(227,165,220)
#E6AFDF
(230,175,223)
#E9B9E2
(233,185,226)
#ECC3E5
(236,195,229)
#EFCDE8
(239,205,232)
#F2D7EB
(242,215,235)
#F5E1EE
(245,225,238)
#F8EBF1
(248,235,241)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD91D6 color. Also use rgb(221,145,214) instead hex code.

Text Font Color

.myTextColor { color: #DD91D6; }

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

This text font color is #DD91D6.


Background Color

.myBgColor { background-color: #DD91D6; }

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

This div background color is #DD91D6.


Border color

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

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

This div border color is #DD91D6.


Opacity

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

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

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

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

This text has shadow with #DD91D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD91D6 on black background.


Color preview on white background

This text has color #DD91D6 on white background.



Black color preview on #DD91D6 background

This text has black color on #DD91D6 background.


White color preview on #DD91D6 background

This text has white color on #DD91D6 background.