COLOR #D375E9

HEX: #D375E9 RGB: (211,117,233)

Color info

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

RGB color model

#D375E9 color RGB value is (211,117,233).

RGB: (211,117,233) (83%, 46%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 117 of 255 = 46%
B 233 of 255 = 91%

211
117
233

R + G + B ~ 73%. #D375E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 117 + 233 = 561 (100%)
R 211 of 561 ~ 37.61%
G 117 of 561 ~ 20.86%
B 233 of 561 ~ 41.53'%

%37.61
%20.86
%41.53

CMYK color model

#D375E9 color CMYK value is (9,50,0,9).

  • cyan value is 9.44%
  • magenta value is 49.79%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,50,0,9)
C9M50Y0K9 (9%, 50%, 0%, 9%)
(0.09 / 0.50 / 0.00 / 0.09)

CMYK percentages

%9.44
%49.79
%0
%8.63

Codes

Color #D375E9 in popluar color models

D3 75 E9
RGB 211 117 233
HSL 289° 72.50% 68.63%
HSB/HSV 289° 49.79% 91.37%
CMYK 9.44% 49.79% 0.00%
8.63%

Color #D375E9 in popluar number systems.

HEX D3 75 E9
Decimal 211 117 233
Binary 11010011 1110101 11101001
Octal 323 165 351

Shades and tints

Shades of #D375E9

#D375E9
(211,117,233)
#C06BD4
(192,107,212)
#AD61BF
(173,97,191)
#9A57AA
(154,87,170)
#874D95
(135,77,149)
#744380
(116,67,128)
#61396B
(97,57,107)
#4E2F56
(78,47,86)
#3B2541
(59,37,65)
#281B2C
(40,27,44)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #D375E9

#D375E9
(211,117,233)
#D781EB
(215,129,235)
#DB8DED
(219,141,237)
#DF99EF
(223,153,239)
#E3A5F1
(227,165,241)
#E7B1F3
(231,177,243)
#EBBDF5
(235,189,245)
#EFC9F7
(239,201,247)
#F3D5F9
(243,213,249)
#F7E1FB
(247,225,251)
#FBEDFD
(251,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D375E9; }

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

This text font color is #D375E9.

Background Color

.myBgColor { background-color: #D375E9; }

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

This div background color is #D375E9.

Border color

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

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

This div border color is #D375E9.

Opacity

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

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

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

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

This text has shadow with #D375E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D375E9.

Preview

Color preview on black background

This text has color #D375E9 on black background.


Color preview on white background

This text has color #D375E9 on white background.


Black color preview on #D375E9 background

This text has black color on #D375E9 background.


White color preview on #D375E9 background

This text has white color on #D375E9 background.


Related colors

Complementary color

Complementary color for #hex is #2C8A16.


I love getcolorcode.com

Triadic colors

1 #E9D375 and #75E9D3 with #D375E9 are triadic colors.

2 #E975D3 and #75D3E9 with #D375E9 are triadic colors.