COLOR #D355BA

HEX: #D355BA
RGB: (211,85,186)

Color info

#D355BA contains mainly red and blue colors. Web safe color of #D355BA is #CC66CC (or #C6C).

RGB color model

#D355BA color RGB value is (211,85,186).

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

RGB channels and saturation

R 211 of 255 = 83%
G 85 of 255 = 33%
B 186 of 255 = 73%

211
85
186

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

Portions of RGB colors in percentages

R + G + B =
211 + 85 + 186 = 482 (100%)
R 211 of 482 ~ 43.78%
G 85 of 482 ~ 17.63%
B 186 of 482 ~ 38.59%

%43.78
%17.63
%38.59

CMYK color model

#D355BA color CMYK value is (0,60,12,17).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(0,60,12,17)
C0M60Y12K17 
(0%,60%,12%,17%)
(0.00/0.60/0.12/0.17)	

CMYK percentages

%0
%59.72
%11.85
%17.25

Codes

Color #D355BA in popluar color models

D355BA
RGB21185186
HSL312°58.88%58.04%
HSB/HSV312°59.72%82.75%
CMYK0.00%59.72%11.85%
17.25%

Color #D355BA in popluar number systems.

HEXD355BA
Decimal21185186
Binary11010011101010110111010
Octal323125272

Shades and tints

Shades of #D355BA

#D355BA
(211,85,186)
#C04EAA
(192,78,170)
#AD479A
(173,71,154)
#9A408A
(154,64,138)
#87397A
(135,57,122)
#74326A
(116,50,106)
#612B5A
(97,43,90)
#4E244A
(78,36,74)
#3B1D3A
(59,29,58)
#28162A
(40,22,42)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #D355BA

#D355BA
(211,85,186)
#D764C0
(215,100,192)
#DB73C6
(219,115,198)
#DF82CC
(223,130,204)
#E391D2
(227,145,210)
#E7A0D8
(231,160,216)
#EBAFDE
(235,175,222)
#EFBEE4
(239,190,228)
#F3CDEA
(243,205,234)
#F7DCF0
(247,220,240)
#FBEBF6
(251,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D355BA; }

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

This text font color is #D355BA.


Background Color

.myBgColor { background-color: #D355BA; }

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

This div background color is #D355BA.


Border color

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

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

This div border color is #D355BA.


Opacity

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

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

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

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

This text has shadow with #D355BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D355BA on black background.


Color preview on white background

This text has color #D355BA on white background.



Black color preview on #D355BA background

This text has black color on #D355BA background.


White color preview on #D355BA background

This text has white color on #D355BA background.