COLOR #DD8AC4

HEX: #DD8AC4
RGB: (221,138,196)

Color info

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

RGB color model

#DD8AC4 color RGB value is (221,138,196).

  • red value is 221;
  • green value is 138;
  • blue value is 196.
RGB:
(221,138,196)
(87%,54%,77%)

RGB channels and saturation

R 221 of 255 = 87%
G 138 of 255 = 54%
B 196 of 255 = 77%

221
138
196

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

Portions of RGB colors in percentages

R + G + B =
221 + 138 + 196 = 555 (100%)
R 221 of 555 ~ 39.82%
G 138 of 555 ~ 24.86%
B 196 of 555 ~ 35.32%

%39.82
%24.86
%35.32

CMYK color model

#DD8AC4 color CMYK value is (0,38,11,13).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK:
(0,38,11,13)
C0M38Y11K13 
(0%,38%,11%,13%)
(0.00/0.38/0.11/0.13)	

CMYK percentages

%0
%37.56
%11.31
%13.33

Codes

Color #DD8AC4 in popluar color models

DD8AC4
RGB221138196
HSL318°54.97%70.39%
HSB/HSV318°37.56%86.67%
CMYK0.00%37.56%11.31%
13.33%

Color #DD8AC4 in popluar number systems.

HEXDD8AC4
Decimal221138196
Binary110111011000101011000100
Octal335212304

Shades and tints

Shades of #DD8AC4

#DD8AC4
(221,138,196)
#C97EB3
(201,126,179)
#B572A2
(181,114,162)
#A16691
(161,102,145)
#8D5A80
(141,90,128)
#794E6F
(121,78,111)
#65425E
(101,66,94)
#51364D
(81,54,77)
#3D2A3C
(61,42,60)
#291E2B
(41,30,43)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #DD8AC4

#DD8AC4
(221,138,196)
#E094C9
(224,148,201)
#E39ECE
(227,158,206)
#E6A8D3
(230,168,211)
#E9B2D8
(233,178,216)
#ECBCDD
(236,188,221)
#EFC6E2
(239,198,226)
#F2D0E7
(242,208,231)
#F5DAEC
(245,218,236)
#F8E4F1
(248,228,241)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8AC4 color. Also use rgb(221,138,196) instead hex code.

Text Font Color

.myTextColor { color: #DD8AC4; }

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

This text font color is #DD8AC4.


Background Color

.myBgColor { background-color: #DD8AC4; }

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

This div background color is #DD8AC4.


Border color

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

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

This div border color is #DD8AC4.


Opacity

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

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

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

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

This text has shadow with #DD8AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8AC4 on black background.


Color preview on white background

This text has color #DD8AC4 on white background.



Black color preview on #DD8AC4 background

This text has black color on #DD8AC4 background.


White color preview on #DD8AC4 background

This text has white color on #DD8AC4 background.