COLOR #D975E5

HEX: #D975E5
RGB: (217,117,229)

Color info

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

RGB color model

#D975E5 color RGB value is (217,117,229).

  • red value is 217;
  • green value is 117;
  • blue value is 229.
RGB:
(217,117,229)
(85%,46%,90%)

RGB channels and saturation

R 217 of 255 = 85%
G 117 of 255 = 46%
B 229 of 255 = 90%

217
117
229

R + G + B ~ 74%. #D975E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 117 + 229 = 563 (100%)
R 217 of 563 ~ 38.54%
G 117 of 563 ~ 20.78%
B 229 of 563 ~ 40.67%

%38.54
%20.78
%40.67

CMYK color model

#D975E5 color CMYK value is (5,49,0,10).

  • cyan value is 5.24%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,49,0,10)
C5M49Y0K10 
(5%,49%,0%,10%)
(0.05/0.49/0.00/0.10)	

CMYK percentages

%5.24
%48.91
%0
%10.2

Codes

Color #D975E5 in popluar color models

D975E5
RGB217117229
HSL294°68.29%67.84%
HSB/HSV294°48.91%89.80%
CMYK5.24%48.91%0.00%
10.20%

Color #D975E5 in popluar number systems.

HEXD975E5
Decimal217117229
Binary11011001111010111100101
Octal331165345

Shades and tints

Shades of #D975E5

#D975E5
(217,117,229)
#C66BD1
(198,107,209)
#B361BD
(179,97,189)
#A057A9
(160,87,169)
#8D4D95
(141,77,149)
#7A4381
(122,67,129)
#67396D
(103,57,109)
#542F59
(84,47,89)
#412545
(65,37,69)
#2E1B31
(46,27,49)
#1B111D
(27,17,29)
#000000
(0,0,0)

Tints of #D975E5

#D975E5
(217,117,229)
#DC81E7
(220,129,231)
#DF8DE9
(223,141,233)
#E299EB
(226,153,235)
#E5A5ED
(229,165,237)
#E8B1EF
(232,177,239)
#EBBDF1
(235,189,241)
#EEC9F3
(238,201,243)
#F1D5F5
(241,213,245)
#F4E1F7
(244,225,247)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D975E5 color. Also use rgb(217,117,229) instead hex code.

Text Font Color

.myTextColor { color: #D975E5; }

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

This text font color is #D975E5.


Background Color

.myBgColor { background-color: #D975E5; }

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

This div background color is #D975E5.


Border color

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

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

This div border color is #D975E5.


Opacity

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

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

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

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

This text has shadow with #D975E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D975E5 on black background.


Color preview on white background

This text has color #D975E5 on white background.



Black color preview on #D975E5 background

This text has black color on #D975E5 background.


White color preview on #D975E5 background

This text has white color on #D975E5 background.