COLOR #D35A71

HEX: #D35A71
RGB: (211,90,113)

Renk bilgisi

#D35A71 contains mainly red color. #D35A71 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#D35A71 color RGB value is (211,90,113).

  • kırmız ton 211;
  • yeşil ton 90;
  • mavi ton 113.
RGB:
(211,90,113)
(83%,35%,44%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 90 of 255 = 35%
B 113 of 255 = 44%

211
90
113

R + G + B ~ 54%. #D35A71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 90 + 113 = 414 (100%)
R 211 of 414 ~ 50.97%
G 90 of 414 ~ 21.74%
B 113 of 414 ~ 27.29%

%50.97
%21.74
%27.29

CMYK RENK MODELİ

#D35A71 rengi CMYK tonu (0,57,46,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.35%
  • sarı tonu 46.45%
  • ana renk tonu 17.25%
CMYK:
(0,57,46,17)
C0M57Y46K17 
(0%,57%,46%,17%)
(0.00/0.57/0.46/0.17)	

CMYK yüzdeleri

%0
%57.35
%46.45
%17.25

Codes

Color #D35A71 in popluar color models

D35A71
RGB21190113
HSL349°57.89%59.02%
HSB/HSV349°57.35%82.75%
CMYK0.00%57.35%46.45%
17.25%

Color #D35A71 in popluar number systems.

HEXD35A71
Decimal21190113
Binary1101001110110101110001
Octal323132161

Shades and tints

Shades of #D35A71

#D35A71
(211,90,113)
#C05267
(192,82,103)
#AD4A5D
(173,74,93)
#9A4253
(154,66,83)
#873A49
(135,58,73)
#74323F
(116,50,63)
#612A35
(97,42,53)
#4E222B
(78,34,43)
#3B1A21
(59,26,33)
#281217
(40,18,23)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #D35A71

#D35A71
(211,90,113)
#D7697D
(215,105,125)
#DB7889
(219,120,137)
#DF8795
(223,135,149)
#E396A1
(227,150,161)
#E7A5AD
(231,165,173)
#EBB4B9
(235,180,185)
#EFC3C5
(239,195,197)
#F3D2D1
(243,210,209)
#F7E1DD
(247,225,221)
#FBF0E9
(251,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D35A71 color. Also use rgb(211,90,113) instead hex code.

Text Font Color

.myTextColor { color: #D35A71; }

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

This text font color is #D35A71.


Background Color

.myBgColor { background-color: #D35A71; }

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

This div background color is #D35A71.


Border color

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

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

This div border color is #D35A71.


Opacity

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

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

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

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

This text has shadow with #D35A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35A71 on black background.


Color preview on white background

This text has color #D35A71 on white background.



Black color preview on #D35A71 background

This text has black color on #D35A71 background.


White color preview on #D35A71 background

This text has white color on #D35A71 background.