COLOR #DD86DC

HEX: #DD86DC
RGB: (221,134,220)

Color info

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

RGB color model

#DD86DC color RGB value is (221,134,220).

  • red value is 221;
  • green value is 134;
  • blue value is 220.
RGB:
(221,134,220)
(87%,53%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 134 of 255 = 53%
B 220 of 255 = 86%

221
134
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 134 + 220 = 575 (100%)
R 221 of 575 ~ 38.43%
G 134 of 575 ~ 23.3%
B 220 of 575 ~ 38.26%

%38.43
%23.3
%38.26

CMYK color model

#DD86DC color CMYK value is (0,39,0,13).

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,39,0,13)
C0M39Y0K13 
(0%,39%,0%,13%)
(0.00/0.39/0.00/0.13)	

CMYK percentages

%0
%39.37
%0.45
%13.33

Codes

Color #DD86DC in popluar color models

DD86DC
RGB221134220
HSL301°56.13%69.61%
HSB/HSV301°39.37%86.67%
CMYK0.00%39.37%0.45%
13.33%

Color #DD86DC in popluar number systems.

HEXDD86DC
Decimal221134220
Binary110111011000011011011100
Octal335206334

Shades and tints

Shades of #DD86DC

#DD86DC
(221,134,220)
#C97AC8
(201,122,200)
#B56EB4
(181,110,180)
#A162A0
(161,98,160)
#8D568C
(141,86,140)
#794A78
(121,74,120)
#653E64
(101,62,100)
#513250
(81,50,80)
#3D263C
(61,38,60)
#291A28
(41,26,40)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #DD86DC

#DD86DC
(221,134,220)
#E091DF
(224,145,223)
#E39CE2
(227,156,226)
#E6A7E5
(230,167,229)
#E9B2E8
(233,178,232)
#ECBDEB
(236,189,235)
#EFC8EE
(239,200,238)
#F2D3F1
(242,211,241)
#F5DEF4
(245,222,244)
#F8E9F7
(248,233,247)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD86DC color. Also use rgb(221,134,220) instead hex code.

Text Font Color

.myTextColor { color: #DD86DC; }

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

This text font color is #DD86DC.


Background Color

.myBgColor { background-color: #DD86DC; }

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

This div background color is #DD86DC.


Border color

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

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

This div border color is #DD86DC.


Opacity

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

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

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

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

This text has shadow with #DD86DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD86DC on black background.


Color preview on white background

This text has color #DD86DC on white background.



Black color preview on #DD86DC background

This text has black color on #DD86DC background.


White color preview on #DD86DC background

This text has white color on #DD86DC background.