COLOR #D399CF

HEX: #D399CF RGB: (211,153,207)

Color info

#D399CF contains red, green and blue colors in about the same proportion. Web safe color of #D399CF is #CC99CC (or #C9C).

RGB color model

#D399CF color RGB value is (211,153,207).

RGB: (211,153,207) (83%, 60%, 81%)

RGB channels and saturation

R 211 of 255 = 83%
G 153 of 255 = 60%
B 207 of 255 = 81%

211
153
207

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

Portions of RGB colors in percentages

R + G + B = 211 + 153 + 207 = 571 (100%)
R 211 of 571 ~ 36.95%
G 153 of 571 ~ 26.8%
B 207 of 571 ~ 36.25'%

%36.95
%26.8
%36.25

CMYK color model

#D399CF color CMYK value is (0,27,2,17).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 1.90%
  • key color value is 17.25%

CMYK: (0,27,2,17)
C0M27Y2K17 (0%, 27%, 2%, 17%)
(0.00 / 0.27 / 0.02 / 0.17)

CMYK percentages

%0
%27.49
%1.9
%17.25

Codes

Color #D399CF in popluar color models

D3 99 CF
RGB 211 153 207
HSL 304° 39.73% 71.37%
HSB/HSV 304° 27.49% 82.75%
CMYK 0.00% 27.49% 1.90%
17.25%

Color #D399CF in popluar number systems.

HEX D3 99 CF
Decimal 211 153 207
Binary 11010011 10011001 11001111
Octal 323 231 317

Shades and tints

Shades of #D399CF

#D399CF
(211,153,207)
#C08CBD
(192,140,189)
#AD7FAB
(173,127,171)
#9A7299
(154,114,153)
#876587
(135,101,135)
#745875
(116,88,117)
#614B63
(97,75,99)
#4E3E51
(78,62,81)
#3B313F
(59,49,63)
#28242D
(40,36,45)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #D399CF

#D399CF
(211,153,207)
#D7A2D3
(215,162,211)
#DBABD7
(219,171,215)
#DFB4DB
(223,180,219)
#E3BDDF
(227,189,223)
#E7C6E3
(231,198,227)
#EBCFE7
(235,207,231)
#EFD8EB
(239,216,235)
#F3E1EF
(243,225,239)
#F7EAF3
(247,234,243)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D399CF color. Also use rgb(211,153,207) instead hex code.

Text Font Color

.myTextColor { color: #D399CF; }

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

This text font color is #D399CF.

Background Color

.myBgColor { background-color: #D399CF; }

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

This div background color is #D399CF.

Border color

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

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

This div border color is #D399CF.

Opacity

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

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

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

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

This text has shadow with #D399CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D399CF.

Preview

Color preview on black background

This text has color #D399CF on black background.


Color preview on white background

This text has color #D399CF on white background.


Black color preview on #D399CF background

This text has black color on #D399CF background.


White color preview on #D399CF background

This text has white color on #D399CF background.


Related colors

Complementary color

Complementary color for #hex is #2C6630.


I love getcolorcode.com

Triadic colors

1 #CFD399 and #99CFD3 with #D399CF are triadic colors.

2 #CF99D3 and #99D3CF with #D399CF are triadic colors.