COLOR #D33CD3

HEX: #D33CD3
RGB: (211,60,211)

Color info

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

RGB color model

#D33CD3 color RGB value is (211,60,211).

  • red value is 211;
  • green value is 60;
  • blue value is 211.
RGB:
(211,60,211)
(83%,24%,83%)

RGB channels and saturation

R 211 of 255 = 83%
G 60 of 255 = 24%
B 211 of 255 = 83%

211
60
211

R + G + B ~ 63%. #D33CD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 60 + 211 = 482 (100%)
R 211 of 482 ~ 43.78%
G 60 of 482 ~ 12.45%
B 211 of 482 ~ 43.78%

%43.78
%12.45
%43.78

CMYK color model

#D33CD3 color CMYK value is (0,72,0,17).

  • cyan value is 0.00%
  • magenta value is 71.56%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(0,72,0,17)
C0M72Y0K17 
(0%,72%,0%,17%)
(0.00/0.72/0.00/0.17)	

CMYK percentages

%0
%71.56
%0
%17.25

Codes

Color #D33CD3 in popluar color models

D33CD3
RGB21160211
HSL300°63.18%53.14%
HSB/HSV300°71.56%82.75%
CMYK0.00%71.56%0.00%
17.25%

Color #D33CD3 in popluar number systems.

HEXD33CD3
Decimal21160211
Binary1101001111110011010011
Octal32374323

Shades and tints

Shades of #D33CD3

#D33CD3
(211,60,211)
#C037C0
(192,55,192)
#AD32AD
(173,50,173)
#9A2D9A
(154,45,154)
#872887
(135,40,135)
#742374
(116,35,116)
#611E61
(97,30,97)
#4E194E
(78,25,78)
#3B143B
(59,20,59)
#280F28
(40,15,40)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #D33CD3

#D33CD3
(211,60,211)
#D74DD7
(215,77,215)
#DB5EDB
(219,94,219)
#DF6FDF
(223,111,223)
#E380E3
(227,128,227)
#E791E7
(231,145,231)
#EBA2EB
(235,162,235)
#EFB3EF
(239,179,239)
#F3C4F3
(243,196,243)
#F7D5F7
(247,213,247)
#FBE6FB
(251,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D33CD3; }

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

This text font color is #D33CD3.


Background Color

.myBgColor { background-color: #D33CD3; }

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

This div background color is #D33CD3.


Border color

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

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

This div border color is #D33CD3.


Opacity

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

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

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

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

This text has shadow with #D33CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D33CD3 on black background.


Color preview on white background

This text has color #D33CD3 on white background.



Black color preview on #D33CD3 background

This text has black color on #D33CD3 background.


White color preview on #D33CD3 background

This text has white color on #D33CD3 background.