COLOR #D755D5

HEX: #D755D5
RGB: (215,85,213)

Color info

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

RGB color model

#D755D5 color RGB value is (215,85,213).

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

RGB channels and saturation

R 215 of 255 = 84%
G 85 of 255 = 33%
B 213 of 255 = 84%

215
85
213

R + G + B ~ 67%. #D755D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 85 + 213 = 513 (100%)
R 215 of 513 ~ 41.91%
G 85 of 513 ~ 16.57%
B 213 of 513 ~ 41.52%

%41.91
%16.57
%41.52

CMYK color model

#D755D5 color CMYK value is (0,60,1,16).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK:
(0,60,1,16)
C0M60Y1K16 
(0%,60%,1%,16%)
(0.00/0.60/0.01/0.16)	

CMYK percentages

%0
%60.47
%0.93
%15.69

Codes

Color #D755D5 in popluar color models

D755D5
RGB21585213
HSL301°61.90%58.82%
HSB/HSV301°60.47%84.31%
CMYK0.00%60.47%0.93%
15.69%

Color #D755D5 in popluar number systems.

HEXD755D5
Decimal21585213
Binary11010111101010111010101
Octal327125325

Shades and tints

Shades of #D755D5

#D755D5
(215,85,213)
#C44EC2
(196,78,194)
#B147AF
(177,71,175)
#9E409C
(158,64,156)
#8B3989
(139,57,137)
#783276
(120,50,118)
#652B63
(101,43,99)
#522450
(82,36,80)
#3F1D3D
(63,29,61)
#2C162A
(44,22,42)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #D755D5

#D755D5
(215,85,213)
#DA64D8
(218,100,216)
#DD73DB
(221,115,219)
#E082DE
(224,130,222)
#E391E1
(227,145,225)
#E6A0E4
(230,160,228)
#E9AFE7
(233,175,231)
#ECBEEA
(236,190,234)
#EFCDED
(239,205,237)
#F2DCF0
(242,220,240)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D755D5 color. Also use rgb(215,85,213) instead hex code.

Text Font Color

.myTextColor { color: #D755D5; }

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

This text font color is #D755D5.


Background Color

.myBgColor { background-color: #D755D5; }

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

This div background color is #D755D5.


Border color

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

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

This div border color is #D755D5.


Opacity

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

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

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

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

This text has shadow with #D755D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D755D5 on black background.


Color preview on white background

This text has color #D755D5 on white background.



Black color preview on #D755D5 background

This text has black color on #D755D5 background.


White color preview on #D755D5 background

This text has white color on #D755D5 background.