COLOR #D577D2

HEX: #D577D2
RGB: (213,119,210)

Color info

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

RGB color model

#D577D2 color RGB value is (213,119,210).

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

RGB channels and saturation

R 213 of 255 = 84%
G 119 of 255 = 47%
B 210 of 255 = 82%

213
119
210

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

Portions of RGB colors in percentages

R + G + B =
213 + 119 + 210 = 542 (100%)
R 213 of 542 ~ 39.3%
G 119 of 542 ~ 21.96%
B 210 of 542 ~ 38.75%

%39.3
%21.96
%38.75

CMYK color model

#D577D2 color CMYK value is (0,44,1,16).

  • cyan value is 0.00%
  • magenta value is 44.13%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(0,44,1,16)
C0M44Y1K16 
(0%,44%,1%,16%)
(0.00/0.44/0.01/0.16)	

CMYK percentages

%0
%44.13
%1.41
%16.47

Codes

Color #D577D2 in popluar color models

D577D2
RGB213119210
HSL302°52.81%65.10%
HSB/HSV302°44.13%83.53%
CMYK0.00%44.13%1.41%
16.47%

Color #D577D2 in popluar number systems.

HEXD577D2
Decimal213119210
Binary11010101111011111010010
Octal325167322

Shades and tints

Shades of #D577D2

#D577D2
(213,119,210)
#C26DBF
(194,109,191)
#AF63AC
(175,99,172)
#9C5999
(156,89,153)
#894F86
(137,79,134)
#764573
(118,69,115)
#633B60
(99,59,96)
#50314D
(80,49,77)
#3D273A
(61,39,58)
#2A1D27
(42,29,39)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #D577D2

#D577D2
(213,119,210)
#D883D6
(216,131,214)
#DB8FDA
(219,143,218)
#DE9BDE
(222,155,222)
#E1A7E2
(225,167,226)
#E4B3E6
(228,179,230)
#E7BFEA
(231,191,234)
#EACBEE
(234,203,238)
#EDD7F2
(237,215,242)
#F0E3F6
(240,227,246)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D577D2; }

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

This text font color is #D577D2.


Background Color

.myBgColor { background-color: #D577D2; }

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

This div background color is #D577D2.


Border color

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

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

This div border color is #D577D2.


Opacity

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

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

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

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

This text has shadow with #D577D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D577D2 on black background.


Color preview on white background

This text has color #D577D2 on white background.



Black color preview on #D577D2 background

This text has black color on #D577D2 background.


White color preview on #D577D2 background

This text has white color on #D577D2 background.