COLOR #D365EA

HEX: #D365EA RGB: (211,101,234)

Color info

#D365EA contains mainly red and blue colors. Web safe color of #D365EA is #CC66FF (or #C6F).

RGB color model

#D365EA color RGB value is (211,101,234).

RGB: (211,101,234) (83%, 40%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 101 of 255 = 40%
B 234 of 255 = 92%

211
101
234

R + G + B ~ 72%. #D365EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 101 + 234 = 546 (100%)
R 211 of 546 ~ 38.64%
G 101 of 546 ~ 18.5%
B 234 of 546 ~ 42.86'%

%38.64
%18.5
%42.86

CMYK color model

#D365EA color CMYK value is (10,57,0,8).

  • cyan value is 9.83%
  • magenta value is 56.84%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (10,57,0,8)
C10M57Y0K8 (10%, 57%, 0%, 8%)
(0.10 / 0.57 / 0.00 / 0.08)

CMYK percentages

%9.83
%56.84
%0
%8.24

Codes

Color #D365EA in popluar color models

D3 65 EA
RGB 211 101 234
HSL 290° 76.00% 65.69%
HSB/HSV 290° 56.84% 91.76%
CMYK 9.83% 56.84% 0.00%
8.24%

Color #D365EA in popluar number systems.

HEX D3 65 EA
Decimal 211 101 234
Binary 11010011 1100101 11101010
Octal 323 145 352

Shades and tints

Shades of #D365EA

#D365EA
(211,101,234)
#C05CD5
(192,92,213)
#AD53C0
(173,83,192)
#9A4AAB
(154,74,171)
#874196
(135,65,150)
#743881
(116,56,129)
#612F6C
(97,47,108)
#4E2657
(78,38,87)
#3B1D42
(59,29,66)
#28142D
(40,20,45)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #D365EA

#D365EA
(211,101,234)
#D773EB
(215,115,235)
#DB81EC
(219,129,236)
#DF8FED
(223,143,237)
#E39DEE
(227,157,238)
#E7ABEF
(231,171,239)
#EBB9F0
(235,185,240)
#EFC7F1
(239,199,241)
#F3D5F2
(243,213,242)
#F7E3F3
(247,227,243)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D365EA; }

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

This text font color is #D365EA.

Background Color

.myBgColor { background-color: #D365EA; }

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

This div background color is #D365EA.

Border color

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

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

This div border color is #D365EA.

Opacity

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

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

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

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

This text has shadow with #D365EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D365EA.

Preview

Color preview on black background

This text has color #D365EA on black background.


Color preview on white background

This text has color #D365EA on white background.


Black color preview on #D365EA background

This text has black color on #D365EA background.


White color preview on #D365EA background

This text has white color on #D365EA background.


Related colors

Complementary color

Complementary color for #hex is #2C9A15.


I love getcolorcode.com

Triadic colors

1 #EAD365 and #65EAD3 with #D365EA are triadic colors.

2 #EA65D3 and #65D3EA with #D365EA are triadic colors.