COLOR #D47AD0

HEX: #D47AD0 RGB: (212,122,208)

Color info

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

RGB color model

#D47AD0 color RGB value is (212,122,208).

RGB: (212,122,208) (83%, 48%, 82%)

RGB channels and saturation

R 212 of 255 = 83%
G 122 of 255 = 48%
B 208 of 255 = 82%

212
122
208

R + G + B ~ 71%. #D47AD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 122 + 208 = 542 (100%)
R 212 of 542 ~ 39.11%
G 122 of 542 ~ 22.51%
B 208 of 542 ~ 38.38'%

%39.11
%22.51
%38.38

CMYK color model

#D47AD0 color CMYK value is (0,42,2,17).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 1.89%
  • key color value is 16.86%

CMYK: (0,42,2,17)
C0M42Y2K17 (0%, 42%, 2%, 17%)
(0.00 / 0.42 / 0.02 / 0.17)

CMYK percentages

%0
%42.45
%1.89
%16.86

Codes

Color #D47AD0 in popluar color models

D4 7A D0
RGB 212 122 208
HSL 303° 51.14% 65.49%
HSB/HSV 303° 42.45% 83.14%
CMYK 0.00% 42.45% 1.89%
16.86%

Color #D47AD0 in popluar number systems.

HEX D4 7A D0
Decimal 212 122 208
Binary 11010100 1111010 11010000
Octal 324 172 320

Shades and tints

Shades of #D47AD0

#D47AD0
(212,122,208)
#C16FBE
(193,111,190)
#AE64AC
(174,100,172)
#9B599A
(155,89,154)
#884E88
(136,78,136)
#754376
(117,67,118)
#623864
(98,56,100)
#4F2D52
(79,45,82)
#3C2240
(60,34,64)
#29172E
(41,23,46)
#160C1C
(22,12,28)
#000000
(0,0,0)

Tints of #D47AD0

#D47AD0
(212,122,208)
#D786D4
(215,134,212)
#DA92D8
(218,146,216)
#DD9EDC
(221,158,220)
#E0AAE0
(224,170,224)
#E3B6E4
(227,182,228)
#E6C2E8
(230,194,232)
#E9CEEC
(233,206,236)
#ECDAF0
(236,218,240)
#EFE6F4
(239,230,244)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D47AD0 color. Also use rgb(212,122,208) instead hex code.

Text Font Color

.myTextColor { color: #D47AD0; }

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

This text font color is #D47AD0.

Background Color

.myBgColor { background-color: #D47AD0; }

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

This div background color is #D47AD0.

Border color

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

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

This div border color is #D47AD0.

Opacity

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

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

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

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

This text has shadow with #D47AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47AD0.

Preview

Color preview on black background

This text has color #D47AD0 on black background.


Color preview on white background

This text has color #D47AD0 on white background.


Black color preview on #D47AD0 background

This text has black color on #D47AD0 background.


White color preview on #D47AD0 background

This text has white color on #D47AD0 background.


Related colors

Complementary color

Complementary color for #hex is #2B852F.


I love getcolorcode.com

Triadic colors

1 #D0D47A and #7AD0D4 with #D47AD0 are triadic colors.

2 #D07AD4 and #7AD4D0 with #D47AD0 are triadic colors.