COLOR #D584CD

HEX: #D584CD
RGB: (213,132,205)

Color info

#D584CD contains mainly red and blue colors. Web safe color of #D584CD is #CC99CC (or #C9C).

RGB color model

#D584CD color RGB value is (213,132,205).

  • red value is 213;
  • green value is 132;
  • blue value is 205.
RGB:
(213,132,205)
(84%,52%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 132 of 255 = 52%
B 205 of 255 = 80%

213
132
205

R + G + B ~ 72%. #D584CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 132 + 205 = 550 (100%)
R 213 of 550 ~ 38.73%
G 132 of 550 ~ 24%
B 205 of 550 ~ 37.27%

%38.73
%24
%37.27

CMYK color model

#D584CD color CMYK value is (0,38,4,16).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(0,38,4,16)
C0M38Y4K16 
(0%,38%,4%,16%)
(0.00/0.38/0.04/0.16)	

CMYK percentages

%0
%38.03
%3.76
%16.47

Codes

Color #D584CD in popluar color models

D584CD
RGB213132205
HSL306°49.09%67.65%
HSB/HSV306°38.03%83.53%
CMYK0.00%38.03%3.76%
16.47%

Color #D584CD in popluar number systems.

HEXD584CD
Decimal213132205
Binary110101011000010011001101
Octal325204315

Shades and tints

Shades of #D584CD

#D584CD
(213,132,205)
#C278BB
(194,120,187)
#AF6CA9
(175,108,169)
#9C6097
(156,96,151)
#895485
(137,84,133)
#764873
(118,72,115)
#633C61
(99,60,97)
#50304F
(80,48,79)
#3D243D
(61,36,61)
#2A182B
(42,24,43)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #D584CD

#D584CD
(213,132,205)
#D88FD1
(216,143,209)
#DB9AD5
(219,154,213)
#DEA5D9
(222,165,217)
#E1B0DD
(225,176,221)
#E4BBE1
(228,187,225)
#E7C6E5
(231,198,229)
#EAD1E9
(234,209,233)
#EDDCED
(237,220,237)
#F0E7F1
(240,231,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D584CD color. Also use rgb(213,132,205) instead hex code.

Text Font Color

.myTextColor { color: #D584CD; }

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

This text font color is #D584CD.


Background Color

.myBgColor { background-color: #D584CD; }

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

This div background color is #D584CD.


Border color

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

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

This div border color is #D584CD.


Opacity

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

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

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

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

This text has shadow with #D584CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D584CD on black background.


Color preview on white background

This text has color #D584CD on white background.



Black color preview on #D584CD background

This text has black color on #D584CD background.


White color preview on #D584CD background

This text has white color on #D584CD background.