COLOR #D35D63

HEX: #D35D63
RGB: (211,93,99)

Renk bilgisi

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

RGB renk modeli

#D35D63 color RGB value is (211,93,99).

  • kırmız ton 211;
  • yeşil ton 93;
  • mavi ton 99.
RGB:
(211,93,99)
(83%,36%,39%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 93 of 255 = 36%
B 99 of 255 = 39%

211
93
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 93 + 99 = 403 (100%)
R 211 of 403 ~ 52.36%
G 93 of 403 ~ 23.08%
B 99 of 403 ~ 24.57%

%52.36
%23.08
%24.57

CMYK RENK MODELİ

#D35D63 rengi CMYK tonu (0,56,53,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.92%
  • sarı tonu 53.08%
  • ana renk tonu 17.25%
CMYK:
(0,56,53,17)
C0M56Y53K17 
(0%,56%,53%,17%)
(0.00/0.56/0.53/0.17)	

CMYK yüzdeleri

%0
%55.92
%53.08
%17.25

Codes

Color #D35D63 in popluar color models

D35D63
RGB2119399
HSL357°57.28%59.61%
HSB/HSV357°55.92%82.75%
CMYK0.00%55.92%53.08%
17.25%

Color #D35D63 in popluar number systems.

HEXD35D63
Decimal2119399
Binary1101001110111011100011
Octal323135143

Shades and tints

Shades of #D35D63

#D35D63
(211,93,99)
#C0555A
(192,85,90)
#AD4D51
(173,77,81)
#9A4548
(154,69,72)
#873D3F
(135,61,63)
#743536
(116,53,54)
#612D2D
(97,45,45)
#4E2524
(78,37,36)
#3B1D1B
(59,29,27)
#281512
(40,21,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #D35D63

#D35D63
(211,93,99)
#D76B71
(215,107,113)
#DB797F
(219,121,127)
#DF878D
(223,135,141)
#E3959B
(227,149,155)
#E7A3A9
(231,163,169)
#EBB1B7
(235,177,183)
#EFBFC5
(239,191,197)
#F3CDD3
(243,205,211)
#F7DBE1
(247,219,225)
#FBE9EF
(251,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D35D63; }

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

This text font color is #D35D63.


Background Color

.myBgColor { background-color: #D35D63; }

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

This div background color is #D35D63.


Border color

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

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

This div border color is #D35D63.


Opacity

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

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

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

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

This text has shadow with #D35D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D35D63 on black background.


Color preview on white background

This text has color #D35D63 on white background.



Black color preview on #D35D63 background

This text has black color on #D35D63 background.


White color preview on #D35D63 background

This text has white color on #D35D63 background.