COLOR #D56DE6

HEX: #D56DE6 RGB: (213,109,230)

Color info

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

RGB color model

#D56DE6 color RGB value is (213,109,230).

RGB: (213,109,230) (84%, 43%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 109 of 255 = 43%
B 230 of 255 = 90%

213
109
230

R + G + B ~ 72%. #D56DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 109 + 230 = 552 (100%)
R 213 of 552 ~ 38.59%
G 109 of 552 ~ 19.75%
B 230 of 552 ~ 41.67'%

%38.59
%19.75
%41.67

CMYK color model

#D56DE6 color CMYK value is (7,53,0,10).

  • cyan value is 7.39%
  • magenta value is 52.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (7,53,0,10)
C7M53Y0K10 (7%, 53%, 0%, 10%)
(0.07 / 0.53 / 0.00 / 0.10)

CMYK percentages

%7.39
%52.61
%0
%9.8

Codes

Color #D56DE6 in popluar color models

D5 6D E6
RGB 213 109 230
HSL 292° 70.76% 66.47%
HSB/HSV 292° 52.61% 90.20%
CMYK 7.39% 52.61% 0.00%
9.80%

Color #D56DE6 in popluar number systems.

HEX D5 6D E6
Decimal 213 109 230
Binary 11010101 1101101 11100110
Octal 325 155 346

Shades and tints

Shades of #D56DE6

#D56DE6
(213,109,230)
#C264D2
(194,100,210)
#AF5BBE
(175,91,190)
#9C52AA
(156,82,170)
#894996
(137,73,150)
#764082
(118,64,130)
#63376E
(99,55,110)
#502E5A
(80,46,90)
#3D2546
(61,37,70)
#2A1C32
(42,28,50)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #D56DE6

#D56DE6
(213,109,230)
#D87AE8
(216,122,232)
#DB87EA
(219,135,234)
#DE94EC
(222,148,236)
#E1A1EE
(225,161,238)
#E4AEF0
(228,174,240)
#E7BBF2
(231,187,242)
#EAC8F4
(234,200,244)
#EDD5F6
(237,213,246)
#F0E2F8
(240,226,248)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D56DE6; }

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

This text font color is #D56DE6.

Background Color

.myBgColor { background-color: #D56DE6; }

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

This div background color is #D56DE6.

Border color

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

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

This div border color is #D56DE6.

Opacity

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

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

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

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

This text has shadow with #D56DE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D56DE6.

Preview

Color preview on black background

This text has color #D56DE6 on black background.


Color preview on white background

This text has color #D56DE6 on white background.


Black color preview on #D56DE6 background

This text has black color on #D56DE6 background.


White color preview on #D56DE6 background

This text has white color on #D56DE6 background.


Related colors

Complementary color

Complementary color for #hex is #2A9219.


I love getcolorcode.com

Triadic colors

1 #E6D56D and #6DE6D5 with #D56DE6 are triadic colors.

2 #E66DD5 and #6DD5E6 with #D56DE6 are triadic colors.