COLOR #D375F8

HEX: #D375F8 RGB: (211,117,248)

Color info

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

RGB color model

#D375F8 color RGB value is (211,117,248).

RGB: (211,117,248) (83%, 46%, 97%)

RGB channels and saturation

R 211 of 255 = 83%
G 117 of 255 = 46%
B 248 of 255 = 97%

211
117
248

R + G + B ~ 75%. #D375F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 117 + 248 = 576 (100%)
R 211 of 576 ~ 36.63%
G 117 of 576 ~ 20.31%
B 248 of 576 ~ 43.06'%

%36.63
%20.31
%43.06

CMYK color model

#D375F8 color CMYK value is (15,53,0,3).

  • cyan value is 14.92%
  • magenta value is 52.82%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (15,53,0,3)
C15M53Y0K3 (15%, 53%, 0%, 3%)
(0.15 / 0.53 / 0.00 / 0.03)

CMYK percentages

%14.92
%52.82
%0
%2.75

Codes

Color #D375F8 in popluar color models

D3 75 F8
RGB 211 117 248
HSL 283° 90.34% 71.57%
HSB/HSV 283° 52.82% 97.25%
CMYK 14.92% 52.82% 0.00%
2.75%

Color #D375F8 in popluar number systems.

HEX D3 75 F8
Decimal 211 117 248
Binary 11010011 1110101 11111000
Octal 323 165 370

Shades and tints

Shades of #D375F8

#D375F8
(211,117,248)
#C06BE2
(192,107,226)
#AD61CC
(173,97,204)
#9A57B6
(154,87,182)
#874DA0
(135,77,160)
#74438A
(116,67,138)
#613974
(97,57,116)
#4E2F5E
(78,47,94)
#3B2548
(59,37,72)
#281B32
(40,27,50)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #D375F8

#D375F8
(211,117,248)
#D781F8
(215,129,248)
#DB8DF8
(219,141,248)
#DF99F8
(223,153,248)
#E3A5F8
(227,165,248)
#E7B1F8
(231,177,248)
#EBBDF8
(235,189,248)
#EFC9F8
(239,201,248)
#F3D5F8
(243,213,248)
#F7E1F8
(247,225,248)
#FBEDF8
(251,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D375F8; }

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

This text font color is #D375F8.

Background Color

.myBgColor { background-color: #D375F8; }

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

This div background color is #D375F8.

Border color

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

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

This div border color is #D375F8.

Opacity

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

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

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

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

This text has shadow with #D375F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D375F8.

Preview

Color preview on black background

This text has color #D375F8 on black background.


Color preview on white background

This text has color #D375F8 on white background.


Black color preview on #D375F8 background

This text has black color on #D375F8 background.


White color preview on #D375F8 background

This text has white color on #D375F8 background.


Related colors

Complementary color

Complementary color for #hex is #2C8A07.


I love getcolorcode.com

Triadic colors

1 #F8D375 and #75F8D3 with #D375F8 are triadic colors.

2 #F875D3 and #75D3F8 with #D375F8 are triadic colors.