COLOR #D96485

HEX: #D96485 RGB: (217,100,133)

Color info

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

RGB color model

#D96485 color RGB value is (217,100,133).

RGB: (217,100,133) (85%, 39%, 52%)

RGB channels and saturation

R 217 of 255 = 85%
G 100 of 255 = 39%
B 133 of 255 = 52%

217
100
133

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

Portions of RGB colors in percentages

R + G + B = 217 + 100 + 133 = 450 (100%)
R 217 of 450 ~ 48.22%
G 100 of 450 ~ 22.22%
B 133 of 450 ~ 29.56'%

%48.22
%22.22
%29.56

CMYK color model

#D96485 color CMYK value is (0,54,39,15).

  • cyan value is 0.00%
  • magenta value is 53.92%
  • yellow value is 38.71%
  • key color value is 14.90%
CMYK: (0,54,39,15) C0M54Y39K15 (0%,54%,39%,15%) (0.00/0.54/0.39/0.15) 

CMYK percentages

%0
%53.92
%38.71
%14.9

Codes

Color #D96485 in popluar color models

D9 64 85
RGB 217 100 133
HSL 343° 60.62% 62.16%
HSB/HSV 343° 53.92% 85.10%
CMYK 0.00% 53.92% 38.71%
14.90%

Color #D96485 in popluar number systems.

HEX D9 64 85
Decimal 217 100 133
Binary 11011001 1100100 10000101
Octal 331 144 205

Shades and tints

Shades of #D96485

#D96485
(217,100,133)
#C65B79
(198,91,121)
#B3526D
(179,82,109)
#A04961
(160,73,97)
#8D4055
(141,64,85)
#7A3749
(122,55,73)
#672E3D
(103,46,61)
#542531
(84,37,49)
#411C25
(65,28,37)
#2E1319
(46,19,25)
#1B0A0D
(27,10,13)
#000000
(0,0,0)

Tints of #D96485

#D96485
(217,100,133)
#DC7290
(220,114,144)
#DF809B
(223,128,155)
#E28EA6
(226,142,166)
#E59CB1
(229,156,177)
#E8AABC
(232,170,188)
#EBB8C7
(235,184,199)
#EEC6D2
(238,198,210)
#F1D4DD
(241,212,221)
#F4E2E8
(244,226,232)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96485 color. Also use rgb(217,100,133) instead hex code.

Text Font Color

.myTextColor { color: #D96485; }

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

This text font color is #D96485.

Background Color

.myBgColor { background-color: #D96485; }

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

This div background color is #D96485.

Border color

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

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

This div border color is #D96485.

Opacity

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

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

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

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

This text has shadow with #D96485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D96485.

Preview

Color preview on black background

This text has color #D96485 on black background.


Color preview on white background

This text has color #D96485 on white background.


Black color preview on #D96485 background

This text has black color on #D96485 background.


White color preview on #D96485 background

This text has white color on #D96485 background.


Related colors

Complementary color

Complementary color for #hex is #269B7A.


I love getcolorcode.com

Triadic colors

1 #85D964 and #6485D9 with #D96485 are triadic colors.

2 #8564D9 and #64D985 with #D96485 are triadic colors.