COLOR #D59CCA

HEX: #D59CCA
RGB: (213,156,202)

Color info

#D59CCA contains red, green and blue colors in about the same proportion. Web safe color of #D59CCA is #CC99CC (or #C9C).

RGB color model

#D59CCA color RGB value is (213,156,202).

  • red value is 213;
  • green value is 156;
  • blue value is 202.
RGB:
(213,156,202)
(84%,61%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 156 of 255 = 61%
B 202 of 255 = 79%

213
156
202

R + G + B ~ 75%. #D59CCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 156 + 202 = 571 (100%)
R 213 of 571 ~ 37.3%
G 156 of 571 ~ 27.32%
B 202 of 571 ~ 35.38%

%37.3
%27.32
%35.38

CMYK color model

#D59CCA color CMYK value is (0,27,5,16).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(0,27,5,16)
C0M27Y5K16 
(0%,27%,5%,16%)
(0.00/0.27/0.05/0.16)	

CMYK percentages

%0
%26.76
%5.16
%16.47

Codes

Color #D59CCA in popluar color models

D59CCA
RGB213156202
HSL312°40.43%72.35%
HSB/HSV312°26.76%83.53%
CMYK0.00%26.76%5.16%
16.47%

Color #D59CCA in popluar number systems.

HEXD59CCA
Decimal213156202
Binary110101011001110011001010
Octal325234312

Shades and tints

Shades of #D59CCA

#D59CCA
(213,156,202)
#C28EB8
(194,142,184)
#AF80A6
(175,128,166)
#9C7294
(156,114,148)
#896482
(137,100,130)
#765670
(118,86,112)
#63485E
(99,72,94)
#503A4C
(80,58,76)
#3D2C3A
(61,44,58)
#2A1E28
(42,30,40)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #D59CCA

#D59CCA
(213,156,202)
#D8A5CE
(216,165,206)
#DBAED2
(219,174,210)
#DEB7D6
(222,183,214)
#E1C0DA
(225,192,218)
#E4C9DE
(228,201,222)
#E7D2E2
(231,210,226)
#EADBE6
(234,219,230)
#EDE4EA
(237,228,234)
#F0EDEE
(240,237,238)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59CCA color. Also use rgb(213,156,202) instead hex code.

Text Font Color

.myTextColor { color: #D59CCA; }

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

This text font color is #D59CCA.


Background Color

.myBgColor { background-color: #D59CCA; }

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

This div background color is #D59CCA.


Border color

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

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

This div border color is #D59CCA.


Opacity

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

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

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

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

This text has shadow with #D59CCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59CCA on black background.


Color preview on white background

This text has color #D59CCA on white background.



Black color preview on #D59CCA background

This text has black color on #D59CCA background.


White color preview on #D59CCA background

This text has white color on #D59CCA background.