COLOR #DD9FCC

HEX: #DD9FCC RGB: (221,159,204)

Color info

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

RGB color model

#DD9FCC color RGB value is (221,159,204).

RGB: (221,159,204) (87%, 62%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 159 of 255 = 62%
B 204 of 255 = 80%

221
159
204

R + G + B ~ 76%. #DD9FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 159 + 204 = 584 (100%)
R 221 of 584 ~ 37.84%
G 159 of 584 ~ 27.23%
B 204 of 584 ~ 34.93'%

%37.84
%27.23
%34.93

CMYK color model

#DD9FCC color CMYK value is (0,28,8,13).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 7.69%
  • key color value is 13.33%
CMYK: (0,28,8,13) C0M28Y8K13 (0%,28%,8%,13%) (0.00/0.28/0.08/0.13) 

CMYK percentages

%0
%28.05
%7.69
%13.33

Codes

Color #DD9FCC in popluar color models

DD 9F CC
RGB 221 159 204
HSL 316° 47.69% 74.51%
HSB/HSV 316° 28.05% 86.67%
CMYK 0.00% 28.05% 7.69%
13.33%

Color #DD9FCC in popluar number systems.

HEX DD 9F CC
Decimal 221 159 204
Binary 11011101 10011111 11001100
Octal 335 237 314

Shades and tints

Shades of #DD9FCC

#DD9FCC
(221,159,204)
#C991BA
(201,145,186)
#B583A8
(181,131,168)
#A17596
(161,117,150)
#8D6784
(141,103,132)
#795972
(121,89,114)
#654B60
(101,75,96)
#513D4E
(81,61,78)
#3D2F3C
(61,47,60)
#29212A
(41,33,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #DD9FCC

#DD9FCC
(221,159,204)
#E0A7D0
(224,167,208)
#E3AFD4
(227,175,212)
#E6B7D8
(230,183,216)
#E9BFDC
(233,191,220)
#ECC7E0
(236,199,224)
#EFCFE4
(239,207,228)
#F2D7E8
(242,215,232)
#F5DFEC
(245,223,236)
#F8E7F0
(248,231,240)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9FCC; }

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

This text font color is #DD9FCC.

Background Color

.myBgColor { background-color: #DD9FCC; }

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

This div background color is #DD9FCC.

Border color

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

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

This div border color is #DD9FCC.

Opacity

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

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

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

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

This text has shadow with #DD9FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD9FCC.

Preview

Color preview on black background

This text has color #DD9FCC on black background.


Color preview on white background

This text has color #DD9FCC on white background.


Black color preview on #DD9FCC background

This text has black color on #DD9FCC background.


White color preview on #DD9FCC background

This text has white color on #DD9FCC background.


Related colors

Complementary color

Complementary color for #hex is #226033.


I love getcolorcode.com

Triadic colors

1 #CCDD9F and #9FCCDD with #DD9FCC are triadic colors.

2 #CC9FDD and #9FDDCC with #DD9FCC are triadic colors.