COLOR #D36484

HEX: #D36484 RGB: (211,100,132)

Color info

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

RGB color model

#D36484 color RGB value is (211,100,132).

RGB: (211,100,132) (83%, 39%, 52%)

RGB channels and saturation

R 211 of 255 = 83%
G 100 of 255 = 39%
B 132 of 255 = 52%

211
100
132

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

Portions of RGB colors in percentages

R + G + B = 211 + 100 + 132 = 443 (100%)
R 211 of 443 ~ 47.63%
G 100 of 443 ~ 22.57%
B 132 of 443 ~ 29.8'%

%47.63
%22.57
%29.8

CMYK color model

#D36484 color CMYK value is (0,53,37,17).

  • cyan value is 0.00%
  • magenta value is 52.61%
  • yellow value is 37.44%
  • key color value is 17.25%

CMYK: (0,53,37,17)
C0M53Y37K17 (0%, 53%, 37%, 17%)
(0.00 / 0.53 / 0.37 / 0.17)

CMYK percentages

%0
%52.61
%37.44
%17.25

Codes

Color #D36484 in popluar color models

D3 64 84
RGB 211 100 132
HSL 343° 55.78% 60.98%
HSB/HSV 343° 52.61% 82.75%
CMYK 0.00% 52.61% 37.44%
17.25%

Color #D36484 in popluar number systems.

HEX D3 64 84
Decimal 211 100 132
Binary 11010011 1100100 10000100
Octal 323 144 204

Shades and tints

Shades of #D36484

#D36484
(211,100,132)
#C05B78
(192,91,120)
#AD526C
(173,82,108)
#9A4960
(154,73,96)
#874054
(135,64,84)
#743748
(116,55,72)
#612E3C
(97,46,60)
#4E2530
(78,37,48)
#3B1C24
(59,28,36)
#281318
(40,19,24)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #D36484

#D36484
(211,100,132)
#D7728F
(215,114,143)
#DB809A
(219,128,154)
#DF8EA5
(223,142,165)
#E39CB0
(227,156,176)
#E7AABB
(231,170,187)
#EBB8C6
(235,184,198)
#EFC6D1
(239,198,209)
#F3D4DC
(243,212,220)
#F7E2E7
(247,226,231)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D36484; }

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

This text font color is #D36484.

Background Color

.myBgColor { background-color: #D36484; }

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

This div background color is #D36484.

Border color

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

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

This div border color is #D36484.

Opacity

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

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

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

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

This text has shadow with #D36484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D36484.

Preview

Color preview on black background

This text has color #D36484 on black background.


Color preview on white background

This text has color #D36484 on white background.


Black color preview on #D36484 background

This text has black color on #D36484 background.


White color preview on #D36484 background

This text has white color on #D36484 background.


Related colors

Complementary color

Complementary color for #hex is #2C9B7B.


I love getcolorcode.com

Triadic colors

1 #84D364 and #6484D3 with #D36484 are triadic colors.

2 #8464D3 and #64D384 with #D36484 are triadic colors.