COLOR #D572D2

HEX: #D572D2
RGB: (213,114,210)

Color info

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

RGB color model

#D572D2 color RGB value is (213,114,210).

  • red value is 213;
  • green value is 114;
  • blue value is 210.
RGB:
(213,114,210)
(84%,45%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 114 of 255 = 45%
B 210 of 255 = 82%

213
114
210

R + G + B ~ 70%. #D572D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 114 + 210 = 537 (100%)
R 213 of 537 ~ 39.66%
G 114 of 537 ~ 21.23%
B 210 of 537 ~ 39.11%

%39.66
%21.23
%39.11

CMYK color model

#D572D2 color CMYK value is (0,46,1,16).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(0,46,1,16)
C0M46Y1K16 
(0%,46%,1%,16%)
(0.00/0.46/0.01/0.16)	

CMYK percentages

%0
%46.48
%1.41
%16.47

Codes

Color #D572D2 in popluar color models

D572D2
RGB213114210
HSL302°54.10%64.12%
HSB/HSV302°46.48%83.53%
CMYK0.00%46.48%1.41%
16.47%

Color #D572D2 in popluar number systems.

HEXD572D2
Decimal213114210
Binary11010101111001011010010
Octal325162322

Shades and tints

Shades of #D572D2

#D572D2
(213,114,210)
#C268BF
(194,104,191)
#AF5EAC
(175,94,172)
#9C5499
(156,84,153)
#894A86
(137,74,134)
#764073
(118,64,115)
#633660
(99,54,96)
#502C4D
(80,44,77)
#3D223A
(61,34,58)
#2A1827
(42,24,39)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #D572D2

#D572D2
(213,114,210)
#D87ED6
(216,126,214)
#DB8ADA
(219,138,218)
#DE96DE
(222,150,222)
#E1A2E2
(225,162,226)
#E4AEE6
(228,174,230)
#E7BAEA
(231,186,234)
#EAC6EE
(234,198,238)
#EDD2F2
(237,210,242)
#F0DEF6
(240,222,246)
#F3EAFA
(243,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D572D2 color. Also use rgb(213,114,210) instead hex code.

Text Font Color

.myTextColor { color: #D572D2; }

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

This text font color is #D572D2.


Background Color

.myBgColor { background-color: #D572D2; }

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

This div background color is #D572D2.


Border color

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

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

This div border color is #D572D2.


Opacity

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

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

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

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

This text has shadow with #D572D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D572D2 on black background.


Color preview on white background

This text has color #D572D2 on white background.



Black color preview on #D572D2 background

This text has black color on #D572D2 background.


White color preview on #D572D2 background

This text has white color on #D572D2 background.