COLOR #D35DBF

HEX: #D35DBF
RGB: (211,93,191)

Color info

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

RGB color model

#D35DBF color RGB value is (211,93,191).

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

RGB channels and saturation

R 211 of 255 = 83%
G 93 of 255 = 36%
B 191 of 255 = 75%

211
93
191

R + G + B ~ 65%. #D35DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 93 + 191 = 495 (100%)
R 211 of 495 ~ 42.63%
G 93 of 495 ~ 18.79%
B 191 of 495 ~ 38.59%

%42.63
%18.79
%38.59

CMYK color model

#D35DBF color CMYK value is (0,56,9,17).

  • cyan value is 0.00%
  • magenta value is 55.92%
  • yellow value is 9.48%
  • key color value is 17.25%
CMYK: (0,56,9,17) C0M56Y9K17 (0%,56%,9%,17%) (0.00/0.56/0.09/0.17)

CMYK percentages

%0
%55.92
%9.48
%17.25

Codes

Color #D35DBF in popluar color models

D35DBF
RGB21193191
HSL310°57.28%59.61%
HSB/HSV310°55.92%82.75%
CMYK0.00%55.92%9.48%
17.25%

Color #D35DBF in popluar number systems.

HEXD35DBF
Decimal21193191
Binary11010011101110110111111
Octal323135277

Shades and tints

Shades of #D35DBF

#D35DBF
(211,93,191)
#C055AE
(192,85,174)
#AD4D9D
(173,77,157)
#9A458C
(154,69,140)
#873D7B
(135,61,123)
#74356A
(116,53,106)
#612D59
(97,45,89)
#4E2548
(78,37,72)
#3B1D37
(59,29,55)
#281526
(40,21,38)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #D35DBF

#D35DBF
(211,93,191)
#D76BC4
(215,107,196)
#DB79C9
(219,121,201)
#DF87CE
(223,135,206)
#E395D3
(227,149,211)
#E7A3D8
(231,163,216)
#EBB1DD
(235,177,221)
#EFBFE2
(239,191,226)
#F3CDE7
(243,205,231)
#F7DBEC
(247,219,236)
#FBE9F1
(251,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D35DBF; }

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

This text font color is #D35DBF.


Background Color

.myBgColor { background-color: #D35DBF; }

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

This div background color is #D35DBF.


Border color

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

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

This div border color is #D35DBF.


Opacity

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

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

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

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

This text has shadow with #D35DBF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D35DBF on black background.


Color preview on white background

This text has color #D35DBF on white background.



Black color preview on #D35DBF background

This text has black color on #D35DBF background.


White color preview on #D35DBF background

This text has white color on #D35DBF background.