COLOR #D33783

HEX: #D33783
RGB: (211,55,131)

Color info

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

RGB color model

#D33783 color RGB value is (211,55,131).

  • red value is 211;
  • green value is 55;
  • blue value is 131.
RGB:
(211,55,131)
(83%,22%,51%)

RGB channels and saturation

R 211 of 255 = 83%
G 55 of 255 = 22%
B 131 of 255 = 51%

211
55
131

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

Portions of RGB colors in percentages

R + G + B =
211 + 55 + 131 = 397 (100%)
R 211 of 397 ~ 53.15%
G 55 of 397 ~ 13.85%
B 131 of 397 ~ 33%

%53.15
%13.85
%33

CMYK color model

#D33783 color CMYK value is (0,74,38,17).

  • cyan value is 0.00%
  • magenta value is 73.93%
  • yellow value is 37.91%
  • key color value is 17.25%
CMYK:
(0,74,38,17)
C0M74Y38K17 
(0%,74%,38%,17%)
(0.00/0.74/0.38/0.17)	

CMYK percentages

%0
%73.93
%37.91
%17.25

Codes

Color #D33783 in popluar color models

D33783
RGB21155131
HSL331°63.93%52.16%
HSB/HSV331°73.93%82.75%
CMYK0.00%73.93%37.91%
17.25%

Color #D33783 in popluar number systems.

HEXD33783
Decimal21155131
Binary1101001111011110000011
Octal32367203

Shades and tints

Shades of #D33783

#D33783
(211,55,131)
#C03278
(192,50,120)
#AD2D6D
(173,45,109)
#9A2862
(154,40,98)
#872357
(135,35,87)
#741E4C
(116,30,76)
#611941
(97,25,65)
#4E1436
(78,20,54)
#3B0F2B
(59,15,43)
#280A20
(40,10,32)
#150515
(21,5,21)
#000000
(0,0,0)

Tints of #D33783

#D33783
(211,55,131)
#D7498E
(215,73,142)
#DB5B99
(219,91,153)
#DF6DA4
(223,109,164)
#E37FAF
(227,127,175)
#E791BA
(231,145,186)
#EBA3C5
(235,163,197)
#EFB5D0
(239,181,208)
#F3C7DB
(243,199,219)
#F7D9E6
(247,217,230)
#FBEBF1
(251,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D33783 color. Also use rgb(211,55,131) instead hex code.

Text Font Color

.myTextColor { color: #D33783; }

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

This text font color is #D33783.


Background Color

.myBgColor { background-color: #D33783; }

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

This div background color is #D33783.


Border color

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

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

This div border color is #D33783.


Opacity

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

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

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

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

This text has shadow with #D33783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D33783 on black background.


Color preview on white background

This text has color #D33783 on white background.



Black color preview on #D33783 background

This text has black color on #D33783 background.


White color preview on #D33783 background

This text has white color on #D33783 background.