COLOR #DD84C8

HEX: #DD84C8
RGB: (221,132,200)

Color info

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

RGB color model

#DD84C8 color RGB value is (221,132,200).

  • red value is 221;
  • green value is 132;
  • blue value is 200.
RGB:
(221,132,200)
(87%,52%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 132 of 255 = 52%
B 200 of 255 = 78%

221
132
200

R + G + B ~ 72%. #DD84C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 132 + 200 = 553 (100%)
R 221 of 553 ~ 39.96%
G 132 of 553 ~ 23.87%
B 200 of 553 ~ 36.17%

%39.96
%23.87
%36.17

CMYK color model

#DD84C8 color CMYK value is (0,40,10,13).

  • cyan value is 0.00%
  • magenta value is 40.27%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(0,40,10,13)
C0M40Y10K13 
(0%,40%,10%,13%)
(0.00/0.40/0.10/0.13)	

CMYK percentages

%0
%40.27
%9.5
%13.33

Codes

Color #DD84C8 in popluar color models

DD84C8
RGB221132200
HSL314°56.69%69.22%
HSB/HSV314°40.27%86.67%
CMYK0.00%40.27%9.50%
13.33%

Color #DD84C8 in popluar number systems.

HEXDD84C8
Decimal221132200
Binary110111011000010011001000
Octal335204310

Shades and tints

Shades of #DD84C8

#DD84C8
(221,132,200)
#C978B6
(201,120,182)
#B56CA4
(181,108,164)
#A16092
(161,96,146)
#8D5480
(141,84,128)
#79486E
(121,72,110)
#653C5C
(101,60,92)
#51304A
(81,48,74)
#3D2438
(61,36,56)
#291826
(41,24,38)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #DD84C8

#DD84C8
(221,132,200)
#E08FCD
(224,143,205)
#E39AD2
(227,154,210)
#E6A5D7
(230,165,215)
#E9B0DC
(233,176,220)
#ECBBE1
(236,187,225)
#EFC6E6
(239,198,230)
#F2D1EB
(242,209,235)
#F5DCF0
(245,220,240)
#F8E7F5
(248,231,245)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD84C8 color. Also use rgb(221,132,200) instead hex code.

Text Font Color

.myTextColor { color: #DD84C8; }

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

This text font color is #DD84C8.


Background Color

.myBgColor { background-color: #DD84C8; }

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

This div background color is #DD84C8.


Border color

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

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

This div border color is #DD84C8.


Opacity

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

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

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

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

This text has shadow with #DD84C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD84C8 on black background.


Color preview on white background

This text has color #DD84C8 on white background.



Black color preview on #DD84C8 background

This text has black color on #DD84C8 background.


White color preview on #DD84C8 background

This text has white color on #DD84C8 background.