COLOR #DD7ADD

HEX: #DD7ADD
RGB: (221,122,221)

Color info

#DD7ADD contains mainly red and blue colors. Web safe color of #DD7ADD is #CC66CC (or #C6C).

RGB color model

#DD7ADD color RGB value is (221,122,221).

  • red value is 221;
  • green value is 122;
  • blue value is 221.
RGB:
(221,122,221)
(87%,48%,87%)

RGB channels and saturation

R 221 of 255 = 87%
G 122 of 255 = 48%
B 221 of 255 = 87%

221
122
221

R + G + B ~ 74%. #DD7ADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 122 + 221 = 564 (100%)
R 221 of 564 ~ 39.18%
G 122 of 564 ~ 21.63%
B 221 of 564 ~ 39.18%

%39.18
%21.63
%39.18

CMYK color model

#DD7ADD color CMYK value is (0,45,0,13).

  • cyan value is 0.00%
  • magenta value is 44.80%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,45,0,13)
C0M45Y0K13 
(0%,45%,0%,13%)
(0.00/0.45/0.00/0.13)	

CMYK percentages

%0
%44.8
%0
%13.33

Codes

Color #DD7ADD in popluar color models

DD7ADD
RGB221122221
HSL300°59.28%67.25%
HSB/HSV300°44.80%86.67%
CMYK0.00%44.80%0.00%
13.33%

Color #DD7ADD in popluar number systems.

HEXDD7ADD
Decimal221122221
Binary11011101111101011011101
Octal335172335

Shades and tints

Shades of #DD7ADD

#DD7ADD
(221,122,221)
#C96FC9
(201,111,201)
#B564B5
(181,100,181)
#A159A1
(161,89,161)
#8D4E8D
(141,78,141)
#794379
(121,67,121)
#653865
(101,56,101)
#512D51
(81,45,81)
#3D223D
(61,34,61)
#291729
(41,23,41)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #DD7ADD

#DD7ADD
(221,122,221)
#E086E0
(224,134,224)
#E392E3
(227,146,227)
#E69EE6
(230,158,230)
#E9AAE9
(233,170,233)
#ECB6EC
(236,182,236)
#EFC2EF
(239,194,239)
#F2CEF2
(242,206,242)
#F5DAF5
(245,218,245)
#F8E6F8
(248,230,248)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7ADD; }

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

This text font color is #DD7ADD.


Background Color

.myBgColor { background-color: #DD7ADD; }

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

This div background color is #DD7ADD.


Border color

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

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

This div border color is #DD7ADD.


Opacity

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

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

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

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

This text has shadow with #DD7ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD7ADD on black background.


Color preview on white background

This text has color #DD7ADD on white background.



Black color preview on #DD7ADD background

This text has black color on #DD7ADD background.


White color preview on #DD7ADD background

This text has white color on #DD7ADD background.