COLOR #D754E1

HEX: #D754E1
RGB: (215,84,225)

Color info

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

RGB color model

#D754E1 color RGB value is (215,84,225).

  • red value is 215;
  • green value is 84;
  • blue value is 225.
RGB:
(215,84,225)
(84%,33%,88%)

RGB channels and saturation

R 215 of 255 = 84%
G 84 of 255 = 33%
B 225 of 255 = 88%

215
84
225

R + G + B ~ 68%. #D754E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 84 + 225 = 524 (100%)
R 215 of 524 ~ 41.03%
G 84 of 524 ~ 16.03%
B 225 of 524 ~ 42.94%

%41.03
%16.03
%42.94

CMYK color model

#D754E1 color CMYK value is (4,63,0,12).

  • cyan value is 4.44%
  • magenta value is 62.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(4,63,0,12)
C4M63Y0K12 
(4%,63%,0%,12%)
(0.04/0.63/0.00/0.12)	

CMYK percentages

%4.44
%62.67
%0
%11.76

Codes

Color #D754E1 in popluar color models

D754E1
RGB21584225
HSL296°70.15%60.59%
HSB/HSV296°62.67%88.24%
CMYK4.44%62.67%0.00%
11.76%

Color #D754E1 in popluar number systems.

HEXD754E1
Decimal21584225
Binary11010111101010011100001
Octal327124341

Shades and tints

Shades of #D754E1

#D754E1
(215,84,225)
#C44DCD
(196,77,205)
#B146B9
(177,70,185)
#9E3FA5
(158,63,165)
#8B3891
(139,56,145)
#78317D
(120,49,125)
#652A69
(101,42,105)
#522355
(82,35,85)
#3F1C41
(63,28,65)
#2C152D
(44,21,45)
#190E19
(25,14,25)
#000000
(0,0,0)

Tints of #D754E1

#D754E1
(215,84,225)
#DA63E3
(218,99,227)
#DD72E5
(221,114,229)
#E081E7
(224,129,231)
#E390E9
(227,144,233)
#E69FEB
(230,159,235)
#E9AEED
(233,174,237)
#ECBDEF
(236,189,239)
#EFCCF1
(239,204,241)
#F2DBF3
(242,219,243)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D754E1 color. Also use rgb(215,84,225) instead hex code.

Text Font Color

.myTextColor { color: #D754E1; }

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

This text font color is #D754E1.


Background Color

.myBgColor { background-color: #D754E1; }

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

This div background color is #D754E1.


Border color

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

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

This div border color is #D754E1.


Opacity

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

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

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

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

This text has shadow with #D754E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D754E1 on black background.


Color preview on white background

This text has color #D754E1 on white background.



Black color preview on #D754E1 background

This text has black color on #D754E1 background.


White color preview on #D754E1 background

This text has white color on #D754E1 background.