COLOR #D59BCB

HEX: #D59BCB RGB: (213,155,203)

Color info

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

RGB color model

#D59BCB color RGB value is (213,155,203).

RGB: (213,155,203) (84%, 61%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 203 of 255 = 80%

213
155
203

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

Portions of RGB colors in percentages

R + G + B = 213 + 155 + 203 = 571 (100%)
R 213 of 571 ~ 37.3%
G 155 of 571 ~ 27.15%
B 203 of 571 ~ 35.55'%

%37.3
%27.15
%35.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 4.69%
  • 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
%27.23
%4.69
%16.47

Codes

Color #D59BCB in popluar color models

D5 9B CB
RGB 213 155 203
HSL 310° 40.85% 72.16%
HSB/HSV 310° 27.23% 83.53%
CMYK 0.00% 27.23% 4.69%
16.47%

Color #D59BCB in popluar number systems.

HEX D5 9B CB
Decimal 213 155 203
Binary 11010101 10011011 11001011
Octal 325 233 313

Shades and tints

Shades of #D59BCB

#D59BCB
(213,155,203)
#C28DB9
(194,141,185)
#AF7FA7
(175,127,167)
#9C7195
(156,113,149)
#896383
(137,99,131)
#765571
(118,85,113)
#63475F
(99,71,95)
#50394D
(80,57,77)
#3D2B3B
(61,43,59)
#2A1D29
(42,29,41)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #D59BCB

#D59BCB
(213,155,203)
#D8A4CF
(216,164,207)
#DBADD3
(219,173,211)
#DEB6D7
(222,182,215)
#E1BFDB
(225,191,219)
#E4C8DF
(228,200,223)
#E7D1E3
(231,209,227)
#EADAE7
(234,218,231)
#EDE3EB
(237,227,235)
#F0ECEF
(240,236,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59BCB color. Also use rgb(213,155,203) instead hex code.

Text Font Color

.myTextColor { color: #D59BCB; }

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

This text font color is #D59BCB.

Background Color

.myBgColor { background-color: #D59BCB; }

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

This div background color is #D59BCB.

Border color

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

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

This div border color is #D59BCB.

Opacity

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

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

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

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

This text has shadow with #D59BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59BCB.

Preview

Color preview on black background

This text has color #D59BCB on black background.


Color preview on white background

This text has color #D59BCB on white background.


Black color preview on #D59BCB background

This text has black color on #D59BCB background.


White color preview on #D59BCB background

This text has white color on #D59BCB background.


Related colors

Complementary color

Complementary color for #hex is #2A6434.


I love getcolorcode.com

Triadic colors

1 #CBD59B and #9BCBD5 with #D59BCB are triadic colors.

2 #CB9BD5 and #9BD5CB with #D59BCB are triadic colors.