COLOR #DD85E8

HEX: #DD85E8
RGB: (221,133,232)

Color info

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

RGB color model

#DD85E8 color RGB value is (221,133,232).

  • red value is 221;
  • green value is 133;
  • blue value is 232.
RGB:
(221,133,232)
(87%,52%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 133 of 255 = 52%
B 232 of 255 = 91%

221
133
232

R + G + B ~ 77%. #DD85E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 133 + 232 = 586 (100%)
R 221 of 586 ~ 37.71%
G 133 of 586 ~ 22.7%
B 232 of 586 ~ 39.59%

%37.71
%22.7
%39.59

CMYK color model

#DD85E8 color CMYK value is (5,43,0,9).

  • cyan value is 4.74%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,43,0,9)
C5M43Y0K9 
(5%,43%,0%,9%)
(0.05/0.43/0.00/0.09)	

CMYK percentages

%4.74
%42.67
%0
%9.02

Codes

Color #DD85E8 in popluar color models

DD85E8
RGB221133232
HSL293°68.28%71.57%
HSB/HSV293°42.67%90.98%
CMYK4.74%42.67%0.00%
9.02%

Color #DD85E8 in popluar number systems.

HEXDD85E8
Decimal221133232
Binary110111011000010111101000
Octal335205350

Shades and tints

Shades of #DD85E8

#DD85E8
(221,133,232)
#C979D3
(201,121,211)
#B56DBE
(181,109,190)
#A161A9
(161,97,169)
#8D5594
(141,85,148)
#79497F
(121,73,127)
#653D6A
(101,61,106)
#513155
(81,49,85)
#3D2540
(61,37,64)
#29192B
(41,25,43)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #DD85E8

#DD85E8
(221,133,232)
#E090EA
(224,144,234)
#E39BEC
(227,155,236)
#E6A6EE
(230,166,238)
#E9B1F0
(233,177,240)
#ECBCF2
(236,188,242)
#EFC7F4
(239,199,244)
#F2D2F6
(242,210,246)
#F5DDF8
(245,221,248)
#F8E8FA
(248,232,250)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD85E8 color. Also use rgb(221,133,232) instead hex code.

Text Font Color

.myTextColor { color: #DD85E8; }

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

This text font color is #DD85E8.


Background Color

.myBgColor { background-color: #DD85E8; }

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

This div background color is #DD85E8.


Border color

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

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

This div border color is #DD85E8.


Opacity

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

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

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

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

This text has shadow with #DD85E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD85E8 on black background.


Color preview on white background

This text has color #DD85E8 on white background.



Black color preview on #DD85E8 background

This text has black color on #DD85E8 background.


White color preview on #DD85E8 background

This text has white color on #DD85E8 background.