COLOR #D180B9

HEX: #D180B9 RGB: (209,128,185)

Color info

#D180B9 contains mainly red and blue colors. Web safe color of #D180B9 is #CC66CC (or #C6C).

RGB color model

#D180B9 color RGB value is (209,128,185).

RGB: (209,128,185) (82%, 50%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 185 of 255 = 73%

209
128
185

R + G + B ~ 68%. #D180B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 128 + 185 = 522 (100%)
R 209 of 522 ~ 40.04%
G 128 of 522 ~ 24.52%
B 185 of 522 ~ 35.44'%

%40.04
%24.52
%35.44

CMYK color model

#D180B9 color CMYK value is (0,39,11,18).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 11.48%
  • key color value is 18.04%
CMYK: (0,39,11,18) C0M39Y11K18 (0%,39%,11%,18%) (0.00/0.39/0.11/0.18) 

CMYK percentages

%0
%38.76
%11.48
%18.04

Codes

Color #D180B9 in popluar color models

D1 80 B9
RGB 209 128 185
HSL 318° 46.82% 66.08%
HSB/HSV 318° 38.76% 81.96%
CMYK 0.00% 38.76% 11.48%
18.04%

Color #D180B9 in popluar number systems.

HEX D1 80 B9
Decimal 209 128 185
Binary 11010001 10000000 10111001
Octal 321 200 271

Shades and tints

Shades of #D180B9

#D180B9
(209,128,185)
#BE75A9
(190,117,169)
#AB6A99
(171,106,153)
#985F89
(152,95,137)
#855479
(133,84,121)
#724969
(114,73,105)
#5F3E59
(95,62,89)
#4C3349
(76,51,73)
#392839
(57,40,57)
#261D29
(38,29,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #D180B9

#D180B9
(209,128,185)
#D58BBF
(213,139,191)
#D996C5
(217,150,197)
#DDA1CB
(221,161,203)
#E1ACD1
(225,172,209)
#E5B7D7
(229,183,215)
#E9C2DD
(233,194,221)
#EDCDE3
(237,205,227)
#F1D8E9
(241,216,233)
#F5E3EF
(245,227,239)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D180B9 color. Also use rgb(209,128,185) instead hex code.

Text Font Color

.myTextColor { color: #D180B9; }

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

This text font color is #D180B9.

Background Color

.myBgColor { background-color: #D180B9; }

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

This div background color is #D180B9.

Border color

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

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

This div border color is #D180B9.

Opacity

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

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

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

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

This text has shadow with #D180B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D180B9.

Preview

Color preview on black background

This text has color #D180B9 on black background.


Color preview on white background

This text has color #D180B9 on white background.


Black color preview on #D180B9 background

This text has black color on #D180B9 background.


White color preview on #D180B9 background

This text has white color on #D180B9 background.


Related colors

Complementary color

Complementary color for #hex is #2E7F46.


I love getcolorcode.com

Triadic colors

1 #B9D180 and #80B9D1 with #D180B9 are triadic colors.

2 #B980D1 and #80D1B9 with #D180B9 are triadic colors.