COLOR #D33E89

HEX: #D33E89 RGB: (211,62,137)

Color info

#D33E89 contains mainly red color. Web safe color of #D33E89 is #CC3399 (or #C39).

RGB color model

#D33E89 color RGB value is (211,62,137).

RGB: (211,62,137) (83%, 24%, 54%)

RGB channels and saturation

R 211 of 255 = 83%
G 62 of 255 = 24%
B 137 of 255 = 54%

211
62
137

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

Portions of RGB colors in percentages

R + G + B = 211 + 62 + 137 = 410 (100%)
R 211 of 410 ~ 51.46%
G 62 of 410 ~ 15.12%
B 137 of 410 ~ 33.41'%

%51.46
%15.12
%33.41

CMYK color model

#D33E89 color CMYK value is (0,71,35,17).

  • cyan value is 0.00%
  • magenta value is 70.62%
  • yellow value is 35.07%
  • key color value is 17.25%

CMYK: (0,71,35,17)
C0M71Y35K17 (0%, 71%, 35%, 17%)
(0.00 / 0.71 / 0.35 / 0.17)

CMYK percentages

%0
%70.62
%35.07
%17.25

Codes

Color #D33E89 in popluar color models

D3 3E 89
RGB 211 62 137
HSL 330° 62.87% 53.53%
HSB/HSV 330° 70.62% 82.75%
CMYK 0.00% 70.62% 35.07%
17.25%

Color #D33E89 in popluar number systems.

HEX D3 3E 89
Decimal 211 62 137
Binary 11010011 111110 10001001
Octal 323 76 211

Shades and tints

Shades of #D33E89

#D33E89
(211,62,137)
#C0397D
(192,57,125)
#AD3471
(173,52,113)
#9A2F65
(154,47,101)
#872A59
(135,42,89)
#74254D
(116,37,77)
#612041
(97,32,65)
#4E1B35
(78,27,53)
#3B1629
(59,22,41)
#28111D
(40,17,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #D33E89

#D33E89
(211,62,137)
#D74F93
(215,79,147)
#DB609D
(219,96,157)
#DF71A7
(223,113,167)
#E382B1
(227,130,177)
#E793BB
(231,147,187)
#EBA4C5
(235,164,197)
#EFB5CF
(239,181,207)
#F3C6D9
(243,198,217)
#F7D7E3
(247,215,227)
#FBE8ED
(251,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D33E89 color. Also use rgb(211,62,137) instead hex code.

Text Font Color

.myTextColor { color: #D33E89; }

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

This text font color is #D33E89.

Background Color

.myBgColor { background-color: #D33E89; }

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

This div background color is #D33E89.

Border color

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

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

This div border color is #D33E89.

Opacity

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

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

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

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

This text has shadow with #D33E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D33E89.

Preview

Color preview on black background

This text has color #D33E89 on black background.


Color preview on white background

This text has color #D33E89 on white background.


Black color preview on #D33E89 background

This text has black color on #D33E89 background.


White color preview on #D33E89 background

This text has white color on #D33E89 background.


Related colors

Complementary color

Complementary color for #hex is #2CC176.


I love getcolorcode.com

Triadic colors

1 #89D33E and #3E89D3 with #D33E89 are triadic colors.

2 #893ED3 and #3ED389 with #D33E89 are triadic colors.