COLOR #DD83BD

HEX: #DD83BD RGB: (221,131,189)

Color info

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

RGB color model

#DD83BD color RGB value is (221,131,189).

RGB: (221,131,189) (87%, 51%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 131 of 255 = 51%
B 189 of 255 = 74%

221
131
189

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

Portions of RGB colors in percentages

R + G + B = 221 + 131 + 189 = 541 (100%)
R 221 of 541 ~ 40.85%
G 131 of 541 ~ 24.21%
B 189 of 541 ~ 34.94'%

%40.85
%24.21
%34.94

CMYK color model

#DD83BD color CMYK value is (0,41,14,13).

  • cyan value is 0.00%
  • magenta value is 40.72%
  • yellow value is 14.48%
  • key color value is 13.33%

CMYK: (0,41,14,13)
C0M41Y14K13 (0%, 41%, 14%, 13%)
(0.00 / 0.41 / 0.14 / 0.13)

CMYK percentages

%0
%40.72
%14.48
%13.33

Codes

Color #DD83BD in popluar color models

DD 83 BD
RGB 221 131 189
HSL 321° 56.96% 69.02%
HSB/HSV 321° 40.72% 86.67%
CMYK 0.00% 40.72% 14.48%
13.33%

Color #DD83BD in popluar number systems.

HEX DD 83 BD
Decimal 221 131 189
Binary 11011101 10000011 10111101
Octal 335 203 275

Shades and tints

Shades of #DD83BD

#DD83BD
(221,131,189)
#C978AC
(201,120,172)
#B56D9B
(181,109,155)
#A1628A
(161,98,138)
#8D5779
(141,87,121)
#794C68
(121,76,104)
#654157
(101,65,87)
#513646
(81,54,70)
#3D2B35
(61,43,53)
#292024
(41,32,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DD83BD

#DD83BD
(221,131,189)
#E08EC3
(224,142,195)
#E399C9
(227,153,201)
#E6A4CF
(230,164,207)
#E9AFD5
(233,175,213)
#ECBADB
(236,186,219)
#EFC5E1
(239,197,225)
#F2D0E7
(242,208,231)
#F5DBED
(245,219,237)
#F8E6F3
(248,230,243)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD83BD color. Also use rgb(221,131,189) instead hex code.

Text Font Color

.myTextColor { color: #DD83BD; }

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

This text font color is #DD83BD.

Background Color

.myBgColor { background-color: #DD83BD; }

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

This div background color is #DD83BD.

Border color

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

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

This div border color is #DD83BD.

Opacity

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

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

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

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

This text has shadow with #DD83BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD83BD.

Preview

Color preview on black background

This text has color #DD83BD on black background.


Color preview on white background

This text has color #DD83BD on white background.


Black color preview on #DD83BD background

This text has black color on #DD83BD background.


White color preview on #DD83BD background

This text has white color on #DD83BD background.


Related colors

Complementary color

Complementary color for #hex is #227C42.


I love getcolorcode.com

Triadic colors

1 #BDDD83 and #83BDDD with #DD83BD are triadic colors.

2 #BD83DD and #83DDBD with #DD83BD are triadic colors.