COLOR #DD80C5

HEX: #DD80C5 RGB: (221,128,197)

Color info

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

RGB color model

#DD80C5 color RGB value is (221,128,197).

RGB: (221,128,197) (87%, 50%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 128 of 255 = 50%
B 197 of 255 = 77%

221
128
197

R + G + B ~ 71%. #DD80C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 128 + 197 = 546 (100%)
R 221 of 546 ~ 40.48%
G 128 of 546 ~ 23.44%
B 197 of 546 ~ 36.08'%

%40.48
%23.44
%36.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.08%
  • yellow value is 10.86%
  • key color value is 13.33%

CMYK: (0,42,11,13)
C0M42Y11K13 (0%, 42%, 11%, 13%)
(0.00 / 0.42 / 0.11 / 0.13)

CMYK percentages

%0
%42.08
%10.86
%13.33

Codes

Color #DD80C5 in popluar color models

DD 80 C5
RGB 221 128 197
HSL 315° 57.76% 68.43%
HSB/HSV 315° 42.08% 86.67%
CMYK 0.00% 42.08% 10.86%
13.33%

Color #DD80C5 in popluar number systems.

HEX DD 80 C5
Decimal 221 128 197
Binary 11011101 10000000 11000101
Octal 335 200 305

Shades and tints

Shades of #DD80C5

#DD80C5
(221,128,197)
#C975B4
(201,117,180)
#B56AA3
(181,106,163)
#A15F92
(161,95,146)
#8D5481
(141,84,129)
#794970
(121,73,112)
#653E5F
(101,62,95)
#51334E
(81,51,78)
#3D283D
(61,40,61)
#291D2C
(41,29,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #DD80C5

#DD80C5
(221,128,197)
#E08BCA
(224,139,202)
#E396CF
(227,150,207)
#E6A1D4
(230,161,212)
#E9ACD9
(233,172,217)
#ECB7DE
(236,183,222)
#EFC2E3
(239,194,227)
#F2CDE8
(242,205,232)
#F5D8ED
(245,216,237)
#F8E3F2
(248,227,242)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD80C5; }

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

This text font color is #DD80C5.

Background Color

.myBgColor { background-color: #DD80C5; }

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

This div background color is #DD80C5.

Border color

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

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

This div border color is #DD80C5.

Opacity

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

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

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

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

This text has shadow with #DD80C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD80C5.

Preview

Color preview on black background

This text has color #DD80C5 on black background.


Color preview on white background

This text has color #DD80C5 on white background.


Black color preview on #DD80C5 background

This text has black color on #DD80C5 background.


White color preview on #DD80C5 background

This text has white color on #DD80C5 background.


Related colors

Complementary color

Complementary color for #hex is #227F3A.


I love getcolorcode.com

Triadic colors

1 #C5DD80 and #80C5DD with #DD80C5 are triadic colors.

2 #C580DD and #80DDC5 with #DD80C5 are triadic colors.