COLOR #D33EC6

HEX: #D33EC6 RGB: (211,62,198)

Color info

#D33EC6 contains mainly red and blue colors. Web safe color of #D33EC6 is #CC33CC (or #C3C).

RGB color model

#D33EC6 color RGB value is (211,62,198).

RGB: (211,62,198) (83%, 24%, 78%)

RGB channels and saturation

R 211 of 255 = 83%
G 62 of 255 = 24%
B 198 of 255 = 78%

211
62
198

R + G + B ~ 62%. #D33EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 62 + 198 = 471 (100%)
R 211 of 471 ~ 44.8%
G 62 of 471 ~ 13.16%
B 198 of 471 ~ 42.04'%

%44.8
%13.16
%42.04

CMYK color model

#D33EC6 color CMYK value is (0,71,6,17).

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

CMYK: (0,71,6,17)
C0M71Y6K17 (0%, 71%, 6%, 17%)
(0.00 / 0.71 / 0.06 / 0.17)

CMYK percentages

%0
%70.62
%6.16
%17.25

Codes

Color #D33EC6 in popluar color models

D3 3E C6
RGB 211 62 198
HSL 305° 62.87% 53.53%
HSB/HSV 305° 70.62% 82.75%
CMYK 0.00% 70.62% 6.16%
17.25%

Color #D33EC6 in popluar number systems.

HEX D3 3E C6
Decimal 211 62 198
Binary 11010011 111110 11000110
Octal 323 76 306

Shades and tints

Shades of #D33EC6

#D33EC6
(211,62,198)
#C039B4
(192,57,180)
#AD34A2
(173,52,162)
#9A2F90
(154,47,144)
#872A7E
(135,42,126)
#74256C
(116,37,108)
#61205A
(97,32,90)
#4E1B48
(78,27,72)
#3B1636
(59,22,54)
#281124
(40,17,36)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #D33EC6

#D33EC6
(211,62,198)
#D74FCB
(215,79,203)
#DB60D0
(219,96,208)
#DF71D5
(223,113,213)
#E382DA
(227,130,218)
#E793DF
(231,147,223)
#EBA4E4
(235,164,228)
#EFB5E9
(239,181,233)
#F3C6EE
(243,198,238)
#F7D7F3
(247,215,243)
#FBE8F8
(251,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D33EC6; }

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

This text font color is #D33EC6.

Background Color

.myBgColor { background-color: #D33EC6; }

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

This div background color is #D33EC6.

Border color

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

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

This div border color is #D33EC6.

Opacity

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

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

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

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

This text has shadow with #D33EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D33EC6.

Preview

Color preview on black background

This text has color #D33EC6 on black background.


Color preview on white background

This text has color #D33EC6 on white background.


Black color preview on #D33EC6 background

This text has black color on #D33EC6 background.


White color preview on #D33EC6 background

This text has white color on #D33EC6 background.


Related colors

Complementary color

Complementary color for #hex is #2CC139.


I love getcolorcode.com

Triadic colors

1 #C6D33E and #3EC6D3 with #D33EC6 are triadic colors.

2 #C63ED3 and #3ED3C6 with #D33EC6 are triadic colors.