COLOR #D47CC0

HEX: #D47CC0 RGB: (212,124,192)

Color info

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

RGB color model

#D47CC0 color RGB value is (212,124,192).

RGB: (212,124,192) (83%, 49%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 124 of 255 = 49%
B 192 of 255 = 75%

212
124
192

R + G + B ~ 69%. #D47CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 124 + 192 = 528 (100%)
R 212 of 528 ~ 40.15%
G 124 of 528 ~ 23.48%
B 192 of 528 ~ 36.36'%

%40.15
%23.48
%36.36

CMYK color model

#D47CC0 color CMYK value is (0,42,9,17).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 9.43%
  • key color value is 16.86%

CMYK: (0,42,9,17)
C0M42Y9K17 (0%, 42%, 9%, 17%)
(0.00 / 0.42 / 0.09 / 0.17)

CMYK percentages

%0
%41.51
%9.43
%16.86

Codes

Color #D47CC0 in popluar color models

D4 7C C0
RGB 212 124 192
HSL 314° 50.57% 65.88%
HSB/HSV 314° 41.51% 83.14%
CMYK 0.00% 41.51% 9.43%
16.86%

Color #D47CC0 in popluar number systems.

HEX D4 7C C0
Decimal 212 124 192
Binary 11010100 1111100 11000000
Octal 324 174 300

Shades and tints

Shades of #D47CC0

#D47CC0
(212,124,192)
#C171AF
(193,113,175)
#AE669E
(174,102,158)
#9B5B8D
(155,91,141)
#88507C
(136,80,124)
#75456B
(117,69,107)
#623A5A
(98,58,90)
#4F2F49
(79,47,73)
#3C2438
(60,36,56)
#291927
(41,25,39)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #D47CC0

#D47CC0
(212,124,192)
#D787C5
(215,135,197)
#DA92CA
(218,146,202)
#DD9DCF
(221,157,207)
#E0A8D4
(224,168,212)
#E3B3D9
(227,179,217)
#E6BEDE
(230,190,222)
#E9C9E3
(233,201,227)
#ECD4E8
(236,212,232)
#EFDFED
(239,223,237)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47CC0 color. Also use rgb(212,124,192) instead hex code.

Text Font Color

.myTextColor { color: #D47CC0; }

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

This text font color is #D47CC0.

Background Color

.myBgColor { background-color: #D47CC0; }

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

This div background color is #D47CC0.

Border color

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

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

This div border color is #D47CC0.

Opacity

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

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

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

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

This text has shadow with #D47CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47CC0.

Preview

Color preview on black background

This text has color #D47CC0 on black background.


Color preview on white background

This text has color #D47CC0 on white background.


Black color preview on #D47CC0 background

This text has black color on #D47CC0 background.


White color preview on #D47CC0 background

This text has white color on #D47CC0 background.


Related colors

Complementary color

Complementary color for #hex is #2B833F.


I love getcolorcode.com

Triadic colors

1 #C0D47C and #7CC0D4 with #D47CC0 are triadic colors.

2 #C07CD4 and #7CD4C0 with #D47CC0 are triadic colors.