COLOR #FF9DDF

HEX: #FF9DDF RGB: (255,157,223)

Color info

#FF9DDF contains mainly red and blue colors. Web safe color of #FF9DDF is #FF99CC (or #F9C).

RGB color model

#FF9DDF color RGB value is (255,157,223).

RGB: (255,157,223) (100%, 62%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 157 of 255 = 62%
B 223 of 255 = 87%

255
157
223

R + G + B ~ 83%. #FF9DDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 157 + 223 = 635 (100%)
R 255 of 635 ~ 40.16%
G 157 of 635 ~ 24.72%
B 223 of 635 ~ 35.12'%

%40.16
%24.72
%35.12

CMYK color model

#FF9DDF color CMYK value is (0,38,13,0).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 12.55%
  • key color value is 0.00%

CMYK: (0,38,13,0)
C0M38Y13K0 (0%, 38%, 13%, 0%)
(0.00 / 0.38 / 0.13 / 0.00)

CMYK percentages

%0
%38.43
%12.55
%0

Codes

Color #FF9DDF in popluar color models

FF 9D DF
RGB 255 157 223
HSL 320° 100.00% 80.78%
HSB/HSV 320° 38.43% 100.00%
CMYK 0.00% 38.43% 12.55%
0.00%

Color #FF9DDF in popluar number systems.

HEX FF 9D DF
Decimal 255 157 223
Binary 11111111 10011101 11011111
Octal 377 235 337

Shades and tints

Shades of #FF9DDF

#FF9DDF
(255,157,223)
#E88FCB
(232,143,203)
#D181B7
(209,129,183)
#BA73A3
(186,115,163)
#A3658F
(163,101,143)
#8C577B
(140,87,123)
#754967
(117,73,103)
#5E3B53
(94,59,83)
#472D3F
(71,45,63)
#301F2B
(48,31,43)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #FF9DDF

#FF9DDF
(255,157,223)
#FFA5E1
(255,165,225)
#FFADE3
(255,173,227)
#FFB5E5
(255,181,229)
#FFBDE7
(255,189,231)
#FFC5E9
(255,197,233)
#FFCDEB
(255,205,235)
#FFD5ED
(255,213,237)
#FFDDEF
(255,221,239)
#FFE5F1
(255,229,241)
#FFEDF3
(255,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9DDF color. Also use rgb(255,157,223) instead hex code.

Text Font Color

.myTextColor { color: #FF9DDF; }

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

This text font color is #FF9DDF.

Background Color

.myBgColor { background-color: #FF9DDF; }

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

This div background color is #FF9DDF.

Border color

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

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

This div border color is #FF9DDF.

Opacity

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

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

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

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

This text has shadow with #FF9DDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF9DDF.

Preview

Color preview on black background

This text has color #FF9DDF on black background.


Color preview on white background

This text has color #FF9DDF on white background.


Black color preview on #FF9DDF background

This text has black color on #FF9DDF background.


White color preview on #FF9DDF background

This text has white color on #FF9DDF background.


Related colors

Complementary color

Complementary color for #hex is #006220.


I love getcolorcode.com

Triadic colors

1 #DFFF9D and #9DDFFF with #FF9DDF are triadic colors.

2 #DF9DFF and #9DFFDF with #FF9DDF are triadic colors.