COLOR #D588DA

HEX: #D588DA
RGB: (213,136,218)

Color info

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

RGB color model

#D588DA color RGB value is (213,136,218).

  • red value is 213;
  • green value is 136;
  • blue value is 218.
RGB:
(213,136,218)
(84%,53%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 136 of 255 = 53%
B 218 of 255 = 85%

213
136
218

R + G + B ~ 74%. #D588DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 136 + 218 = 567 (100%)
R 213 of 567 ~ 37.57%
G 136 of 567 ~ 23.99%
B 218 of 567 ~ 38.45%

%37.57
%23.99
%38.45

CMYK color model

#D588DA color CMYK value is (2,38,0,15).

  • cyan value is 2.29%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,38,0,15)
C2M38Y0K15 
(2%,38%,0%,15%)
(0.02/0.38/0.00/0.15)	

CMYK percentages

%2.29
%37.61
%0
%14.51

Codes

Color #D588DA in popluar color models

D588DA
RGB213136218
HSL296°52.56%69.41%
HSB/HSV296°37.61%85.49%
CMYK2.29%37.61%0.00%
14.51%

Color #D588DA in popluar number systems.

HEXD588DA
Decimal213136218
Binary110101011000100011011010
Octal325210332

Shades and tints

Shades of #D588DA

#D588DA
(213,136,218)
#C27CC7
(194,124,199)
#AF70B4
(175,112,180)
#9C64A1
(156,100,161)
#89588E
(137,88,142)
#764C7B
(118,76,123)
#634068
(99,64,104)
#503455
(80,52,85)
#3D2842
(61,40,66)
#2A1C2F
(42,28,47)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #D588DA

#D588DA
(213,136,218)
#D892DD
(216,146,221)
#DB9CE0
(219,156,224)
#DEA6E3
(222,166,227)
#E1B0E6
(225,176,230)
#E4BAE9
(228,186,233)
#E7C4EC
(231,196,236)
#EACEEF
(234,206,239)
#EDD8F2
(237,216,242)
#F0E2F5
(240,226,245)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D588DA color. Also use rgb(213,136,218) instead hex code.

Text Font Color

.myTextColor { color: #D588DA; }

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

This text font color is #D588DA.


Background Color

.myBgColor { background-color: #D588DA; }

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

This div background color is #D588DA.


Border color

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

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

This div border color is #D588DA.


Opacity

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

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

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

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

This text has shadow with #D588DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D588DA on black background.


Color preview on white background

This text has color #D588DA on white background.



Black color preview on #D588DA background

This text has black color on #D588DA background.


White color preview on #D588DA background

This text has white color on #D588DA background.