COLOR #D77EDA

HEX: #D77EDA RGB: (215,126,218)

Color info

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

RGB color model

#D77EDA color RGB value is (215,126,218).

RGB: (215,126,218) (84%, 49%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 126 of 255 = 49%
B 218 of 255 = 85%

215
126
218

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

Portions of RGB colors in percentages

R + G + B = 215 + 126 + 218 = 559 (100%)
R 215 of 559 ~ 38.46%
G 126 of 559 ~ 22.54%
B 218 of 559 ~ 39'%

%38.46
%22.54
%39

CMYK color model

#D77EDA color CMYK value is (1,42,0,15).

  • cyan value is 1.38%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (1,42,0,15)
C1M42Y0K15 (1%, 42%, 0%, 15%)
(0.01 / 0.42 / 0.00 / 0.15)

CMYK percentages

%1.38
%42.2
%0
%14.51

Codes

Color #D77EDA in popluar color models

D7 7E DA
RGB 215 126 218
HSL 298° 55.42% 67.45%
HSB/HSV 298° 42.20% 85.49%
CMYK 1.38% 42.20% 0.00%
14.51%

Color #D77EDA in popluar number systems.

HEX D7 7E DA
Decimal 215 126 218
Binary 11010111 1111110 11011010
Octal 327 176 332

Shades and tints

Shades of #D77EDA

#D77EDA
(215,126,218)
#C473C7
(196,115,199)
#B168B4
(177,104,180)
#9E5DA1
(158,93,161)
#8B528E
(139,82,142)
#78477B
(120,71,123)
#653C68
(101,60,104)
#523155
(82,49,85)
#3F2642
(63,38,66)
#2C1B2F
(44,27,47)
#19101C
(25,16,28)
#000000
(0,0,0)

Tints of #D77EDA

#D77EDA
(215,126,218)
#DA89DD
(218,137,221)
#DD94E0
(221,148,224)
#E09FE3
(224,159,227)
#E3AAE6
(227,170,230)
#E6B5E9
(230,181,233)
#E9C0EC
(233,192,236)
#ECCBEF
(236,203,239)
#EFD6F2
(239,214,242)
#F2E1F5
(242,225,245)
#F5ECF8
(245,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77EDA color. Also use rgb(215,126,218) instead hex code.

Text Font Color

.myTextColor { color: #D77EDA; }

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

This text font color is #D77EDA.

Background Color

.myBgColor { background-color: #D77EDA; }

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

This div background color is #D77EDA.

Border color

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

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

This div border color is #D77EDA.

Opacity

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

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

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

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

This text has shadow with #D77EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D77EDA.

Preview

Color preview on black background

This text has color #D77EDA on black background.


Color preview on white background

This text has color #D77EDA on white background.


Black color preview on #D77EDA background

This text has black color on #D77EDA background.


White color preview on #D77EDA background

This text has white color on #D77EDA background.


Related colors

Complementary color

Complementary color for #hex is #288125.


I love getcolorcode.com

Triadic colors

1 #DAD77E and #7EDAD7 with #D77EDA are triadic colors.

2 #DA7ED7 and #7ED7DA with #D77EDA are triadic colors.