COLOR #D185BE

HEX: #D185BE
RGB: (209,133,190)

Color info

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

RGB color model

#D185BE color RGB value is (209,133,190).

  • red value is 209;
  • green value is 133;
  • blue value is 190.
RGB:
(209,133,190)
(82%,52%,75%)

RGB channels and saturation

R 209 of 255 = 82%
G 133 of 255 = 52%
B 190 of 255 = 75%

209
133
190

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

Portions of RGB colors in percentages

R + G + B =
209 + 133 + 190 = 532 (100%)
R 209 of 532 ~ 39.29%
G 133 of 532 ~ 25%
B 190 of 532 ~ 35.71%

%39.29
%25
%35.71

CMYK color model

#D185BE color CMYK value is (0,36,9,18).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(0,36,9,18)
C0M36Y9K18 
(0%,36%,9%,18%)
(0.00/0.36/0.09/0.18)	

CMYK percentages

%0
%36.36
%9.09
%18.04

Codes

Color #D185BE in popluar color models

D185BE
RGB209133190
HSL315°45.24%67.06%
HSB/HSV315°36.36%81.96%
CMYK0.00%36.36%9.09%
18.04%

Color #D185BE in popluar number systems.

HEXD185BE
Decimal209133190
Binary110100011000010110111110
Octal321205276

Shades and tints

Shades of #D185BE

#D185BE
(209,133,190)
#BE79AD
(190,121,173)
#AB6D9C
(171,109,156)
#98618B
(152,97,139)
#85557A
(133,85,122)
#724969
(114,73,105)
#5F3D58
(95,61,88)
#4C3147
(76,49,71)
#392536
(57,37,54)
#261925
(38,25,37)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #D185BE

#D185BE
(209,133,190)
#D590C3
(213,144,195)
#D99BC8
(217,155,200)
#DDA6CD
(221,166,205)
#E1B1D2
(225,177,210)
#E5BCD7
(229,188,215)
#E9C7DC
(233,199,220)
#EDD2E1
(237,210,225)
#F1DDE6
(241,221,230)
#F5E8EB
(245,232,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D185BE color. Also use rgb(209,133,190) instead hex code.

Text Font Color

.myTextColor { color: #D185BE; }

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

This text font color is #D185BE.


Background Color

.myBgColor { background-color: #D185BE; }

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

This div background color is #D185BE.


Border color

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

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

This div border color is #D185BE.


Opacity

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

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

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

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

This text has shadow with #D185BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D185BE on black background.


Color preview on white background

This text has color #D185BE on white background.



Black color preview on #D185BE background

This text has black color on #D185BE background.


White color preview on #D185BE background

This text has white color on #D185BE background.