COLOR #DD86C6

HEX: #DD86C6
RGB: (221,134,198)

Color info

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

RGB color model

#DD86C6 color RGB value is (221,134,198).

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

RGB channels and saturation

R 221 of 255 = 87%
G 134 of 255 = 53%
B 198 of 255 = 78%

221
134
198

R + G + B ~ 73%. #DD86C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 134 + 198 = 553 (100%)
R 221 of 553 ~ 39.96%
G 134 of 553 ~ 24.23%
B 198 of 553 ~ 35.8%

%39.96
%24.23
%35.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.37%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,39,10,13)
C0M39Y10K13 
(0%,39%,10%,13%)
(0.00/0.39/0.10/0.13)	

CMYK percentages

%0
%39.37
%10.41
%13.33

Codes

Color #DD86C6 in popluar color models

DD86C6
RGB221134198
HSL316°56.13%69.61%
HSB/HSV316°39.37%86.67%
CMYK0.00%39.37%10.41%
13.33%

Color #DD86C6 in popluar number systems.

HEXDD86C6
Decimal221134198
Binary110111011000011011000110
Octal335206306

Shades and tints

Shades of #DD86C6

#DD86C6
(221,134,198)
#C97AB4
(201,122,180)
#B56EA2
(181,110,162)
#A16290
(161,98,144)
#8D567E
(141,86,126)
#794A6C
(121,74,108)
#653E5A
(101,62,90)
#513248
(81,50,72)
#3D2636
(61,38,54)
#291A24
(41,26,36)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #DD86C6

#DD86C6
(221,134,198)
#E091CB
(224,145,203)
#E39CD0
(227,156,208)
#E6A7D5
(230,167,213)
#E9B2DA
(233,178,218)
#ECBDDF
(236,189,223)
#EFC8E4
(239,200,228)
#F2D3E9
(242,211,233)
#F5DEEE
(245,222,238)
#F8E9F3
(248,233,243)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD86C6; }

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

This text font color is #DD86C6.


Background Color

.myBgColor { background-color: #DD86C6; }

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

This div background color is #DD86C6.


Border color

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

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

This div border color is #DD86C6.


Opacity

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

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

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

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

This text has shadow with #DD86C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD86C6 on black background.


Color preview on white background

This text has color #DD86C6 on white background.



Black color preview on #DD86C6 background

This text has black color on #DD86C6 background.


White color preview on #DD86C6 background

This text has white color on #DD86C6 background.