COLOR #D56CEB

HEX: #D56CEB
RGB: (213,108,235)

Color info

#D56CEB contains mainly red and blue colors. Web safe color of #D56CEB is #CC66FF (or #C6F).

RGB color model

#D56CEB color RGB value is (213,108,235).

  • red value is 213;
  • green value is 108;
  • blue value is 235.
RGB:
(213,108,235)
(84%,42%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 108 of 255 = 42%
B 235 of 255 = 92%

213
108
235

R + G + B ~ 73%. #D56CEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 108 + 235 = 556 (100%)
R 213 of 556 ~ 38.31%
G 108 of 556 ~ 19.42%
B 235 of 556 ~ 42.27%

%38.31
%19.42
%42.27

CMYK color model

#D56CEB color CMYK value is (9,54,0,8).

  • cyan value is 9.36%
  • magenta value is 54.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,54,0,8)
C9M54Y0K8 
(9%,54%,0%,8%)
(0.09/0.54/0.00/0.08)	

CMYK percentages

%9.36
%54.04
%0
%7.84

Codes

Color #D56CEB in popluar color models

D56CEB
RGB213108235
HSL290°76.05%67.25%
HSB/HSV290°54.04%92.16%
CMYK9.36%54.04%0.00%
7.84%

Color #D56CEB in popluar number systems.

HEXD56CEB
Decimal213108235
Binary11010101110110011101011
Octal325154353

Shades and tints

Shades of #D56CEB

#D56CEB
(213,108,235)
#C263D6
(194,99,214)
#AF5AC1
(175,90,193)
#9C51AC
(156,81,172)
#894897
(137,72,151)
#763F82
(118,63,130)
#63366D
(99,54,109)
#502D58
(80,45,88)
#3D2443
(61,36,67)
#2A1B2E
(42,27,46)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #D56CEB

#D56CEB
(213,108,235)
#D879EC
(216,121,236)
#DB86ED
(219,134,237)
#DE93EE
(222,147,238)
#E1A0EF
(225,160,239)
#E4ADF0
(228,173,240)
#E7BAF1
(231,186,241)
#EAC7F2
(234,199,242)
#EDD4F3
(237,212,243)
#F0E1F4
(240,225,244)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D56CEB; }

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

This text font color is #D56CEB.


Background Color

.myBgColor { background-color: #D56CEB; }

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

This div background color is #D56CEB.


Border color

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

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

This div border color is #D56CEB.


Opacity

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

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

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

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

This text has shadow with #D56CEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56CEB on black background.


Color preview on white background

This text has color #D56CEB on white background.



Black color preview on #D56CEB background

This text has black color on #D56CEB background.


White color preview on #D56CEB background

This text has white color on #D56CEB background.