COLOR #DF9FCC

HEX: #DF9FCC RGB: (223,159,204)

Color info

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

RGB color model

#DF9FCC color RGB value is (223,159,204).

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

RGB channels and saturation

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

223
159
204

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

Portions of RGB colors in percentages

R + G + B = 223 + 159 + 204 = 586 (100%)
R 223 of 586 ~ 38.05%
G 159 of 586 ~ 27.13%
B 204 of 586 ~ 34.81'%

%38.05
%27.13
%34.81

CMYK color model

#DF9FCC color CMYK value is (0,29,9,13).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 8.52%
  • key color value is 12.55%

CMYK: (0,29,9,13)
C0M29Y9K13 (0%, 29%, 9%, 13%)
(0.00 / 0.29 / 0.09 / 0.13)

CMYK percentages

%0
%28.7
%8.52
%12.55

Codes

Color #DF9FCC in popluar color models

DF 9F CC
RGB 223 159 204
HSL 318° 50.00% 74.90%
HSB/HSV 318° 28.70% 87.45%
CMYK 0.00% 28.70% 8.52%
12.55%

Color #DF9FCC in popluar number systems.

HEX DF 9F CC
Decimal 223 159 204
Binary 11011111 10011111 11001100
Octal 337 237 314

Shades and tints

Shades of #DF9FCC

#DF9FCC
(223,159,204)
#CB91BA
(203,145,186)
#B783A8
(183,131,168)
#A37596
(163,117,150)
#8F6784
(143,103,132)
#7B5972
(123,89,114)
#674B60
(103,75,96)
#533D4E
(83,61,78)
#3F2F3C
(63,47,60)
#2B212A
(43,33,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DF9FCC

#DF9FCC
(223,159,204)
#E1A7D0
(225,167,208)
#E3AFD4
(227,175,212)
#E5B7D8
(229,183,216)
#E7BFDC
(231,191,220)
#E9C7E0
(233,199,224)
#EBCFE4
(235,207,228)
#EDD7E8
(237,215,232)
#EFDFEC
(239,223,236)
#F1E7F0
(241,231,240)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9FCC; }

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

This text font color is #DF9FCC.

Background Color

.myBgColor { background-color: #DF9FCC; }

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

This div background color is #DF9FCC.

Border color

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

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

This div border color is #DF9FCC.

Opacity

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

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

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

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

This text has shadow with #DF9FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF9FCC.

Preview

Color preview on black background

This text has color #DF9FCC on black background.


Color preview on white background

This text has color #DF9FCC on white background.


Black color preview on #DF9FCC background

This text has black color on #DF9FCC background.


White color preview on #DF9FCC background

This text has white color on #DF9FCC background.


Related colors

Complementary color

Complementary color for #hex is #206033.


I love getcolorcode.com

Triadic colors

1 #CCDF9F and #9FCCDF with #DF9FCC are triadic colors.

2 #CC9FDF and #9FDFCC with #DF9FCC are triadic colors.