COLOR #D555A7

HEX: #D555A7 RGB: (213,85,167)

Color info

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

RGB color model

#D555A7 color RGB value is (213,85,167).

RGB: (213,85,167) (84%, 33%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 85 of 255 = 33%
B 167 of 255 = 65%

213
85
167

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

Portions of RGB colors in percentages

R + G + B = 213 + 85 + 167 = 465 (100%)
R 213 of 465 ~ 45.81%
G 85 of 465 ~ 18.28%
B 167 of 465 ~ 35.91'%

%45.81
%18.28
%35.91

CMYK color model

#D555A7 color CMYK value is (0,60,22,16).

  • cyan value is 0.00%
  • magenta value is 60.09%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK: (0,60,22,16) C0M60Y22K16 (0%,60%,22%,16%) (0.00/0.60/0.22/0.16) 

CMYK percentages

%0
%60.09
%21.6
%16.47

Codes

Color #D555A7 in popluar color models

D5 55 A7
RGB 213 85 167
HSL 322° 60.38% 58.43%
HSB/HSV 322° 60.09% 83.53%
CMYK 0.00% 60.09% 21.60%
16.47%

Color #D555A7 in popluar number systems.

HEX D5 55 A7
Decimal 213 85 167
Binary 11010101 1010101 10100111
Octal 325 125 247

Shades and tints

Shades of #D555A7

#D555A7
(213,85,167)
#C24E98
(194,78,152)
#AF4789
(175,71,137)
#9C407A
(156,64,122)
#89396B
(137,57,107)
#76325C
(118,50,92)
#632B4D
(99,43,77)
#50243E
(80,36,62)
#3D1D2F
(61,29,47)
#2A1620
(42,22,32)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #D555A7

#D555A7
(213,85,167)
#D864AF
(216,100,175)
#DB73B7
(219,115,183)
#DE82BF
(222,130,191)
#E191C7
(225,145,199)
#E4A0CF
(228,160,207)
#E7AFD7
(231,175,215)
#EABEDF
(234,190,223)
#EDCDE7
(237,205,231)
#F0DCEF
(240,220,239)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D555A7 color. Also use rgb(213,85,167) instead hex code.

Text Font Color

.myTextColor { color: #D555A7; }

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

This text font color is #D555A7.

Background Color

.myBgColor { background-color: #D555A7; }

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

This div background color is #D555A7.

Border color

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

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

This div border color is #D555A7.

Opacity

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

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

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

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

This text has shadow with #D555A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D555A7.

Preview

Color preview on black background

This text has color #D555A7 on black background.


Color preview on white background

This text has color #D555A7 on white background.


Black color preview on #D555A7 background

This text has black color on #D555A7 background.


White color preview on #D555A7 background

This text has white color on #D555A7 background.


Related colors

Complementary color

Complementary color for #hex is #2AAA58.


I love getcolorcode.com

Triadic colors

1 #A7D555 and #55A7D5 with #D555A7 are triadic colors.

2 #A755D5 and #55D5A7 with #D555A7 are triadic colors.