COLOR #D35DB9

HEX: #D35DB9
RGB: (211,93,185)

Color info

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

RGB color model

#D35DB9 color RGB value is (211,93,185).

  • red value is 211;
  • green value is 93;
  • blue value is 185.
RGB:
(211,93,185)
(83%,36%,73%)

RGB channels and saturation

R 211 of 255 = 83%
G 93 of 255 = 36%
B 185 of 255 = 73%

211
93
185

R + G + B ~ 64%. #D35DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 93 + 185 = 489 (100%)
R 211 of 489 ~ 43.15%
G 93 of 489 ~ 19.02%
B 185 of 489 ~ 37.83%

%43.15
%19.02
%37.83

CMYK color model

#D35DB9 color CMYK value is (0,56,12,17).

  • cyan value is 0.00%
  • magenta value is 55.92%
  • yellow value is 12.32%
  • key color value is 17.25%
CMYK:
(0,56,12,17)
C0M56Y12K17 
(0%,56%,12%,17%)
(0.00/0.56/0.12/0.17)	

CMYK percentages

%0
%55.92
%12.32
%17.25

Codes

Color #D35DB9 in popluar color models

D35DB9
RGB21193185
HSL313°57.28%59.61%
HSB/HSV313°55.92%82.75%
CMYK0.00%55.92%12.32%
17.25%

Color #D35DB9 in popluar number systems.

HEXD35DB9
Decimal21193185
Binary11010011101110110111001
Octal323135271

Shades and tints

Shades of #D35DB9

#D35DB9
(211,93,185)
#C055A9
(192,85,169)
#AD4D99
(173,77,153)
#9A4589
(154,69,137)
#873D79
(135,61,121)
#743569
(116,53,105)
#612D59
(97,45,89)
#4E2549
(78,37,73)
#3B1D39
(59,29,57)
#281529
(40,21,41)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #D35DB9

#D35DB9
(211,93,185)
#D76BBF
(215,107,191)
#DB79C5
(219,121,197)
#DF87CB
(223,135,203)
#E395D1
(227,149,209)
#E7A3D7
(231,163,215)
#EBB1DD
(235,177,221)
#EFBFE3
(239,191,227)
#F3CDE9
(243,205,233)
#F7DBEF
(247,219,239)
#FBE9F5
(251,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35DB9 color. Also use rgb(211,93,185) instead hex code.

Text Font Color

.myTextColor { color: #D35DB9; }

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

This text font color is #D35DB9.


Background Color

.myBgColor { background-color: #D35DB9; }

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

This div background color is #D35DB9.


Border color

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

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

This div border color is #D35DB9.


Opacity

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

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

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

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

This text has shadow with #D35DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35DB9 on black background.


Color preview on white background

This text has color #D35DB9 on white background.



Black color preview on #D35DB9 background

This text has black color on #D35DB9 background.


White color preview on #D35DB9 background

This text has white color on #D35DB9 background.