COLOR #D47ADD

HEX: #D47ADD RGB: (212,122,221)

Color info

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

RGB color model

#D47ADD color RGB value is (212,122,221).

RGB: (212,122,221) (83%, 48%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 122 of 255 = 48%
B 221 of 255 = 87%

212
122
221

R + G + B ~ 73%. #D47ADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 122 + 221 = 555 (100%)
R 212 of 555 ~ 38.2%
G 122 of 555 ~ 21.98%
B 221 of 555 ~ 39.82'%

%38.2
%21.98
%39.82

CMYK color model

#D47ADD color CMYK value is (4,45,0,13).

  • cyan value is 4.07%
  • magenta value is 44.80%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,45,0,13)
C4M45Y0K13 (4%, 45%, 0%, 13%)
(0.04 / 0.45 / 0.00 / 0.13)

CMYK percentages

%4.07
%44.8
%0
%13.33

Codes

Color #D47ADD in popluar color models

D4 7A DD
RGB 212 122 221
HSL 295° 59.28% 67.25%
HSB/HSV 295° 44.80% 86.67%
CMYK 4.07% 44.80% 0.00%
13.33%

Color #D47ADD in popluar number systems.

HEX D4 7A DD
Decimal 212 122 221
Binary 11010100 1111010 11011101
Octal 324 172 335

Shades and tints

Shades of #D47ADD

#D47ADD
(212,122,221)
#C16FC9
(193,111,201)
#AE64B5
(174,100,181)
#9B59A1
(155,89,161)
#884E8D
(136,78,141)
#754379
(117,67,121)
#623865
(98,56,101)
#4F2D51
(79,45,81)
#3C223D
(60,34,61)
#291729
(41,23,41)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #D47ADD

#D47ADD
(212,122,221)
#D786E0
(215,134,224)
#DA92E3
(218,146,227)
#DD9EE6
(221,158,230)
#E0AAE9
(224,170,233)
#E3B6EC
(227,182,236)
#E6C2EF
(230,194,239)
#E9CEF2
(233,206,242)
#ECDAF5
(236,218,245)
#EFE6F8
(239,230,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D47ADD; }

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

This text font color is #D47ADD.

Background Color

.myBgColor { background-color: #D47ADD; }

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

This div background color is #D47ADD.

Border color

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

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

This div border color is #D47ADD.

Opacity

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

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

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

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

This text has shadow with #D47ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D47ADD.

Preview

Color preview on black background

This text has color #D47ADD on black background.


Color preview on white background

This text has color #D47ADD on white background.


Black color preview on #D47ADD background

This text has black color on #D47ADD background.


White color preview on #D47ADD background

This text has white color on #D47ADD background.


Related colors

Complementary color

Complementary color for #hex is #2B8522.


I love getcolorcode.com

Triadic colors

1 #DDD47A and #7ADDD4 with #D47ADD are triadic colors.

2 #DD7AD4 and #7AD4DD with #D47ADD are triadic colors.