COLOR #D9658C

HEX: #D9658C RGB: (217,101,140)

Color info

#D9658C contains mainly red color. Web safe color of #D9658C is #CC6699 (or #C69).

RGB color model

#D9658C color RGB value is (217,101,140).

RGB: (217,101,140) (85%, 40%, 55%)

RGB channels and saturation

R 217 of 255 = 85%
G 101 of 255 = 40%
B 140 of 255 = 55%

217
101
140

R + G + B ~ 60%. #D9658C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 217 + 101 + 140 = 458 (100%)
R 217 of 458 ~ 47.38%
G 101 of 458 ~ 22.05%
B 140 of 458 ~ 30.57'%

%47.38
%22.05
%30.57

CMYK color model

#D9658C color CMYK value is (0,53,35,15).

  • cyan value is 0.00%
  • magenta value is 53.46%
  • yellow value is 35.48%
  • key color value is 14.90%

CMYK: (0,53,35,15)
C0M53Y35K15 (0%, 53%, 35%, 15%)
(0.00 / 0.53 / 0.35 / 0.15)

CMYK percentages

%0
%53.46
%35.48
%14.9

Codes

Color #D9658C in popluar color models

D9 65 8C
RGB 217 101 140
HSL 340° 60.42% 62.35%
HSB/HSV 340° 53.46% 85.10%
CMYK 0.00% 53.46% 35.48%
14.90%

Color #D9658C in popluar number systems.

HEX D9 65 8C
Decimal 217 101 140
Binary 11011001 1100101 10001100
Octal 331 145 214

Shades and tints

Shades of #D9658C

#D9658C
(217,101,140)
#C65C80
(198,92,128)
#B35374
(179,83,116)
#A04A68
(160,74,104)
#8D415C
(141,65,92)
#7A3850
(122,56,80)
#672F44
(103,47,68)
#542638
(84,38,56)
#411D2C
(65,29,44)
#2E1420
(46,20,32)
#1B0B14
(27,11,20)
#000000
(0,0,0)

Tints of #D9658C

#D9658C
(217,101,140)
#DC7396
(220,115,150)
#DF81A0
(223,129,160)
#E28FAA
(226,143,170)
#E59DB4
(229,157,180)
#E8ABBE
(232,171,190)
#EBB9C8
(235,185,200)
#EEC7D2
(238,199,210)
#F1D5DC
(241,213,220)
#F4E3E6
(244,227,230)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9658C color. Also use rgb(217,101,140) instead hex code.

Text Font Color

.myTextColor { color: #D9658C; }

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

This text font color is #D9658C.

Background Color

.myBgColor { background-color: #D9658C; }

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

This div background color is #D9658C.

Border color

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

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

This div border color is #D9658C.

Opacity

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

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

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

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

This text has shadow with #D9658C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9658C.

Preview

Color preview on black background

This text has color #D9658C on black background.


Color preview on white background

This text has color #D9658C on white background.


Black color preview on #D9658C background

This text has black color on #D9658C background.


White color preview on #D9658C background

This text has white color on #D9658C background.


Related colors

Complementary color

Complementary color for #hex is #269A73.


I love getcolorcode.com

Triadic colors

1 #8CD965 and #658CD9 with #D9658C are triadic colors.

2 #8C65D9 and #65D98C with #D9658C are triadic colors.