COLOR #D77DC4

HEX: #D77DC4
RGB: (215,125,196)

Color info

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

RGB color model

#D77DC4 color RGB value is (215,125,196).

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

RGB channels and saturation

R 215 of 255 = 84%
G 125 of 255 = 49%
B 196 of 255 = 77%

215
125
196

R + G + B ~ 70%. #D77DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 125 + 196 = 536 (100%)
R 215 of 536 ~ 40.11%
G 125 of 536 ~ 23.32%
B 196 of 536 ~ 36.57%

%40.11
%23.32
%36.57

CMYK color model

#D77DC4 color CMYK value is (0,42,9,16).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 8.84%
  • key color value is 15.69%
CMYK:
(0,42,9,16)
C0M42Y9K16 
(0%,42%,9%,16%)
(0.00/0.42/0.09/0.16)	

CMYK percentages

%0
%41.86
%8.84
%15.69

Codes

Color #D77DC4 in popluar color models

D77DC4
RGB215125196
HSL313°52.94%66.67%
HSB/HSV313°41.86%84.31%
CMYK0.00%41.86%8.84%
15.69%

Color #D77DC4 in popluar number systems.

HEXD77DC4
Decimal215125196
Binary11010111111110111000100
Octal327175304

Shades and tints

Shades of #D77DC4

#D77DC4
(215,125,196)
#C472B3
(196,114,179)
#B167A2
(177,103,162)
#9E5C91
(158,92,145)
#8B5180
(139,81,128)
#78466F
(120,70,111)
#653B5E
(101,59,94)
#52304D
(82,48,77)
#3F253C
(63,37,60)
#2C1A2B
(44,26,43)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #D77DC4

#D77DC4
(215,125,196)
#DA88C9
(218,136,201)
#DD93CE
(221,147,206)
#E09ED3
(224,158,211)
#E3A9D8
(227,169,216)
#E6B4DD
(230,180,221)
#E9BFE2
(233,191,226)
#ECCAE7
(236,202,231)
#EFD5EC
(239,213,236)
#F2E0F1
(242,224,241)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D77DC4; }

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

This text font color is #D77DC4.


Background Color

.myBgColor { background-color: #D77DC4; }

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

This div background color is #D77DC4.


Border color

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

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

This div border color is #D77DC4.


Opacity

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

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

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

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

This text has shadow with #D77DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D77DC4 on black background.


Color preview on white background

This text has color #D77DC4 on white background.



Black color preview on #D77DC4 background

This text has black color on #D77DC4 background.


White color preview on #D77DC4 background

This text has white color on #D77DC4 background.