COLOR #D65AA4

HEX: #D65AA4 RGB: (214,90,164)

Color info

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

RGB color model

#D65AA4 color RGB value is (214,90,164).

RGB: (214,90,164) (84%, 35%, 64%)

RGB channels and saturation

R 214 of 255 = 84%
G 90 of 255 = 35%
B 164 of 255 = 64%

214
90
164

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

Portions of RGB colors in percentages

R + G + B = 214 + 90 + 164 = 468 (100%)
R 214 of 468 ~ 45.73%
G 90 of 468 ~ 19.23%
B 164 of 468 ~ 35.04'%

%45.73
%19.23
%35.04

CMYK color model

#D65AA4 color CMYK value is (0,58,23,16).

  • cyan value is 0.00%
  • magenta value is 57.94%
  • yellow value is 23.36%
  • key color value is 16.08%
CMYK: (0,58,23,16) C0M58Y23K16 (0%,58%,23%,16%) (0.00/0.58/0.23/0.16) 

CMYK percentages

%0
%57.94
%23.36
%16.08

Codes

Color #D65AA4 in popluar color models

D6 5A A4
RGB 214 90 164
HSL 324° 60.19% 59.61%
HSB/HSV 324° 57.94% 83.92%
CMYK 0.00% 57.94% 23.36%
16.08%

Color #D65AA4 in popluar number systems.

HEX D6 5A A4
Decimal 214 90 164
Binary 11010110 1011010 10100100
Octal 326 132 244

Shades and tints

Shades of #D65AA4

#D65AA4
(214,90,164)
#C35296
(195,82,150)
#B04A88
(176,74,136)
#9D427A
(157,66,122)
#8A3A6C
(138,58,108)
#77325E
(119,50,94)
#642A50
(100,42,80)
#512242
(81,34,66)
#3E1A34
(62,26,52)
#2B1226
(43,18,38)
#180A18
(24,10,24)
#000000
(0,0,0)

Tints of #D65AA4

#D65AA4
(214,90,164)
#D969AC
(217,105,172)
#DC78B4
(220,120,180)
#DF87BC
(223,135,188)
#E296C4
(226,150,196)
#E5A5CC
(229,165,204)
#E8B4D4
(232,180,212)
#EBC3DC
(235,195,220)
#EED2E4
(238,210,228)
#F1E1EC
(241,225,236)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65AA4 color. Also use rgb(214,90,164) instead hex code.

Text Font Color

.myTextColor { color: #D65AA4; }

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

This text font color is #D65AA4.

Background Color

.myBgColor { background-color: #D65AA4; }

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

This div background color is #D65AA4.

Border color

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

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

This div border color is #D65AA4.

Opacity

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

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

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

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

This text has shadow with #D65AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D65AA4.

Preview

Color preview on black background

This text has color #D65AA4 on black background.


Color preview on white background

This text has color #D65AA4 on white background.


Black color preview on #D65AA4 background

This text has black color on #D65AA4 background.


White color preview on #D65AA4 background

This text has white color on #D65AA4 background.


Related colors

Complementary color

Complementary color for #hex is #29A55B.


I love getcolorcode.com

Triadic colors

1 #A4D65A and #5AA4D6 with #D65AA4 are triadic colors.

2 #A45AD6 and #5AD6A4 with #D65AA4 are triadic colors.