COLOR #D36490

HEX: #D36490
RGB: (211,100,144)

Color info

#D36490 contains mainly red color. Web safe color of #D36490 is #CC6699 (or #C69).

RGB color model

#D36490 color RGB value is (211,100,144).

  • red value is 211;
  • green value is 100;
  • blue value is 144.
RGB:
(211,100,144)
(83%,39%,56%)

RGB channels and saturation

R 211 of 255 = 83%
G 100 of 255 = 39%
B 144 of 255 = 56%

211
100
144

R + G + B ~ 59%. #D36490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 100 + 144 = 455 (100%)
R 211 of 455 ~ 46.37%
G 100 of 455 ~ 21.98%
B 144 of 455 ~ 31.65%

%46.37
%21.98
%31.65

CMYK color model

#D36490 color CMYK value is (0,53,32,17).

  • cyan value is 0.00%
  • magenta value is 52.61%
  • yellow value is 31.75%
  • key color value is 17.25%
CMYK:
(0,53,32,17)
C0M53Y32K17 
(0%,53%,32%,17%)
(0.00/0.53/0.32/0.17)	

CMYK percentages

%0
%52.61
%31.75
%17.25

Codes

Color #D36490 in popluar color models

D36490
RGB211100144
HSL336°55.78%60.98%
HSB/HSV336°52.61%82.75%
CMYK0.00%52.61%31.75%
17.25%

Color #D36490 in popluar number systems.

HEXD36490
Decimal211100144
Binary11010011110010010010000
Octal323144220

Shades and tints

Shades of #D36490

#D36490
(211,100,144)
#C05B83
(192,91,131)
#AD5276
(173,82,118)
#9A4969
(154,73,105)
#87405C
(135,64,92)
#74374F
(116,55,79)
#612E42
(97,46,66)
#4E2535
(78,37,53)
#3B1C28
(59,28,40)
#28131B
(40,19,27)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #D36490

#D36490
(211,100,144)
#D7729A
(215,114,154)
#DB80A4
(219,128,164)
#DF8EAE
(223,142,174)
#E39CB8
(227,156,184)
#E7AAC2
(231,170,194)
#EBB8CC
(235,184,204)
#EFC6D6
(239,198,214)
#F3D4E0
(243,212,224)
#F7E2EA
(247,226,234)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36490 color. Also use rgb(211,100,144) instead hex code.

Text Font Color

.myTextColor { color: #D36490; }

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

This text font color is #D36490.


Background Color

.myBgColor { background-color: #D36490; }

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

This div background color is #D36490.


Border color

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

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

This div border color is #D36490.


Opacity

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

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

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

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

This text has shadow with #D36490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36490 on black background.


Color preview on white background

This text has color #D36490 on white background.



Black color preview on #D36490 background

This text has black color on #D36490 background.


White color preview on #D36490 background

This text has white color on #D36490 background.