COLOR #D796E0

HEX: #D796E0 RGB: (215,150,224)

Color info

#D796E0 contains mainly red and blue colors. Web safe color of #D796E0 is #CC99CC (or #C9C).

RGB color model

#D796E0 color RGB value is (215,150,224).

RGB: (215,150,224) (84%, 59%, 88%)

RGB channels and saturation

R 215 of 255 = 84%
G 150 of 255 = 59%
B 224 of 255 = 88%

215
150
224

R + G + B ~ 77%. #D796E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 150 + 224 = 589 (100%)
R 215 of 589 ~ 36.5%
G 150 of 589 ~ 25.47%
B 224 of 589 ~ 38.03'%

%36.5
%25.47
%38.03

CMYK color model

#D796E0 color CMYK value is (4,33,0,12).

  • cyan value is 4.02%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (4,33,0,12)
C4M33Y0K12 (4%, 33%, 0%, 12%)
(0.04 / 0.33 / 0.00 / 0.12)

CMYK percentages

%4.02
%33.04
%0
%12.16

Codes

Color #D796E0 in popluar color models

D7 96 E0
RGB 215 150 224
HSL 293° 54.41% 73.33%
HSB/HSV 293° 33.04% 87.84%
CMYK 4.02% 33.04% 0.00%
12.16%

Color #D796E0 in popluar number systems.

HEX D7 96 E0
Decimal 215 150 224
Binary 11010111 10010110 11100000
Octal 327 226 340

Shades and tints

Shades of #D796E0

#D796E0
(215,150,224)
#C489CC
(196,137,204)
#B17CB8
(177,124,184)
#9E6FA4
(158,111,164)
#8B6290
(139,98,144)
#78557C
(120,85,124)
#654868
(101,72,104)
#523B54
(82,59,84)
#3F2E40
(63,46,64)
#2C212C
(44,33,44)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D796E0

#D796E0
(215,150,224)
#DA9FE2
(218,159,226)
#DDA8E4
(221,168,228)
#E0B1E6
(224,177,230)
#E3BAE8
(227,186,232)
#E6C3EA
(230,195,234)
#E9CCEC
(233,204,236)
#ECD5EE
(236,213,238)
#EFDEF0
(239,222,240)
#F2E7F2
(242,231,242)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D796E0 color. Also use rgb(215,150,224) instead hex code.

Text Font Color

.myTextColor { color: #D796E0; }

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

This text font color is #D796E0.

Background Color

.myBgColor { background-color: #D796E0; }

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

This div background color is #D796E0.

Border color

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

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

This div border color is #D796E0.

Opacity

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

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

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

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

This text has shadow with #D796E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D796E0.

Preview

Color preview on black background

This text has color #D796E0 on black background.


Color preview on white background

This text has color #D796E0 on white background.


Black color preview on #D796E0 background

This text has black color on #D796E0 background.


White color preview on #D796E0 background

This text has white color on #D796E0 background.


Related colors

Complementary color

Complementary color for #hex is #28691F.


I love getcolorcode.com

Triadic colors

1 #E0D796 and #96E0D7 with #D796E0 are triadic colors.

2 #E096D7 and #96D7E0 with #D796E0 are triadic colors.