COLOR #D36DBA

HEX: #D36DBA RGB: (211,109,186)

Color info

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

RGB color model

#D36DBA color RGB value is (211,109,186).

RGB: (211,109,186) (83%, 43%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 109 of 255 = 43%
B 186 of 255 = 73%

211
109
186

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

Portions of RGB colors in percentages

R + G + B = 211 + 109 + 186 = 506 (100%)
R 211 of 506 ~ 41.7%
G 109 of 506 ~ 21.54%
B 186 of 506 ~ 36.76'%

%41.7
%21.54
%36.76

CMYK color model

#D36DBA color CMYK value is (0,48,12,17).

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

CMYK: (0,48,12,17)
C0M48Y12K17 (0%, 48%, 12%, 17%)
(0.00 / 0.48 / 0.12 / 0.17)

CMYK percentages

%0
%48.34
%11.85
%17.25

Codes

Color #D36DBA in popluar color models

D3 6D BA
RGB 211 109 186
HSL 315° 53.68% 62.75%
HSB/HSV 315° 48.34% 82.75%
CMYK 0.00% 48.34% 11.85%
17.25%

Color #D36DBA in popluar number systems.

HEX D3 6D BA
Decimal 211 109 186
Binary 11010011 1101101 10111010
Octal 323 155 272

Shades and tints

Shades of #D36DBA

#D36DBA
(211,109,186)
#C064AA
(192,100,170)
#AD5B9A
(173,91,154)
#9A528A
(154,82,138)
#87497A
(135,73,122)
#74406A
(116,64,106)
#61375A
(97,55,90)
#4E2E4A
(78,46,74)
#3B253A
(59,37,58)
#281C2A
(40,28,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #D36DBA

#D36DBA
(211,109,186)
#D77AC0
(215,122,192)
#DB87C6
(219,135,198)
#DF94CC
(223,148,204)
#E3A1D2
(227,161,210)
#E7AED8
(231,174,216)
#EBBBDE
(235,187,222)
#EFC8E4
(239,200,228)
#F3D5EA
(243,213,234)
#F7E2F0
(247,226,240)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D36DBA; }

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

This text font color is #D36DBA.

Background Color

.myBgColor { background-color: #D36DBA; }

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

This div background color is #D36DBA.

Border color

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

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

This div border color is #D36DBA.

Opacity

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

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

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

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

This text has shadow with #D36DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D36DBA.

Preview

Color preview on black background

This text has color #D36DBA on black background.


Color preview on white background

This text has color #D36DBA on white background.


Black color preview on #D36DBA background

This text has black color on #D36DBA background.


White color preview on #D36DBA background

This text has white color on #D36DBA background.


Related colors

Complementary color

Complementary color for #hex is #2C9245.


I love getcolorcode.com

Triadic colors

1 #BAD36D and #6DBAD3 with #D36DBA are triadic colors.

2 #BA6DD3 and #6DD3BA with #D36DBA are triadic colors.