COLOR #D33F6A

HEX: #D33F6A
RGB: (211,63,106)

Color info

#D33F6A contains mainly red color. Web safe color of #D33F6A is #CC3366 (or #C36).

RGB color model

#D33F6A color RGB value is (211,63,106).

  • red value is 211;
  • green value is 63;
  • blue value is 106.
RGB:
(211,63,106)
(83%,25%,42%)

RGB channels and saturation

R 211 of 255 = 83%
G 63 of 255 = 25%
B 106 of 255 = 42%

211
63
106

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

Portions of RGB colors in percentages

R + G + B =
211 + 63 + 106 = 380 (100%)
R 211 of 380 ~ 55.53%
G 63 of 380 ~ 16.58%
B 106 of 380 ~ 27.89%

%55.53
%16.58
%27.89

CMYK color model

#D33F6A color CMYK value is (0,70,50,17).

  • cyan value is 0.00%
  • magenta value is 70.14%
  • yellow value is 49.76%
  • key color value is 17.25%
CMYK:
(0,70,50,17)
C0M70Y50K17 
(0%,70%,50%,17%)
(0.00/0.70/0.50/0.17)	

CMYK percentages

%0
%70.14
%49.76
%17.25

Codes

Color #D33F6A in popluar color models

D33F6A
RGB21163106
HSL343°62.71%53.73%
HSB/HSV343°70.14%82.75%
CMYK0.00%70.14%49.76%
17.25%

Color #D33F6A in popluar number systems.

HEXD33F6A
Decimal21163106
Binary110100111111111101010
Octal32377152

Shades and tints

Shades of #D33F6A

#D33F6A
(211,63,106)
#C03A61
(192,58,97)
#AD3558
(173,53,88)
#9A304F
(154,48,79)
#872B46
(135,43,70)
#74263D
(116,38,61)
#612134
(97,33,52)
#4E1C2B
(78,28,43)
#3B1722
(59,23,34)
#281219
(40,18,25)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #D33F6A

#D33F6A
(211,63,106)
#D75077
(215,80,119)
#DB6184
(219,97,132)
#DF7291
(223,114,145)
#E3839E
(227,131,158)
#E794AB
(231,148,171)
#EBA5B8
(235,165,184)
#EFB6C5
(239,182,197)
#F3C7D2
(243,199,210)
#F7D8DF
(247,216,223)
#FBE9EC
(251,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D33F6A color. Also use rgb(211,63,106) instead hex code.

Text Font Color

.myTextColor { color: #D33F6A; }

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

This text font color is #D33F6A.


Background Color

.myBgColor { background-color: #D33F6A; }

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

This div background color is #D33F6A.


Border color

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

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

This div border color is #D33F6A.


Opacity

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

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

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

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

This text has shadow with #D33F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D33F6A on black background.


Color preview on white background

This text has color #D33F6A on white background.



Black color preview on #D33F6A background

This text has black color on #D33F6A background.


White color preview on #D33F6A background

This text has white color on #D33F6A background.