COLOR #D355AB

HEX: #D355AB
RGB: (211,85,171)

Color info

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

RGB color model

#D355AB color RGB value is (211,85,171).

  • red value is 211;
  • green value is 85;
  • blue value is 171.
RGB:
(211,85,171)
(83%,33%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 85 of 255 = 33%
B 171 of 255 = 67%

211
85
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 85 + 171 = 467 (100%)
R 211 of 467 ~ 45.18%
G 85 of 467 ~ 18.2%
B 171 of 467 ~ 36.62%

%45.18
%18.2
%36.62

CMYK color model

#D355AB color CMYK value is (0,60,19,17).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,60,19,17)
C0M60Y19K17 
(0%,60%,19%,17%)
(0.00/0.60/0.19/0.17)	

CMYK percentages

%0
%59.72
%18.96
%17.25

Codes

Color #D355AB in popluar color models

D355AB
RGB21185171
HSL319°58.88%58.04%
HSB/HSV319°59.72%82.75%
CMYK0.00%59.72%18.96%
17.25%

Color #D355AB in popluar number systems.

HEXD355AB
Decimal21185171
Binary11010011101010110101011
Octal323125253

Shades and tints

Shades of #D355AB

#D355AB
(211,85,171)
#C04E9C
(192,78,156)
#AD478D
(173,71,141)
#9A407E
(154,64,126)
#87396F
(135,57,111)
#743260
(116,50,96)
#612B51
(97,43,81)
#4E2442
(78,36,66)
#3B1D33
(59,29,51)
#281624
(40,22,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #D355AB

#D355AB
(211,85,171)
#D764B2
(215,100,178)
#DB73B9
(219,115,185)
#DF82C0
(223,130,192)
#E391C7
(227,145,199)
#E7A0CE
(231,160,206)
#EBAFD5
(235,175,213)
#EFBEDC
(239,190,220)
#F3CDE3
(243,205,227)
#F7DCEA
(247,220,234)
#FBEBF1
(251,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D355AB color. Also use rgb(211,85,171) instead hex code.

Text Font Color

.myTextColor { color: #D355AB; }

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

This text font color is #D355AB.


Background Color

.myBgColor { background-color: #D355AB; }

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

This div background color is #D355AB.


Border color

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

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

This div border color is #D355AB.


Opacity

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

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

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

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

This text has shadow with #D355AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D355AB on black background.


Color preview on white background

This text has color #D355AB on white background.



Black color preview on #D355AB background

This text has black color on #D355AB background.


White color preview on #D355AB background

This text has white color on #D355AB background.