COLOR #DD9AEE

HEX: #DD9AEE
RGB: (221,154,238)

Color info

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

RGB color model

#DD9AEE color RGB value is (221,154,238).

  • red value is 221;
  • green value is 154;
  • blue value is 238.
RGB:
(221,154,238)
(87%,60%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 154 of 255 = 60%
B 238 of 255 = 93%

221
154
238

R + G + B ~ 80%. #DD9AEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 154 + 238 = 613 (100%)
R 221 of 613 ~ 36.05%
G 154 of 613 ~ 25.12%
B 238 of 613 ~ 38.83%

%36.05
%25.12
%38.83

CMYK color model

#DD9AEE color CMYK value is (7,35,0,7).

  • cyan value is 7.14%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,35,0,7)
C7M35Y0K7 
(7%,35%,0%,7%)
(0.07/0.35/0.00/0.07)	

CMYK percentages

%7.14
%35.29
%0
%6.67

Codes

Color #DD9AEE in popluar color models

DD9AEE
RGB221154238
HSL288°71.19%76.86%
HSB/HSV288°35.29%93.33%
CMYK7.14%35.29%0.00%
6.67%

Color #DD9AEE in popluar number systems.

HEXDD9AEE
Decimal221154238
Binary110111011001101011101110
Octal335232356

Shades and tints

Shades of #DD9AEE

#DD9AEE
(221,154,238)
#C98CD9
(201,140,217)
#B57EC4
(181,126,196)
#A170AF
(161,112,175)
#8D629A
(141,98,154)
#795485
(121,84,133)
#654670
(101,70,112)
#51385B
(81,56,91)
#3D2A46
(61,42,70)
#291C31
(41,28,49)
#150E1C
(21,14,28)
#000000
(0,0,0)

Tints of #DD9AEE

#DD9AEE
(221,154,238)
#E0A3EF
(224,163,239)
#E3ACF0
(227,172,240)
#E6B5F1
(230,181,241)
#E9BEF2
(233,190,242)
#ECC7F3
(236,199,243)
#EFD0F4
(239,208,244)
#F2D9F5
(242,217,245)
#F5E2F6
(245,226,246)
#F8EBF7
(248,235,247)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9AEE color. Also use rgb(221,154,238) instead hex code.

Text Font Color

.myTextColor { color: #DD9AEE; }

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

This text font color is #DD9AEE.


Background Color

.myBgColor { background-color: #DD9AEE; }

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

This div background color is #DD9AEE.


Border color

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

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

This div border color is #DD9AEE.


Opacity

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

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

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

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

This text has shadow with #DD9AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9AEE on black background.


Color preview on white background

This text has color #DD9AEE on white background.



Black color preview on #DD9AEE background

This text has black color on #DD9AEE background.


White color preview on #DD9AEE background

This text has white color on #DD9AEE background.