COLOR #D556D5

HEX: #D556D5
RGB: (213,86,213)

Color info

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

RGB color model

#D556D5 color RGB value is (213,86,213).

  • red value is 213;
  • green value is 86;
  • blue value is 213.
RGB:
(213,86,213)
(84%,34%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 86 of 255 = 34%
B 213 of 255 = 84%

213
86
213

R + G + B ~ 67%. #D556D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 86 + 213 = 512 (100%)
R 213 of 512 ~ 41.6%
G 86 of 512 ~ 16.8%
B 213 of 512 ~ 41.6%

%41.6
%16.8
%41.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.62%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(0,60,0,16)
C0M60Y0K16 
(0%,60%,0%,16%)
(0.00/0.60/0.00/0.16)	

CMYK percentages

%0
%59.62
%0
%16.47

Codes

Color #D556D5 in popluar color models

D556D5
RGB21386213
HSL300°60.19%58.63%
HSB/HSV300°59.62%83.53%
CMYK0.00%59.62%0.00%
16.47%

Color #D556D5 in popluar number systems.

HEXD556D5
Decimal21386213
Binary11010101101011011010101
Octal325126325

Shades and tints

Shades of #D556D5

#D556D5
(213,86,213)
#C24FC2
(194,79,194)
#AF48AF
(175,72,175)
#9C419C
(156,65,156)
#893A89
(137,58,137)
#763376
(118,51,118)
#632C63
(99,44,99)
#502550
(80,37,80)
#3D1E3D
(61,30,61)
#2A172A
(42,23,42)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #D556D5

#D556D5
(213,86,213)
#D865D8
(216,101,216)
#DB74DB
(219,116,219)
#DE83DE
(222,131,222)
#E192E1
(225,146,225)
#E4A1E4
(228,161,228)
#E7B0E7
(231,176,231)
#EABFEA
(234,191,234)
#EDCEED
(237,206,237)
#F0DDF0
(240,221,240)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D556D5; }

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

This text font color is #D556D5.


Background Color

.myBgColor { background-color: #D556D5; }

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

This div background color is #D556D5.


Border color

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

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

This div border color is #D556D5.


Opacity

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

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

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

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

This text has shadow with #D556D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D556D5 on black background.


Color preview on white background

This text has color #D556D5 on white background.



Black color preview on #D556D5 background

This text has black color on #D556D5 background.


White color preview on #D556D5 background

This text has white color on #D556D5 background.