COLOR #D180D3

HEX: #D180D3 RGB: (209,128,211)

Color info

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

RGB color model

#D180D3 color RGB value is (209,128,211).

RGB: (209,128,211) (82%, 50%, 83%)

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 211 of 255 = 83%

209
128
211

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

Portions of RGB colors in percentages

R + G + B = 209 + 128 + 211 = 548 (100%)
R 209 of 548 ~ 38.14%
G 128 of 548 ~ 23.36%
B 211 of 548 ~ 38.5'%

%38.14
%23.36
%38.5

CMYK color model

#D180D3 color CMYK value is (1,39,0,17).

  • cyan value is 0.95%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (1,39,0,17)
C1M39Y0K17 (1%, 39%, 0%, 17%)
(0.01 / 0.39 / 0.00 / 0.17)

CMYK percentages

%0.95
%39.34
%0
%17.25

Codes

Color #D180D3 in popluar color models

D1 80 D3
RGB 209 128 211
HSL 299° 48.54% 66.47%
HSB/HSV 299° 39.34% 82.75%
CMYK 0.95% 39.34% 0.00%
17.25%

Color #D180D3 in popluar number systems.

HEX D1 80 D3
Decimal 209 128 211
Binary 11010001 10000000 11010011
Octal 321 200 323

Shades and tints

Shades of #D180D3

#D180D3
(209,128,211)
#BE75C0
(190,117,192)
#AB6AAD
(171,106,173)
#985F9A
(152,95,154)
#855487
(133,84,135)
#724974
(114,73,116)
#5F3E61
(95,62,97)
#4C334E
(76,51,78)
#39283B
(57,40,59)
#261D28
(38,29,40)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D180D3

#D180D3
(209,128,211)
#D58BD7
(213,139,215)
#D996DB
(217,150,219)
#DDA1DF
(221,161,223)
#E1ACE3
(225,172,227)
#E5B7E7
(229,183,231)
#E9C2EB
(233,194,235)
#EDCDEF
(237,205,239)
#F1D8F3
(241,216,243)
#F5E3F7
(245,227,247)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D180D3; }

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

This text font color is #D180D3.

Background Color

.myBgColor { background-color: #D180D3; }

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

This div background color is #D180D3.

Border color

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

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

This div border color is #D180D3.

Opacity

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

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

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

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

This text has shadow with #D180D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D180D3.

Preview

Color preview on black background

This text has color #D180D3 on black background.


Color preview on white background

This text has color #D180D3 on white background.


Black color preview on #D180D3 background

This text has black color on #D180D3 background.


White color preview on #D180D3 background

This text has white color on #D180D3 background.


Related colors

Complementary color

Complementary color for #hex is #2E7F2C.


I love getcolorcode.com

Triadic colors

1 #D3D180 and #80D3D1 with #D180D3 are triadic colors.

2 #D380D1 and #80D1D3 with #D180D3 are triadic colors.