COLOR #D595BB

HEX: #D595BB
RGB: (213,149,187)

Color info

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

RGB color model

#D595BB color RGB value is (213,149,187).

  • red value is 213;
  • green value is 149;
  • blue value is 187.
RGB:
(213,149,187)
(84%,58%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 149 of 255 = 58%
B 187 of 255 = 73%

213
149
187

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

Portions of RGB colors in percentages

R + G + B =
213 + 149 + 187 = 549 (100%)
R 213 of 549 ~ 38.8%
G 149 of 549 ~ 27.14%
B 187 of 549 ~ 34.06%

%38.8
%27.14
%34.06

CMYK color model

#D595BB color CMYK value is (0,30,12,16).

  • cyan value is 0.00%
  • magenta value is 30.05%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(0,30,12,16)
C0M30Y12K16 
(0%,30%,12%,16%)
(0.00/0.30/0.12/0.16)	

CMYK percentages

%0
%30.05
%12.21
%16.47

Codes

Color #D595BB in popluar color models

D595BB
RGB213149187
HSL324°43.24%70.98%
HSB/HSV324°30.05%83.53%
CMYK0.00%30.05%12.21%
16.47%

Color #D595BB in popluar number systems.

HEXD595BB
Decimal213149187
Binary110101011001010110111011
Octal325225273

Shades and tints

Shades of #D595BB

#D595BB
(213,149,187)
#C288AA
(194,136,170)
#AF7B99
(175,123,153)
#9C6E88
(156,110,136)
#896177
(137,97,119)
#765466
(118,84,102)
#634755
(99,71,85)
#503A44
(80,58,68)
#3D2D33
(61,45,51)
#2A2022
(42,32,34)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #D595BB

#D595BB
(213,149,187)
#D89EC1
(216,158,193)
#DBA7C7
(219,167,199)
#DEB0CD
(222,176,205)
#E1B9D3
(225,185,211)
#E4C2D9
(228,194,217)
#E7CBDF
(231,203,223)
#EAD4E5
(234,212,229)
#EDDDEB
(237,221,235)
#F0E6F1
(240,230,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D595BB color. Also use rgb(213,149,187) instead hex code.

Text Font Color

.myTextColor { color: #D595BB; }

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

This text font color is #D595BB.


Background Color

.myBgColor { background-color: #D595BB; }

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

This div background color is #D595BB.


Border color

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

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

This div border color is #D595BB.


Opacity

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

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

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

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

This text has shadow with #D595BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D595BB on black background.


Color preview on white background

This text has color #D595BB on white background.



Black color preview on #D595BB background

This text has black color on #D595BB background.


White color preview on #D595BB background

This text has white color on #D595BB background.