COLOR #D077C3

HEX: #D077C3 RGB: (208,119,195)

Color info

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

RGB color model

#D077C3 color RGB value is (208,119,195).

RGB: (208,119,195) (82%, 47%, 76%)

RGB channels and saturation

R 208 of 255 = 82%
G 119 of 255 = 47%
B 195 of 255 = 76%

208
119
195

R + G + B ~ 68%. #D077C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 119 + 195 = 522 (100%)
R 208 of 522 ~ 39.85%
G 119 of 522 ~ 22.8%
B 195 of 522 ~ 37.36'%

%39.85
%22.8
%37.36

CMYK color model

#D077C3 color CMYK value is (0,43,6,18).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 6.25%
  • key color value is 18.43%
CMYK: (0,43,6,18) C0M43Y6K18 (0%,43%,6%,18%) (0.00/0.43/0.06/0.18) 

CMYK percentages

%0
%42.79
%6.25
%18.43

Codes

Color #D077C3 in popluar color models

D0 77 C3
RGB 208 119 195
HSL 309° 48.63% 64.12%
HSB/HSV 309° 42.79% 81.57%
CMYK 0.00% 42.79% 6.25%
18.43%

Color #D077C3 in popluar number systems.

HEX D0 77 C3
Decimal 208 119 195
Binary 11010000 1110111 11000011
Octal 320 167 303

Shades and tints

Shades of #D077C3

#D077C3
(208,119,195)
#BE6DB2
(190,109,178)
#AC63A1
(172,99,161)
#9A5990
(154,89,144)
#884F7F
(136,79,127)
#76456E
(118,69,110)
#643B5D
(100,59,93)
#52314C
(82,49,76)
#40273B
(64,39,59)
#2E1D2A
(46,29,42)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #D077C3

#D077C3
(208,119,195)
#D483C8
(212,131,200)
#D88FCD
(216,143,205)
#DC9BD2
(220,155,210)
#E0A7D7
(224,167,215)
#E4B3DC
(228,179,220)
#E8BFE1
(232,191,225)
#ECCBE6
(236,203,230)
#F0D7EB
(240,215,235)
#F4E3F0
(244,227,240)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D077C3 color. Also use rgb(208,119,195) instead hex code.

Text Font Color

.myTextColor { color: #D077C3; }

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

This text font color is #D077C3.

Background Color

.myBgColor { background-color: #D077C3; }

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

This div background color is #D077C3.

Border color

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

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

This div border color is #D077C3.

Opacity

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

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

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

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

This text has shadow with #D077C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D077C3.

Preview

Color preview on black background

This text has color #D077C3 on black background.


Color preview on white background

This text has color #D077C3 on white background.


Black color preview on #D077C3 background

This text has black color on #D077C3 background.


White color preview on #D077C3 background

This text has white color on #D077C3 background.


Related colors

Complementary color

Complementary color for #hex is #2F883C.


I love getcolorcode.com

Triadic colors

1 #C3D077 and #77C3D0 with #D077C3 are triadic colors.

2 #C377D0 and #77D0C3 with #D077C3 are triadic colors.