COLOR #DD9FC5

HEX: #DD9FC5 RGB: (221,159,197)

Color info

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

RGB color model

#DD9FC5 color RGB value is (221,159,197).

RGB: (221,159,197) (87%, 62%, 77%)

RGB channels and saturation

R 221 of 255 = 87%
G 159 of 255 = 62%
B 197 of 255 = 77%

221
159
197

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

Portions of RGB colors in percentages

R + G + B = 221 + 159 + 197 = 577 (100%)
R 221 of 577 ~ 38.3%
G 159 of 577 ~ 27.56%
B 197 of 577 ~ 34.14'%

%38.3
%27.56
%34.14

CMYK color model

#DD9FC5 color CMYK value is (0,28,11,13).

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

CMYK: (0,28,11,13)
C0M28Y11K13 (0%, 28%, 11%, 13%)
(0.00 / 0.28 / 0.11 / 0.13)

CMYK percentages

%0
%28.05
%10.86
%13.33

Codes

Color #DD9FC5 in popluar color models

DD 9F C5
RGB 221 159 197
HSL 323° 47.69% 74.51%
HSB/HSV 323° 28.05% 86.67%
CMYK 0.00% 28.05% 10.86%
13.33%

Color #DD9FC5 in popluar number systems.

HEX DD 9F C5
Decimal 221 159 197
Binary 11011101 10011111 11000101
Octal 335 237 305

Shades and tints

Shades of #DD9FC5

#DD9FC5
(221,159,197)
#C991B4
(201,145,180)
#B583A3
(181,131,163)
#A17592
(161,117,146)
#8D6781
(141,103,129)
#795970
(121,89,112)
#654B5F
(101,75,95)
#513D4E
(81,61,78)
#3D2F3D
(61,47,61)
#29212C
(41,33,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DD9FC5

#DD9FC5
(221,159,197)
#E0A7CA
(224,167,202)
#E3AFCF
(227,175,207)
#E6B7D4
(230,183,212)
#E9BFD9
(233,191,217)
#ECC7DE
(236,199,222)
#EFCFE3
(239,207,227)
#F2D7E8
(242,215,232)
#F5DFED
(245,223,237)
#F8E7F2
(248,231,242)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9FC5; }

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

This text font color is #DD9FC5.

Background Color

.myBgColor { background-color: #DD9FC5; }

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

This div background color is #DD9FC5.

Border color

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

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

This div border color is #DD9FC5.

Opacity

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

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

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

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

This text has shadow with #DD9FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9FC5.

Preview

Color preview on black background

This text has color #DD9FC5 on black background.


Color preview on white background

This text has color #DD9FC5 on white background.


Black color preview on #DD9FC5 background

This text has black color on #DD9FC5 background.


White color preview on #DD9FC5 background

This text has white color on #DD9FC5 background.


Related colors

Complementary color

Complementary color for #hex is #22603A.


I love getcolorcode.com

Triadic colors

1 #C5DD9F and #9FC5DD with #DD9FC5 are triadic colors.

2 #C59FDD and #9FDDC5 with #DD9FC5 are triadic colors.