COLOR #D965A5

HEX: #D965A5 RGB: (217,101,165)

Color info

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

RGB color model

#D965A5 color RGB value is (217,101,165).

RGB: (217,101,165) (85%, 40%, 65%)

RGB channels and saturation

R 217 of 255 = 85%
G 101 of 255 = 40%
B 165 of 255 = 65%

217
101
165

R + G + B ~ 63%. #D965A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 101 + 165 = 483 (100%)
R 217 of 483 ~ 44.93%
G 101 of 483 ~ 20.91%
B 165 of 483 ~ 34.16'%

%44.93
%20.91
%34.16

CMYK color model

#D965A5 color CMYK value is (0,53,24,15).

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

CMYK: (0,53,24,15)
C0M53Y24K15 (0%, 53%, 24%, 15%)
(0.00 / 0.53 / 0.24 / 0.15)

CMYK percentages

%0
%53.46
%23.96
%14.9

Codes

Color #D965A5 in popluar color models

D9 65 A5
RGB 217 101 165
HSL 327° 60.42% 62.35%
HSB/HSV 327° 53.46% 85.10%
CMYK 0.00% 53.46% 23.96%
14.90%

Color #D965A5 in popluar number systems.

HEX D9 65 A5
Decimal 217 101 165
Binary 11011001 1100101 10100101
Octal 331 145 245

Shades and tints

Shades of #D965A5

#D965A5
(217,101,165)
#C65C96
(198,92,150)
#B35387
(179,83,135)
#A04A78
(160,74,120)
#8D4169
(141,65,105)
#7A385A
(122,56,90)
#672F4B
(103,47,75)
#54263C
(84,38,60)
#411D2D
(65,29,45)
#2E141E
(46,20,30)
#1B0B0F
(27,11,15)
#000000
(0,0,0)

Tints of #D965A5

#D965A5
(217,101,165)
#DC73AD
(220,115,173)
#DF81B5
(223,129,181)
#E28FBD
(226,143,189)
#E59DC5
(229,157,197)
#E8ABCD
(232,171,205)
#EBB9D5
(235,185,213)
#EEC7DD
(238,199,221)
#F1D5E5
(241,213,229)
#F4E3ED
(244,227,237)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D965A5; }

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

This text font color is #D965A5.

Background Color

.myBgColor { background-color: #D965A5; }

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

This div background color is #D965A5.

Border color

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

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

This div border color is #D965A5.

Opacity

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

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

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

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

This text has shadow with #D965A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D965A5.

Preview

Color preview on black background

This text has color #D965A5 on black background.


Color preview on white background

This text has color #D965A5 on white background.


Black color preview on #D965A5 background

This text has black color on #D965A5 background.


White color preview on #D965A5 background

This text has white color on #D965A5 background.


Related colors

Complementary color

Complementary color for #D965A5 is #269A5A.


I love getcolorcode.com

Triadic colors

1 #A5D965 and #65A5D9 with #D965A5 are triadic colors.

2 #A565D9 and #65D9A5 with #D965A5 are triadic colors.