COLOR #DD99D6

HEX: #DD99D6 RGB: (221,153,214)

Color info

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

RGB color model

#DD99D6 color RGB value is (221,153,214).

RGB: (221,153,214) (87%, 60%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 153 of 255 = 60%
B 214 of 255 = 84%

221
153
214

R + G + B ~ 77%. #DD99D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 153 + 214 = 588 (100%)
R 221 of 588 ~ 37.59%
G 153 of 588 ~ 26.02%
B 214 of 588 ~ 36.39'%

%37.59
%26.02
%36.39

CMYK color model

#DD99D6 color CMYK value is (0,31,3,13).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK: (0,31,3,13) C0M31Y3K13 (0%,31%,3%,13%) (0.00/0.31/0.03/0.13) 

CMYK percentages

%0
%30.77
%3.17
%13.33

Codes

Color #DD99D6 in popluar color models

DD 99 D6
RGB 221 153 214
HSL 306° 50.00% 73.33%
HSB/HSV 306° 30.77% 86.67%
CMYK 0.00% 30.77% 3.17%
13.33%

Color #DD99D6 in popluar number systems.

HEX DD 99 D6
Decimal 221 153 214
Binary 11011101 10011001 11010110
Octal 335 231 326

Shades and tints

Shades of #DD99D6

#DD99D6
(221,153,214)
#C98CC3
(201,140,195)
#B57FB0
(181,127,176)
#A1729D
(161,114,157)
#8D658A
(141,101,138)
#795877
(121,88,119)
#654B64
(101,75,100)
#513E51
(81,62,81)
#3D313E
(61,49,62)
#29242B
(41,36,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DD99D6

#DD99D6
(221,153,214)
#E0A2D9
(224,162,217)
#E3ABDC
(227,171,220)
#E6B4DF
(230,180,223)
#E9BDE2
(233,189,226)
#ECC6E5
(236,198,229)
#EFCFE8
(239,207,232)
#F2D8EB
(242,216,235)
#F5E1EE
(245,225,238)
#F8EAF1
(248,234,241)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD99D6 color. Also use rgb(221,153,214) instead hex code.

Text Font Color

.myTextColor { color: #DD99D6; }

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

This text font color is #DD99D6.

Background Color

.myBgColor { background-color: #DD99D6; }

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

This div background color is #DD99D6.

Border color

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

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

This div border color is #DD99D6.

Opacity

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

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

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

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

This text has shadow with #DD99D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD99D6.

Preview

Color preview on black background

This text has color #DD99D6 on black background.


Color preview on white background

This text has color #DD99D6 on white background.


Black color preview on #DD99D6 background

This text has black color on #DD99D6 background.


White color preview on #DD99D6 background

This text has white color on #DD99D6 background.


Related colors

Complementary color

Complementary color for #hex is #226629.


I love getcolorcode.com

Triadic colors

1 #D6DD99 and #99D6DD with #DD99D6 are triadic colors.

2 #D699DD and #99DDD6 with #DD99D6 are triadic colors.