COLOR #D36AC1

HEX: #D36AC1
RGB: (211,106,193)

Color info

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

RGB color model

#D36AC1 color RGB value is (211,106,193).

  • red value is 211;
  • green value is 106;
  • blue value is 193.
RGB:
(211,106,193)
(83%,42%,76%)

RGB channels and saturation

R 211 of 255 = 83%
G 106 of 255 = 42%
B 193 of 255 = 76%

211
106
193

R + G + B ~ 67%. #D36AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 106 + 193 = 510 (100%)
R 211 of 510 ~ 41.37%
G 106 of 510 ~ 20.78%
B 193 of 510 ~ 37.84%

%41.37
%20.78
%37.84

CMYK color model

#D36AC1 color CMYK value is (0,50,9,17).

  • cyan value is 0.00%
  • magenta value is 49.76%
  • yellow value is 8.53%
  • key color value is 17.25%
CMYK:
(0,50,9,17)
C0M50Y9K17 
(0%,50%,9%,17%)
(0.00/0.50/0.09/0.17)	

CMYK percentages

%0
%49.76
%8.53
%17.25

Codes

Color #D36AC1 in popluar color models

D36AC1
RGB211106193
HSL310°54.40%62.16%
HSB/HSV310°49.76%82.75%
CMYK0.00%49.76%8.53%
17.25%

Color #D36AC1 in popluar number systems.

HEXD36AC1
Decimal211106193
Binary11010011110101011000001
Octal323152301

Shades and tints

Shades of #D36AC1

#D36AC1
(211,106,193)
#C061B0
(192,97,176)
#AD589F
(173,88,159)
#9A4F8E
(154,79,142)
#87467D
(135,70,125)
#743D6C
(116,61,108)
#61345B
(97,52,91)
#4E2B4A
(78,43,74)
#3B2239
(59,34,57)
#281928
(40,25,40)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #D36AC1

#D36AC1
(211,106,193)
#D777C6
(215,119,198)
#DB84CB
(219,132,203)
#DF91D0
(223,145,208)
#E39ED5
(227,158,213)
#E7ABDA
(231,171,218)
#EBB8DF
(235,184,223)
#EFC5E4
(239,197,228)
#F3D2E9
(243,210,233)
#F7DFEE
(247,223,238)
#FBECF3
(251,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36AC1 color. Also use rgb(211,106,193) instead hex code.

Text Font Color

.myTextColor { color: #D36AC1; }

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

This text font color is #D36AC1.


Background Color

.myBgColor { background-color: #D36AC1; }

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

This div background color is #D36AC1.


Border color

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

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

This div border color is #D36AC1.


Opacity

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

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

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

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

This text has shadow with #D36AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36AC1 on black background.


Color preview on white background

This text has color #D36AC1 on white background.



Black color preview on #D36AC1 background

This text has black color on #D36AC1 background.


White color preview on #D36AC1 background

This text has white color on #D36AC1 background.