COLOR #DD80DE

HEX: #DD80DE RGB: (221,128,222)

Color info

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

RGB color model

#DD80DE color RGB value is (221,128,222).

RGB: (221,128,222) (87%, 50%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 128 of 255 = 50%
B 222 of 255 = 87%

221
128
222

R + G + B ~ 75%. #DD80DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 128 + 222 = 571 (100%)
R 221 of 571 ~ 38.7%
G 128 of 571 ~ 22.42%
B 222 of 571 ~ 38.88'%

%38.7
%22.42
%38.88

CMYK color model

#DD80DE color CMYK value is (0,42,0,13).

  • cyan value is 0.45%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (0,42,0,13) C0M42Y0K13 (0%,42%,0%,13%) (0.00/0.42/0.00/0.13) 

CMYK percentages

%0.45
%42.34
%0
%12.94

Codes

Color #DD80DE in popluar color models

DD 80 DE
RGB 221 128 222
HSL 299° 58.75% 68.63%
HSB/HSV 299° 42.34% 87.06%
CMYK 0.45% 42.34% 0.00%
12.94%

Color #DD80DE in popluar number systems.

HEX DD 80 DE
Decimal 221 128 222
Binary 11011101 10000000 11011110
Octal 335 200 336

Shades and tints

Shades of #DD80DE

#DD80DE
(221,128,222)
#C975CA
(201,117,202)
#B56AB6
(181,106,182)
#A15FA2
(161,95,162)
#8D548E
(141,84,142)
#79497A
(121,73,122)
#653E66
(101,62,102)
#513352
(81,51,82)
#3D283E
(61,40,62)
#291D2A
(41,29,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #DD80DE

#DD80DE
(221,128,222)
#E08BE1
(224,139,225)
#E396E4
(227,150,228)
#E6A1E7
(230,161,231)
#E9ACEA
(233,172,234)
#ECB7ED
(236,183,237)
#EFC2F0
(239,194,240)
#F2CDF3
(242,205,243)
#F5D8F6
(245,216,246)
#F8E3F9
(248,227,249)
#FBEEFC
(251,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD80DE; }

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

This text font color is #DD80DE.

Background Color

.myBgColor { background-color: #DD80DE; }

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

This div background color is #DD80DE.

Border color

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

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

This div border color is #DD80DE.

Opacity

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

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

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

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

This text has shadow with #DD80DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD80DE.

Preview

Color preview on black background

This text has color #DD80DE on black background.


Color preview on white background

This text has color #DD80DE on white background.


Black color preview on #DD80DE background

This text has black color on #DD80DE background.


White color preview on #DD80DE background

This text has white color on #DD80DE background.


Related colors

Complementary color

Complementary color for #hex is #227F21.


I love getcolorcode.com

Triadic colors

1 #DEDD80 and #80DEDD with #DD80DE are triadic colors.

2 #DE80DD and #80DDDE with #DD80DE are triadic colors.