COLOR #DD7EDF

HEX: #DD7EDF RGB: (221,126,223)

Color info

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

RGB color model

#DD7EDF color RGB value is (221,126,223).

RGB: (221,126,223) (87%, 49%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 126 of 255 = 49%
B 223 of 255 = 87%

221
126
223

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

Portions of RGB colors in percentages

R + G + B = 221 + 126 + 223 = 570 (100%)
R 221 of 570 ~ 38.77%
G 126 of 570 ~ 22.11%
B 223 of 570 ~ 39.12'%

%38.77
%22.11
%39.12

CMYK color model

#DD7EDF color CMYK value is (1,43,0,13).

  • cyan value is 0.90%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (1,43,0,13) C1M43Y0K13 (1%,43%,0%,13%) (0.01/0.43/0.00/0.13) 

CMYK percentages

%0.9
%43.5
%0
%12.55

Codes

Color #DD7EDF in popluar color models

DD 7E DF
RGB 221 126 223
HSL 299° 60.25% 68.43%
HSB/HSV 299° 43.50% 87.45%
CMYK 0.90% 43.50% 0.00%
12.55%

Color #DD7EDF in popluar number systems.

HEX DD 7E DF
Decimal 221 126 223
Binary 11011101 1111110 11011111
Octal 335 176 337

Shades and tints

Shades of #DD7EDF

#DD7EDF
(221,126,223)
#C973CB
(201,115,203)
#B568B7
(181,104,183)
#A15DA3
(161,93,163)
#8D528F
(141,82,143)
#79477B
(121,71,123)
#653C67
(101,60,103)
#513153
(81,49,83)
#3D263F
(61,38,63)
#291B2B
(41,27,43)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #DD7EDF

#DD7EDF
(221,126,223)
#E089E1
(224,137,225)
#E394E3
(227,148,227)
#E69FE5
(230,159,229)
#E9AAE7
(233,170,231)
#ECB5E9
(236,181,233)
#EFC0EB
(239,192,235)
#F2CBED
(242,203,237)
#F5D6EF
(245,214,239)
#F8E1F1
(248,225,241)
#FBECF3
(251,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD7EDF; }

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

This text font color is #DD7EDF.

Background Color

.myBgColor { background-color: #DD7EDF; }

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

This div background color is #DD7EDF.

Border color

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

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

This div border color is #DD7EDF.

Opacity

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

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

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

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

This text has shadow with #DD7EDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD7EDF.

Preview

Color preview on black background

This text has color #DD7EDF on black background.


Color preview on white background

This text has color #DD7EDF on white background.


Black color preview on #DD7EDF background

This text has black color on #DD7EDF background.


White color preview on #DD7EDF background

This text has white color on #DD7EDF background.


Related colors

Complementary color

Complementary color for #hex is #228120.


I love getcolorcode.com

Triadic colors

1 #DFDD7E and #7EDFDD with #DD7EDF are triadic colors.

2 #DF7EDD and #7EDDDF with #DD7EDF are triadic colors.