COLOR #DD8EE6

HEX: #DD8EE6
RGB: (221,142,230)

Color info

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

RGB color model

#DD8EE6 color RGB value is (221,142,230).

  • red value is 221;
  • green value is 142;
  • blue value is 230.
RGB:
(221,142,230)
(87%,56%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 142 of 255 = 56%
B 230 of 255 = 90%

221
142
230

R + G + B ~ 78%. #DD8EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 142 + 230 = 593 (100%)
R 221 of 593 ~ 37.27%
G 142 of 593 ~ 23.95%
B 230 of 593 ~ 38.79%

%37.27
%23.95
%38.79

CMYK color model

#DD8EE6 color CMYK value is (4,38,0,10).

  • cyan value is 3.91%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(4,38,0,10)
C4M38Y0K10 
(4%,38%,0%,10%)
(0.04/0.38/0.00/0.10)	

CMYK percentages

%3.91
%38.26
%0
%9.8

Codes

Color #DD8EE6 in popluar color models

DD8EE6
RGB221142230
HSL294°63.77%72.94%
HSB/HSV294°38.26%90.20%
CMYK3.91%38.26%0.00%
9.80%

Color #DD8EE6 in popluar number systems.

HEXDD8EE6
Decimal221142230
Binary110111011000111011100110
Octal335216346

Shades and tints

Shades of #DD8EE6

#DD8EE6
(221,142,230)
#C982D2
(201,130,210)
#B576BE
(181,118,190)
#A16AAA
(161,106,170)
#8D5E96
(141,94,150)
#795282
(121,82,130)
#65466E
(101,70,110)
#513A5A
(81,58,90)
#3D2E46
(61,46,70)
#292232
(41,34,50)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #DD8EE6

#DD8EE6
(221,142,230)
#E098E8
(224,152,232)
#E3A2EA
(227,162,234)
#E6ACEC
(230,172,236)
#E9B6EE
(233,182,238)
#ECC0F0
(236,192,240)
#EFCAF2
(239,202,242)
#F2D4F4
(242,212,244)
#F5DEF6
(245,222,246)
#F8E8F8
(248,232,248)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8EE6 color. Also use rgb(221,142,230) instead hex code.

Text Font Color

.myTextColor { color: #DD8EE6; }

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

This text font color is #DD8EE6.


Background Color

.myBgColor { background-color: #DD8EE6; }

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

This div background color is #DD8EE6.


Border color

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

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

This div border color is #DD8EE6.


Opacity

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

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

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

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

This text has shadow with #DD8EE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8EE6 on black background.


Color preview on white background

This text has color #DD8EE6 on white background.



Black color preview on #DD8EE6 background

This text has black color on #DD8EE6 background.


White color preview on #DD8EE6 background

This text has white color on #DD8EE6 background.