COLOR #D36DB5

HEX: #D36DB5 RGB: (211,109,181)

Color info

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

RGB color model

#D36DB5 color RGB value is (211,109,181).

RGB: (211,109,181) (83%, 43%, 71%)

RGB channels and saturation

R 211 of 255 = 83%
G 109 of 255 = 43%
B 181 of 255 = 71%

211
109
181

R + G + B ~ 66%. #D36DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 109 + 181 = 501 (100%)
R 211 of 501 ~ 42.12%
G 109 of 501 ~ 21.76%
B 181 of 501 ~ 36.13'%

%42.12
%21.76
%36.13

CMYK color model

#D36DB5 color CMYK value is (0,48,14,17).

  • cyan value is 0.00%
  • magenta value is 48.34%
  • yellow value is 14.22%
  • key color value is 17.25%

CMYK: (0,48,14,17)
C0M48Y14K17 (0%, 48%, 14%, 17%)
(0.00 / 0.48 / 0.14 / 0.17)

CMYK percentages

%0
%48.34
%14.22
%17.25

Codes

Color #D36DB5 in popluar color models

D3 6D B5
RGB 211 109 181
HSL 318° 53.68% 62.75%
HSB/HSV 318° 48.34% 82.75%
CMYK 0.00% 48.34% 14.22%
17.25%

Color #D36DB5 in popluar number systems.

HEX D3 6D B5
Decimal 211 109 181
Binary 11010011 1101101 10110101
Octal 323 155 265

Shades and tints

Shades of #D36DB5

#D36DB5
(211,109,181)
#C064A5
(192,100,165)
#AD5B95
(173,91,149)
#9A5285
(154,82,133)
#874975
(135,73,117)
#744065
(116,64,101)
#613755
(97,55,85)
#4E2E45
(78,46,69)
#3B2535
(59,37,53)
#281C25
(40,28,37)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #D36DB5

#D36DB5
(211,109,181)
#D77ABB
(215,122,187)
#DB87C1
(219,135,193)
#DF94C7
(223,148,199)
#E3A1CD
(227,161,205)
#E7AED3
(231,174,211)
#EBBBD9
(235,187,217)
#EFC8DF
(239,200,223)
#F3D5E5
(243,213,229)
#F7E2EB
(247,226,235)
#FBEFF1
(251,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36DB5 color. Also use rgb(211,109,181) instead hex code.

Text Font Color

.myTextColor { color: #D36DB5; }

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

This text font color is #D36DB5.

Background Color

.myBgColor { background-color: #D36DB5; }

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

This div background color is #D36DB5.

Border color

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

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

This div border color is #D36DB5.

Opacity

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

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

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

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

This text has shadow with #D36DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D36DB5.

Preview

Color preview on black background

This text has color #D36DB5 on black background.


Color preview on white background

This text has color #D36DB5 on white background.


Black color preview on #D36DB5 background

This text has black color on #D36DB5 background.


White color preview on #D36DB5 background

This text has white color on #D36DB5 background.


Related colors

Complementary color

Complementary color for #hex is #2C924A.


I love getcolorcode.com

Triadic colors

1 #B5D36D and #6DB5D3 with #D36DB5 are triadic colors.

2 #B56DD3 and #6DD3B5 with #D36DB5 are triadic colors.