COLOR #D180C6

HEX: #D180C6 RGB: (209,128,198)

Color info

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

RGB color model

#D180C6 color RGB value is (209,128,198).

RGB: (209,128,198) (82%, 50%, 78%)

RGB channels and saturation

R 209 of 255 = 82%
G 128 of 255 = 50%
B 198 of 255 = 78%

209
128
198

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

Portions of RGB colors in percentages

R + G + B = 209 + 128 + 198 = 535 (100%)
R 209 of 535 ~ 39.07%
G 128 of 535 ~ 23.93%
B 198 of 535 ~ 37.01'%

%39.07
%23.93
%37.01

CMYK color model

#D180C6 color CMYK value is (0,39,5,18).

  • cyan value is 0.00%
  • magenta value is 38.76%
  • yellow value is 5.26%
  • key color value is 18.04%

CMYK: (0,39,5,18)
C0M39Y5K18 (0%, 39%, 5%, 18%)
(0.00 / 0.39 / 0.05 / 0.18)

CMYK percentages

%0
%38.76
%5.26
%18.04

Codes

Color #D180C6 in popluar color models

D1 80 C6
RGB 209 128 198
HSL 308° 46.82% 66.08%
HSB/HSV 308° 38.76% 81.96%
CMYK 0.00% 38.76% 5.26%
18.04%

Color #D180C6 in popluar number systems.

HEX D1 80 C6
Decimal 209 128 198
Binary 11010001 10000000 11000110
Octal 321 200 306

Shades and tints

Shades of #D180C6

#D180C6
(209,128,198)
#BE75B4
(190,117,180)
#AB6AA2
(171,106,162)
#985F90
(152,95,144)
#85547E
(133,84,126)
#72496C
(114,73,108)
#5F3E5A
(95,62,90)
#4C3348
(76,51,72)
#392836
(57,40,54)
#261D24
(38,29,36)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #D180C6

#D180C6
(209,128,198)
#D58BCB
(213,139,203)
#D996D0
(217,150,208)
#DDA1D5
(221,161,213)
#E1ACDA
(225,172,218)
#E5B7DF
(229,183,223)
#E9C2E4
(233,194,228)
#EDCDE9
(237,205,233)
#F1D8EE
(241,216,238)
#F5E3F3
(245,227,243)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D180C6; }

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

This text font color is #D180C6.

Background Color

.myBgColor { background-color: #D180C6; }

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

This div background color is #D180C6.

Border color

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

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

This div border color is #D180C6.

Opacity

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

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

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

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

This text has shadow with #D180C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D180C6.

Preview

Color preview on black background

This text has color #D180C6 on black background.


Color preview on white background

This text has color #D180C6 on white background.


Black color preview on #D180C6 background

This text has black color on #D180C6 background.


White color preview on #D180C6 background

This text has white color on #D180C6 background.


Related colors

Complementary color

Complementary color for #hex is #2E7F39.


I love getcolorcode.com

Triadic colors

1 #C6D180 and #80C6D1 with #D180C6 are triadic colors.

2 #C680D1 and #80D1C6 with #D180C6 are triadic colors.