COLOR #D977EB

HEX: #D977EB
RGB: (217,119,235)

Color info

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

RGB color model

#D977EB color RGB value is (217,119,235).

  • red value is 217;
  • green value is 119;
  • blue value is 235.
RGB:
(217,119,235)
(85%,47%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 119 of 255 = 47%
B 235 of 255 = 92%

217
119
235

R + G + B ~ 75%. #D977EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 119 + 235 = 571 (100%)
R 217 of 571 ~ 38%
G 119 of 571 ~ 20.84%
B 235 of 571 ~ 41.16%

%38
%20.84
%41.16

CMYK color model

#D977EB color CMYK value is (8,49,0,8).

  • cyan value is 7.66%
  • magenta value is 49.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,49,0,8)
C8M49Y0K8 
(8%,49%,0%,8%)
(0.08/0.49/0.00/0.08)	

CMYK percentages

%7.66
%49.36
%0
%7.84

Codes

Color #D977EB in popluar color models

D977EB
RGB217119235
HSL291°74.36%69.41%
HSB/HSV291°49.36%92.16%
CMYK7.66%49.36%0.00%
7.84%

Color #D977EB in popluar number systems.

HEXD977EB
Decimal217119235
Binary11011001111011111101011
Octal331167353

Shades and tints

Shades of #D977EB

#D977EB
(217,119,235)
#C66DD6
(198,109,214)
#B363C1
(179,99,193)
#A059AC
(160,89,172)
#8D4F97
(141,79,151)
#7A4582
(122,69,130)
#673B6D
(103,59,109)
#543158
(84,49,88)
#412743
(65,39,67)
#2E1D2E
(46,29,46)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #D977EB

#D977EB
(217,119,235)
#DC83EC
(220,131,236)
#DF8FED
(223,143,237)
#E29BEE
(226,155,238)
#E5A7EF
(229,167,239)
#E8B3F0
(232,179,240)
#EBBFF1
(235,191,241)
#EECBF2
(238,203,242)
#F1D7F3
(241,215,243)
#F4E3F4
(244,227,244)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D977EB color. Also use rgb(217,119,235) instead hex code.

Text Font Color

.myTextColor { color: #D977EB; }

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

This text font color is #D977EB.


Background Color

.myBgColor { background-color: #D977EB; }

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

This div background color is #D977EB.


Border color

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

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

This div border color is #D977EB.


Opacity

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

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

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

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

This text has shadow with #D977EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D977EB on black background.


Color preview on white background

This text has color #D977EB on white background.



Black color preview on #D977EB background

This text has black color on #D977EB background.


White color preview on #D977EB background

This text has white color on #D977EB background.