COLOR #DD77D9

HEX: #DD77D9 RGB: (221,119,217)

Color info

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

RGB color model

#DD77D9 color RGB value is (221,119,217).

RGB: (221,119,217) (87%, 47%, 85%)

RGB channels and saturation

R 221 of 255 = 87%
G 119 of 255 = 47%
B 217 of 255 = 85%

221
119
217

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

Portions of RGB colors in percentages

R + G + B = 221 + 119 + 217 = 557 (100%)
R 221 of 557 ~ 39.68%
G 119 of 557 ~ 21.36%
B 217 of 557 ~ 38.96'%

%39.68
%21.36
%38.96

CMYK color model

#DD77D9 color CMYK value is (0,46,2,13).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 1.81%
  • key color value is 13.33%

CMYK: (0,46,2,13)
C0M46Y2K13 (0%, 46%, 2%, 13%)
(0.00 / 0.46 / 0.02 / 0.13)

CMYK percentages

%0
%46.15
%1.81
%13.33

Codes

Color #DD77D9 in popluar color models

DD 77 D9
RGB 221 119 217
HSL 302° 60.00% 66.67%
HSB/HSV 302° 46.15% 86.67%
CMYK 0.00% 46.15% 1.81%
13.33%

Color #DD77D9 in popluar number systems.

HEX DD 77 D9
Decimal 221 119 217
Binary 11011101 1110111 11011001
Octal 335 167 331

Shades and tints

Shades of #DD77D9

#DD77D9
(221,119,217)
#C96DC6
(201,109,198)
#B563B3
(181,99,179)
#A159A0
(161,89,160)
#8D4F8D
(141,79,141)
#79457A
(121,69,122)
#653B67
(101,59,103)
#513154
(81,49,84)
#3D2741
(61,39,65)
#291D2E
(41,29,46)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DD77D9

#DD77D9
(221,119,217)
#E083DC
(224,131,220)
#E38FDF
(227,143,223)
#E69BE2
(230,155,226)
#E9A7E5
(233,167,229)
#ECB3E8
(236,179,232)
#EFBFEB
(239,191,235)
#F2CBEE
(242,203,238)
#F5D7F1
(245,215,241)
#F8E3F4
(248,227,244)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD77D9; }

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

This text font color is #DD77D9.

Background Color

.myBgColor { background-color: #DD77D9; }

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

This div background color is #DD77D9.

Border color

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

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

This div border color is #DD77D9.

Opacity

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

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

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

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

This text has shadow with #DD77D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD77D9.

Preview

Color preview on black background

This text has color #DD77D9 on black background.


Color preview on white background

This text has color #DD77D9 on white background.


Black color preview on #DD77D9 background

This text has black color on #DD77D9 background.


White color preview on #DD77D9 background

This text has white color on #DD77D9 background.


Related colors

Complementary color

Complementary color for #hex is #228826.


I love getcolorcode.com

Triadic colors

1 #D9DD77 and #77D9DD with #DD77D9 are triadic colors.

2 #D977DD and #77DDD9 with #DD77D9 are triadic colors.