COLOR #DD93CE

HEX: #DD93CE
RGB: (221,147,206)

Color info

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

RGB color model

#DD93CE color RGB value is (221,147,206).

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

RGB channels and saturation

R 221 of 255 = 87%
G 147 of 255 = 58%
B 206 of 255 = 81%

221
147
206

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

Portions of RGB colors in percentages

R + G + B =
221 + 147 + 206 = 574 (100%)
R 221 of 574 ~ 38.5%
G 147 of 574 ~ 25.61%
B 206 of 574 ~ 35.89%

%38.5
%25.61
%35.89

CMYK color model

#DD93CE color CMYK value is (0,33,7,13).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(0,33,7,13)
C0M33Y7K13 
(0%,33%,7%,13%)
(0.00/0.33/0.07/0.13)	

CMYK percentages

%0
%33.48
%6.79
%13.33

Codes

Color #DD93CE in popluar color models

DD93CE
RGB221147206
HSL312°52.11%72.16%
HSB/HSV312°33.48%86.67%
CMYK0.00%33.48%6.79%
13.33%

Color #DD93CE in popluar number systems.

HEXDD93CE
Decimal221147206
Binary110111011001001111001110
Octal335223316

Shades and tints

Shades of #DD93CE

#DD93CE
(221,147,206)
#C986BC
(201,134,188)
#B579AA
(181,121,170)
#A16C98
(161,108,152)
#8D5F86
(141,95,134)
#795274
(121,82,116)
#654562
(101,69,98)
#513850
(81,56,80)
#3D2B3E
(61,43,62)
#291E2C
(41,30,44)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #DD93CE

#DD93CE
(221,147,206)
#E09CD2
(224,156,210)
#E3A5D6
(227,165,214)
#E6AEDA
(230,174,218)
#E9B7DE
(233,183,222)
#ECC0E2
(236,192,226)
#EFC9E6
(239,201,230)
#F2D2EA
(242,210,234)
#F5DBEE
(245,219,238)
#F8E4F2
(248,228,242)
#FBEDF6
(251,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD93CE; }

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

This text font color is #DD93CE.


Background Color

.myBgColor { background-color: #DD93CE; }

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

This div background color is #DD93CE.


Border color

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

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

This div border color is #DD93CE.


Opacity

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

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

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

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

This text has shadow with #DD93CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD93CE on black background.


Color preview on white background

This text has color #DD93CE on white background.



Black color preview on #DD93CE background

This text has black color on #DD93CE background.


White color preview on #DD93CE background

This text has white color on #DD93CE background.