COLOR #D77DE6

HEX: #D77DE6
RGB: (215,125,230)

Color info

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

RGB color model

#D77DE6 color RGB value is (215,125,230).

  • red value is 215;
  • green value is 125;
  • blue value is 230.
RGB:
(215,125,230)
(84%,49%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 125 of 255 = 49%
B 230 of 255 = 90%

215
125
230

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

Portions of RGB colors in percentages

R + G + B =
215 + 125 + 230 = 570 (100%)
R 215 of 570 ~ 37.72%
G 125 of 570 ~ 21.93%
B 230 of 570 ~ 40.35%

%37.72
%21.93
%40.35

CMYK color model

#D77DE6 color CMYK value is (7,46,0,10).

  • cyan value is 6.52%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,46,0,10)
C7M46Y0K10 
(7%,46%,0%,10%)
(0.07/0.46/0.00/0.10)	

CMYK percentages

%6.52
%45.65
%0
%9.8

Codes

Color #D77DE6 in popluar color models

D77DE6
RGB215125230
HSL291°67.74%69.61%
HSB/HSV291°45.65%90.20%
CMYK6.52%45.65%0.00%
9.80%

Color #D77DE6 in popluar number systems.

HEXD77DE6
Decimal215125230
Binary11010111111110111100110
Octal327175346

Shades and tints

Shades of #D77DE6

#D77DE6
(215,125,230)
#C472D2
(196,114,210)
#B167BE
(177,103,190)
#9E5CAA
(158,92,170)
#8B5196
(139,81,150)
#784682
(120,70,130)
#653B6E
(101,59,110)
#52305A
(82,48,90)
#3F2546
(63,37,70)
#2C1A32
(44,26,50)
#190F1E
(25,15,30)
#000000
(0,0,0)

Tints of #D77DE6

#D77DE6
(215,125,230)
#DA88E8
(218,136,232)
#DD93EA
(221,147,234)
#E09EEC
(224,158,236)
#E3A9EE
(227,169,238)
#E6B4F0
(230,180,240)
#E9BFF2
(233,191,242)
#ECCAF4
(236,202,244)
#EFD5F6
(239,213,246)
#F2E0F8
(242,224,248)
#F5EBFA
(245,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D77DE6 color. Also use rgb(215,125,230) instead hex code.

Text Font Color

.myTextColor { color: #D77DE6; }

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

This text font color is #D77DE6.


Background Color

.myBgColor { background-color: #D77DE6; }

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

This div background color is #D77DE6.


Border color

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

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

This div border color is #D77DE6.


Opacity

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

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

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

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

This text has shadow with #D77DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77DE6 on black background.


Color preview on white background

This text has color #D77DE6 on white background.



Black color preview on #D77DE6 background

This text has black color on #D77DE6 background.


White color preview on #D77DE6 background

This text has white color on #D77DE6 background.