COLOR #D547DD

HEX: #D547DD
RGB: (213,71,221)

Color info

#D547DD contains mainly red and blue colors. Web safe color of #D547DD is #CC33CC (or #C3C).

RGB color model

#D547DD color RGB value is (213,71,221).

  • red value is 213;
  • green value is 71;
  • blue value is 221.
RGB:
(213,71,221)
(84%,28%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 71 of 255 = 28%
B 221 of 255 = 87%

213
71
221

R + G + B ~ 66%. #D547DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 71 + 221 = 505 (100%)
R 213 of 505 ~ 42.18%
G 71 of 505 ~ 14.06%
B 221 of 505 ~ 43.76%

%42.18
%14.06
%43.76

CMYK color model

#D547DD color CMYK value is (4,68,0,13).

  • cyan value is 3.62%
  • magenta value is 67.87%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,68,0,13)
C4M68Y0K13 
(4%,68%,0%,13%)
(0.04/0.68/0.00/0.13)	

CMYK percentages

%3.62
%67.87
%0
%13.33

Codes

Color #D547DD in popluar color models

D547DD
RGB21371221
HSL297°68.81%57.25%
HSB/HSV297°67.87%86.67%
CMYK3.62%67.87%0.00%
13.33%

Color #D547DD in popluar number systems.

HEXD547DD
Decimal21371221
Binary11010101100011111011101
Octal325107335

Shades and tints

Shades of #D547DD

#D547DD
(213,71,221)
#C241C9
(194,65,201)
#AF3BB5
(175,59,181)
#9C35A1
(156,53,161)
#892F8D
(137,47,141)
#762979
(118,41,121)
#632365
(99,35,101)
#501D51
(80,29,81)
#3D173D
(61,23,61)
#2A1129
(42,17,41)
#170B15
(23,11,21)
#000000
(0,0,0)

Tints of #D547DD

#D547DD
(213,71,221)
#D857E0
(216,87,224)
#DB67E3
(219,103,227)
#DE77E6
(222,119,230)
#E187E9
(225,135,233)
#E497EC
(228,151,236)
#E7A7EF
(231,167,239)
#EAB7F2
(234,183,242)
#EDC7F5
(237,199,245)
#F0D7F8
(240,215,248)
#F3E7FB
(243,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D547DD color. Also use rgb(213,71,221) instead hex code.

Text Font Color

.myTextColor { color: #D547DD; }

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

This text font color is #D547DD.


Background Color

.myBgColor { background-color: #D547DD; }

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

This div background color is #D547DD.


Border color

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

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

This div border color is #D547DD.


Opacity

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

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

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

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

This text has shadow with #D547DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D547DD on black background.


Color preview on white background

This text has color #D547DD on white background.



Black color preview on #D547DD background

This text has black color on #D547DD background.


White color preview on #D547DD background

This text has white color on #D547DD background.