COLOR #D573D8

HEX: #D573D8
RGB: (213,115,216)

Color info

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

RGB color model

#D573D8 color RGB value is (213,115,216).

  • red value is 213;
  • green value is 115;
  • blue value is 216.
RGB:
(213,115,216)
(84%,45%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 115 of 255 = 45%
B 216 of 255 = 85%

213
115
216

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

Portions of RGB colors in percentages

R + G + B =
213 + 115 + 216 = 544 (100%)
R 213 of 544 ~ 39.15%
G 115 of 544 ~ 21.14%
B 216 of 544 ~ 39.71%

%39.15
%21.14
%39.71

CMYK color model

#D573D8 color CMYK value is (1,47,0,15).

  • cyan value is 1.39%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(1,47,0,15)
C1M47Y0K15 
(1%,47%,0%,15%)
(0.01/0.47/0.00/0.15)	

CMYK percentages

%1.39
%46.76
%0
%15.29

Codes

Color #D573D8 in popluar color models

D573D8
RGB213115216
HSL298°56.42%64.90%
HSB/HSV298°46.76%84.71%
CMYK1.39%46.76%0.00%
15.29%

Color #D573D8 in popluar number systems.

HEXD573D8
Decimal213115216
Binary11010101111001111011000
Octal325163330

Shades and tints

Shades of #D573D8

#D573D8
(213,115,216)
#C269C5
(194,105,197)
#AF5FB2
(175,95,178)
#9C559F
(156,85,159)
#894B8C
(137,75,140)
#764179
(118,65,121)
#633766
(99,55,102)
#502D53
(80,45,83)
#3D2340
(61,35,64)
#2A192D
(42,25,45)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #D573D8

#D573D8
(213,115,216)
#D87FDB
(216,127,219)
#DB8BDE
(219,139,222)
#DE97E1
(222,151,225)
#E1A3E4
(225,163,228)
#E4AFE7
(228,175,231)
#E7BBEA
(231,187,234)
#EAC7ED
(234,199,237)
#EDD3F0
(237,211,240)
#F0DFF3
(240,223,243)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D573D8 color. Also use rgb(213,115,216) instead hex code.

Text Font Color

.myTextColor { color: #D573D8; }

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

This text font color is #D573D8.


Background Color

.myBgColor { background-color: #D573D8; }

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

This div background color is #D573D8.


Border color

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

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

This div border color is #D573D8.


Opacity

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

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

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

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

This text has shadow with #D573D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D573D8 on black background.


Color preview on white background

This text has color #D573D8 on white background.



Black color preview on #D573D8 background

This text has black color on #D573D8 background.


White color preview on #D573D8 background

This text has white color on #D573D8 background.