COLOR #D58CB8

HEX: #D58CB8
RGB: (213,140,184)

Color info

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

RGB color model

#D58CB8 color RGB value is (213,140,184).

  • red value is 213;
  • green value is 140;
  • blue value is 184.
RGB:
(213,140,184)
(84%,55%,72%)

RGB channels and saturation

R 213 of 255 = 84%
G 140 of 255 = 55%
B 184 of 255 = 72%

213
140
184

R + G + B ~ 70%. #D58CB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 140 + 184 = 537 (100%)
R 213 of 537 ~ 39.66%
G 140 of 537 ~ 26.07%
B 184 of 537 ~ 34.26%

%39.66
%26.07
%34.26

CMYK color model

#D58CB8 color CMYK value is (0,34,14,16).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 13.62%
  • key color value is 16.47%
CMYK:
(0,34,14,16)
C0M34Y14K16 
(0%,34%,14%,16%)
(0.00/0.34/0.14/0.16)	

CMYK percentages

%0
%34.27
%13.62
%16.47

Codes

Color #D58CB8 in popluar color models

D58CB8
RGB213140184
HSL324°46.50%69.22%
HSB/HSV324°34.27%83.53%
CMYK0.00%34.27%13.62%
16.47%

Color #D58CB8 in popluar number systems.

HEXD58CB8
Decimal213140184
Binary110101011000110010111000
Octal325214270

Shades and tints

Shades of #D58CB8

#D58CB8
(213,140,184)
#C280A8
(194,128,168)
#AF7498
(175,116,152)
#9C6888
(156,104,136)
#895C78
(137,92,120)
#765068
(118,80,104)
#634458
(99,68,88)
#503848
(80,56,72)
#3D2C38
(61,44,56)
#2A2028
(42,32,40)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #D58CB8

#D58CB8
(213,140,184)
#D896BE
(216,150,190)
#DBA0C4
(219,160,196)
#DEAACA
(222,170,202)
#E1B4D0
(225,180,208)
#E4BED6
(228,190,214)
#E7C8DC
(231,200,220)
#EAD2E2
(234,210,226)
#EDDCE8
(237,220,232)
#F0E6EE
(240,230,238)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58CB8 color. Also use rgb(213,140,184) instead hex code.

Text Font Color

.myTextColor { color: #D58CB8; }

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

This text font color is #D58CB8.


Background Color

.myBgColor { background-color: #D58CB8; }

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

This div background color is #D58CB8.


Border color

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

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

This div border color is #D58CB8.


Opacity

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

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

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

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

This text has shadow with #D58CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58CB8 on black background.


Color preview on white background

This text has color #D58CB8 on white background.



Black color preview on #D58CB8 background

This text has black color on #D58CB8 background.


White color preview on #D58CB8 background

This text has white color on #D58CB8 background.