COLOR #DD82B7

HEX: #DD82B7 RGB: (221,130,183)

Color info

#DD82B7 contains mainly red and blue colors. Web safe color of #DD82B7 is #CC99CC (or #C9C).

RGB color model

#DD82B7 color RGB value is (221,130,183).

RGB: (221,130,183) (87%, 51%, 72%)

RGB channels and saturation

R 221 of 255 = 87%
G 130 of 255 = 51%
B 183 of 255 = 72%

221
130
183

R + G + B ~ 70%. #DD82B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 130 + 183 = 534 (100%)
R 221 of 534 ~ 41.39%
G 130 of 534 ~ 24.34%
B 183 of 534 ~ 34.27'%

%41.39
%24.34
%34.27

CMYK color model

#DD82B7 color CMYK value is (0,41,17,13).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 17.19%
  • key color value is 13.33%

CMYK: (0,41,17,13)
C0M41Y17K13 (0%, 41%, 17%, 13%)
(0.00 / 0.41 / 0.17 / 0.13)

CMYK percentages

%0
%41.18
%17.19
%13.33

Codes

Color #DD82B7 in popluar color models

DD 82 B7
RGB 221 130 183
HSL 325° 57.23% 68.82%
HSB/HSV 325° 41.18% 86.67%
CMYK 0.00% 41.18% 17.19%
13.33%

Color #DD82B7 in popluar number systems.

HEX DD 82 B7
Decimal 221 130 183
Binary 11011101 10000010 10110111
Octal 335 202 267

Shades and tints

Shades of #DD82B7

#DD82B7
(221,130,183)
#C977A7
(201,119,167)
#B56C97
(181,108,151)
#A16187
(161,97,135)
#8D5677
(141,86,119)
#794B67
(121,75,103)
#654057
(101,64,87)
#513547
(81,53,71)
#3D2A37
(61,42,55)
#291F27
(41,31,39)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DD82B7

#DD82B7
(221,130,183)
#E08DBD
(224,141,189)
#E398C3
(227,152,195)
#E6A3C9
(230,163,201)
#E9AECF
(233,174,207)
#ECB9D5
(236,185,213)
#EFC4DB
(239,196,219)
#F2CFE1
(242,207,225)
#F5DAE7
(245,218,231)
#F8E5ED
(248,229,237)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD82B7; }

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

This text font color is #DD82B7.

Background Color

.myBgColor { background-color: #DD82B7; }

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

This div background color is #DD82B7.

Border color

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

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

This div border color is #DD82B7.

Opacity

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

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

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

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

This text has shadow with #DD82B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD82B7.

Preview

Color preview on black background

This text has color #DD82B7 on black background.


Color preview on white background

This text has color #DD82B7 on white background.


Black color preview on #DD82B7 background

This text has black color on #DD82B7 background.


White color preview on #DD82B7 background

This text has white color on #DD82B7 background.


Related colors

Complementary color

Complementary color for #hex is #227D48.


I love getcolorcode.com

Triadic colors

1 #B7DD82 and #82B7DD with #DD82B7 are triadic colors.

2 #B782DD and #82DDB7 with #DD82B7 are triadic colors.