COLOR #D36988

HEX: #D36988 RGB: (211,105,136)

Color info

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

RGB color model

#D36988 color RGB value is (211,105,136).

RGB: (211,105,136) (83%, 41%, 53%)

RGB channels and saturation

R 211 of 255 = 83%
G 105 of 255 = 41%
B 136 of 255 = 53%

211
105
136

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

Portions of RGB colors in percentages

R + G + B = 211 + 105 + 136 = 452 (100%)
R 211 of 452 ~ 46.68%
G 105 of 452 ~ 23.23%
B 136 of 452 ~ 30.09'%

%46.68
%23.23
%30.09

CMYK color model

#D36988 color CMYK value is (0,50,36,17).

  • cyan value is 0.00%
  • magenta value is 50.24%
  • yellow value is 35.55%
  • key color value is 17.25%

CMYK: (0,50,36,17)
C0M50Y36K17 (0%, 50%, 36%, 17%)
(0.00 / 0.50 / 0.36 / 0.17)

CMYK percentages

%0
%50.24
%35.55
%17.25

Codes

Color #D36988 in popluar color models

D3 69 88
RGB 211 105 136
HSL 342° 54.64% 61.96%
HSB/HSV 342° 50.24% 82.75%
CMYK 0.00% 50.24% 35.55%
17.25%

Color #D36988 in popluar number systems.

HEX D3 69 88
Decimal 211 105 136
Binary 11010011 1101001 10001000
Octal 323 151 210

Shades and tints

Shades of #D36988

#D36988
(211,105,136)
#C0607C
(192,96,124)
#AD5770
(173,87,112)
#9A4E64
(154,78,100)
#874558
(135,69,88)
#743C4C
(116,60,76)
#613340
(97,51,64)
#4E2A34
(78,42,52)
#3B2128
(59,33,40)
#28181C
(40,24,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #D36988

#D36988
(211,105,136)
#D77692
(215,118,146)
#DB839C
(219,131,156)
#DF90A6
(223,144,166)
#E39DB0
(227,157,176)
#E7AABA
(231,170,186)
#EBB7C4
(235,183,196)
#EFC4CE
(239,196,206)
#F3D1D8
(243,209,216)
#F7DEE2
(247,222,226)
#FBEBEC
(251,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36988 color. Also use rgb(211,105,136) instead hex code.

Text Font Color

.myTextColor { color: #D36988; }

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

This text font color is #D36988.

Background Color

.myBgColor { background-color: #D36988; }

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

This div background color is #D36988.

Border color

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

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

This div border color is #D36988.

Opacity

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

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

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

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

This text has shadow with #D36988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D36988.

Preview

Color preview on black background

This text has color #D36988 on black background.


Color preview on white background

This text has color #D36988 on white background.


Black color preview on #D36988 background

This text has black color on #D36988 background.


White color preview on #D36988 background

This text has white color on #D36988 background.


Related colors

Complementary color

Complementary color for #hex is #2C9677.


I love getcolorcode.com

Triadic colors

1 #88D369 and #6988D3 with #D36988 are triadic colors.

2 #8869D3 and #69D388 with #D36988 are triadic colors.