COLOR #D481CE

HEX: #D481CE RGB: (212,129,206)

Color info

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

RGB color model

#D481CE color RGB value is (212,129,206).

RGB: (212,129,206) (83%, 51%, 81%)

RGB channels and saturation

R 212 of 255 = 83%
G 129 of 255 = 51%
B 206 of 255 = 81%

212
129
206

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

Portions of RGB colors in percentages

R + G + B = 212 + 129 + 206 = 547 (100%)
R 212 of 547 ~ 38.76%
G 129 of 547 ~ 23.58%
B 206 of 547 ~ 37.66'%

%38.76
%23.58
%37.66

CMYK color model

#D481CE color CMYK value is (0,39,3,17).

  • cyan value is 0.00%
  • magenta value is 39.15%
  • yellow value is 2.83%
  • key color value is 16.86%

CMYK: (0,39,3,17)
C0M39Y3K17 (0%, 39%, 3%, 17%)
(0.00 / 0.39 / 0.03 / 0.17)

CMYK percentages

%0
%39.15
%2.83
%16.86

Codes

Color #D481CE in popluar color models

D4 81 CE
RGB 212 129 206
HSL 304° 49.11% 66.86%
HSB/HSV 304° 39.15% 83.14%
CMYK 0.00% 39.15% 2.83%
16.86%

Color #D481CE in popluar number systems.

HEX D4 81 CE
Decimal 212 129 206
Binary 11010100 10000001 11001110
Octal 324 201 316

Shades and tints

Shades of #D481CE

#D481CE
(212,129,206)
#C176BC
(193,118,188)
#AE6BAA
(174,107,170)
#9B6098
(155,96,152)
#885586
(136,85,134)
#754A74
(117,74,116)
#623F62
(98,63,98)
#4F3450
(79,52,80)
#3C293E
(60,41,62)
#291E2C
(41,30,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #D481CE

#D481CE
(212,129,206)
#D78CD2
(215,140,210)
#DA97D6
(218,151,214)
#DDA2DA
(221,162,218)
#E0ADDE
(224,173,222)
#E3B8E2
(227,184,226)
#E6C3E6
(230,195,230)
#E9CEEA
(233,206,234)
#ECD9EE
(236,217,238)
#EFE4F2
(239,228,242)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D481CE color. Also use rgb(212,129,206) instead hex code.

Text Font Color

.myTextColor { color: #D481CE; }

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

This text font color is #D481CE.

Background Color

.myBgColor { background-color: #D481CE; }

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

This div background color is #D481CE.

Border color

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

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

This div border color is #D481CE.

Opacity

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

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

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

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

This text has shadow with #D481CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D481CE.

Preview

Color preview on black background

This text has color #D481CE on black background.


Color preview on white background

This text has color #D481CE on white background.


Black color preview on #D481CE background

This text has black color on #D481CE background.


White color preview on #D481CE background

This text has white color on #D481CE background.


Related colors

Complementary color

Complementary color for #hex is #2B7E31.


I love getcolorcode.com

Triadic colors

1 #CED481 and #81CED4 with #D481CE are triadic colors.

2 #CE81D4 and #81D4CE with #D481CE are triadic colors.