COLOR #D363CC

HEX: #D363CC RGB: (211,99,204)

Color info

#D363CC contains mainly red and blue colors. Web safe color of #D363CC is #CC66CC (or #C6C).

RGB color model

#D363CC color RGB value is (211,99,204).

RGB: (211,99,204) (83%, 39%, 80%)

RGB channels and saturation

R 211 of 255 = 83%
G 99 of 255 = 39%
B 204 of 255 = 80%

211
99
204

R + G + B ~ 67%. #D363CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 99 + 204 = 514 (100%)
R 211 of 514 ~ 41.05%
G 99 of 514 ~ 19.26%
B 204 of 514 ~ 39.69'%

%41.05
%19.26
%39.69

CMYK color model

#D363CC color CMYK value is (0,53,3,17).

  • cyan value is 0.00%
  • magenta value is 53.08%
  • yellow value is 3.32%
  • key color value is 17.25%

CMYK: (0,53,3,17)
C0M53Y3K17 (0%, 53%, 3%, 17%)
(0.00 / 0.53 / 0.03 / 0.17)

CMYK percentages

%0
%53.08
%3.32
%17.25

Codes

Color #D363CC in popluar color models

D3 63 CC
RGB 211 99 204
HSL 304° 56.00% 60.78%
HSB/HSV 304° 53.08% 82.75%
CMYK 0.00% 53.08% 3.32%
17.25%

Color #D363CC in popluar number systems.

HEX D3 63 CC
Decimal 211 99 204
Binary 11010011 1100011 11001100
Octal 323 143 314

Shades and tints

Shades of #D363CC

#D363CC
(211,99,204)
#C05ABA
(192,90,186)
#AD51A8
(173,81,168)
#9A4896
(154,72,150)
#873F84
(135,63,132)
#743672
(116,54,114)
#612D60
(97,45,96)
#4E244E
(78,36,78)
#3B1B3C
(59,27,60)
#28122A
(40,18,42)
#150918
(21,9,24)
#000000
(0,0,0)

Tints of #D363CC

#D363CC
(211,99,204)
#D771D0
(215,113,208)
#DB7FD4
(219,127,212)
#DF8DD8
(223,141,216)
#E39BDC
(227,155,220)
#E7A9E0
(231,169,224)
#EBB7E4
(235,183,228)
#EFC5E8
(239,197,232)
#F3D3EC
(243,211,236)
#F7E1F0
(247,225,240)
#FBEFF4
(251,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D363CC; }

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

This text font color is #D363CC.

Background Color

.myBgColor { background-color: #D363CC; }

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

This div background color is #D363CC.

Border color

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

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

This div border color is #D363CC.

Opacity

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

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

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

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

This text has shadow with #D363CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D363CC.

Preview

Color preview on black background

This text has color #D363CC on black background.


Color preview on white background

This text has color #D363CC on white background.


Black color preview on #D363CC background

This text has black color on #D363CC background.


White color preview on #D363CC background

This text has white color on #D363CC background.


Related colors

Complementary color

Complementary color for #hex is #2C9C33.


I love getcolorcode.com

Triadic colors

1 #CCD363 and #63CCD3 with #D363CC are triadic colors.

2 #CC63D3 and #63D3CC with #D363CC are triadic colors.