COLOR #D65F9F

HEX: #D65F9F
RGB: (214,95,159)

Color info

#D65F9F contains mainly red and blue colors. Web safe color of #D65F9F is #CC6699 (or #C69).

RGB color model

#D65F9F color RGB value is (214,95,159).

  • red value is 214;
  • green value is 95;
  • blue value is 159.
RGB:
(214,95,159)
(84%,37%,62%)

RGB channels and saturation

R 214 of 255 = 84%
G 95 of 255 = 37%
B 159 of 255 = 62%

214
95
159

R + G + B ~ 61%. #D65F9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 95 + 159 = 468 (100%)
R 214 of 468 ~ 45.73%
G 95 of 468 ~ 20.3%
B 159 of 468 ~ 33.97%

%45.73
%20.3
%33.97

CMYK color model

#D65F9F color CMYK value is (0,56,26,16).

  • cyan value is 0.00%
  • magenta value is 55.61%
  • yellow value is 25.70%
  • key color value is 16.08%
CMYK:
(0,56,26,16)
C0M56Y26K16 
(0%,56%,26%,16%)
(0.00/0.56/0.26/0.16)	

CMYK percentages

%0
%55.61
%25.7
%16.08

Codes

Color #D65F9F in popluar color models

D65F9F
RGB21495159
HSL328°59.20%60.59%
HSB/HSV328°55.61%83.92%
CMYK0.00%55.61%25.70%
16.08%

Color #D65F9F in popluar number systems.

HEXD65F9F
Decimal21495159
Binary11010110101111110011111
Octal326137237

Shades and tints

Shades of #D65F9F

#D65F9F
(214,95,159)
#C35791
(195,87,145)
#B04F83
(176,79,131)
#9D4775
(157,71,117)
#8A3F67
(138,63,103)
#773759
(119,55,89)
#642F4B
(100,47,75)
#51273D
(81,39,61)
#3E1F2F
(62,31,47)
#2B1721
(43,23,33)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #D65F9F

#D65F9F
(214,95,159)
#D96DA7
(217,109,167)
#DC7BAF
(220,123,175)
#DF89B7
(223,137,183)
#E297BF
(226,151,191)
#E5A5C7
(229,165,199)
#E8B3CF
(232,179,207)
#EBC1D7
(235,193,215)
#EECFDF
(238,207,223)
#F1DDE7
(241,221,231)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65F9F color. Also use rgb(214,95,159) instead hex code.

Text Font Color

.myTextColor { color: #D65F9F; }

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

This text font color is #D65F9F.


Background Color

.myBgColor { background-color: #D65F9F; }

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

This div background color is #D65F9F.


Border color

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

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

This div border color is #D65F9F.


Opacity

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

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

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

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

This text has shadow with #D65F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65F9F on black background.


Color preview on white background

This text has color #D65F9F on white background.



Black color preview on #D65F9F background

This text has black color on #D65F9F background.


White color preview on #D65F9F background

This text has white color on #D65F9F background.