COLOR #DD93D5

HEX: #DD93D5
RGB: (221,147,213)

Color info

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

RGB color model

#DD93D5 color RGB value is (221,147,213).

  • red value is 221;
  • green value is 147;
  • blue value is 213.
RGB:
(221,147,213)
(87%,58%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 147 of 255 = 58%
B 213 of 255 = 84%

221
147
213

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

Portions of RGB colors in percentages

R + G + B =
221 + 147 + 213 = 581 (100%)
R 221 of 581 ~ 38.04%
G 147 of 581 ~ 25.3%
B 213 of 581 ~ 36.66%

%38.04
%25.3
%36.66

CMYK color model

#DD93D5 color CMYK value is (0,33,4,13).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 3.62%
  • key color value is 13.33%
CMYK:
(0,33,4,13)
C0M33Y4K13 
(0%,33%,4%,13%)
(0.00/0.33/0.04/0.13)	

CMYK percentages

%0
%33.48
%3.62
%13.33

Codes

Color #DD93D5 in popluar color models

DD93D5
RGB221147213
HSL306°52.11%72.16%
HSB/HSV306°33.48%86.67%
CMYK0.00%33.48%3.62%
13.33%

Color #DD93D5 in popluar number systems.

HEXDD93D5
Decimal221147213
Binary110111011001001111010101
Octal335223325

Shades and tints

Shades of #DD93D5

#DD93D5
(221,147,213)
#C986C2
(201,134,194)
#B579AF
(181,121,175)
#A16C9C
(161,108,156)
#8D5F89
(141,95,137)
#795276
(121,82,118)
#654563
(101,69,99)
#513850
(81,56,80)
#3D2B3D
(61,43,61)
#291E2A
(41,30,42)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #DD93D5

#DD93D5
(221,147,213)
#E09CD8
(224,156,216)
#E3A5DB
(227,165,219)
#E6AEDE
(230,174,222)
#E9B7E1
(233,183,225)
#ECC0E4
(236,192,228)
#EFC9E7
(239,201,231)
#F2D2EA
(242,210,234)
#F5DBED
(245,219,237)
#F8E4F0
(248,228,240)
#FBEDF3
(251,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD93D5 color. Also use rgb(221,147,213) instead hex code.

Text Font Color

.myTextColor { color: #DD93D5; }

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

This text font color is #DD93D5.


Background Color

.myBgColor { background-color: #DD93D5; }

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

This div background color is #DD93D5.


Border color

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

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

This div border color is #DD93D5.


Opacity

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

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

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

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

This text has shadow with #DD93D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD93D5 on black background.


Color preview on white background

This text has color #DD93D5 on white background.



Black color preview on #DD93D5 background

This text has black color on #DD93D5 background.


White color preview on #DD93D5 background

This text has white color on #DD93D5 background.