COLOR #D77FDD

HEX: #D77FDD
RGB: (215,127,221)

Color info

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

RGB color model

#D77FDD color RGB value is (215,127,221).

  • red value is 215;
  • green value is 127;
  • blue value is 221.
RGB:
(215,127,221)
(84%,50%,87%)

RGB channels and saturation

R 215 of 255 = 84%
G 127 of 255 = 50%
B 221 of 255 = 87%

215
127
221

R + G + B ~ 74%. #D77FDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 127 + 221 = 563 (100%)
R 215 of 563 ~ 38.19%
G 127 of 563 ~ 22.56%
B 221 of 563 ~ 39.25%

%38.19
%22.56
%39.25

CMYK color model

#D77FDD color CMYK value is (3,43,0,13).

  • cyan value is 2.71%
  • magenta value is 42.53%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(3,43,0,13)
C3M43Y0K13 
(3%,43%,0%,13%)
(0.03/0.43/0.00/0.13)	

CMYK percentages

%2.71
%42.53
%0
%13.33

Codes

Color #D77FDD in popluar color models

D77FDD
RGB215127221
HSL296°58.02%68.24%
HSB/HSV296°42.53%86.67%
CMYK2.71%42.53%0.00%
13.33%

Color #D77FDD in popluar number systems.

HEXD77FDD
Decimal215127221
Binary11010111111111111011101
Octal327177335

Shades and tints

Shades of #D77FDD

#D77FDD
(215,127,221)
#C474C9
(196,116,201)
#B169B5
(177,105,181)
#9E5EA1
(158,94,161)
#8B538D
(139,83,141)
#784879
(120,72,121)
#653D65
(101,61,101)
#523251
(82,50,81)
#3F273D
(63,39,61)
#2C1C29
(44,28,41)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #D77FDD

#D77FDD
(215,127,221)
#DA8AE0
(218,138,224)
#DD95E3
(221,149,227)
#E0A0E6
(224,160,230)
#E3ABE9
(227,171,233)
#E6B6EC
(230,182,236)
#E9C1EF
(233,193,239)
#ECCCF2
(236,204,242)
#EFD7F5
(239,215,245)
#F2E2F8
(242,226,248)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77FDD color. Also use rgb(215,127,221) instead hex code.

Text Font Color

.myTextColor { color: #D77FDD; }

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

This text font color is #D77FDD.


Background Color

.myBgColor { background-color: #D77FDD; }

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

This div background color is #D77FDD.


Border color

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

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

This div border color is #D77FDD.


Opacity

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

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

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

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

This text has shadow with #D77FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77FDD on black background.


Color preview on white background

This text has color #D77FDD on white background.



Black color preview on #D77FDD background

This text has black color on #D77FDD background.


White color preview on #D77FDD background

This text has white color on #D77FDD background.