COLOR #D385C1

HEX: #D385C1
RGB: (211,133,193)

Renk bilgisi

#D385C1 contains mainly red and blue colors. #D385C1 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D385C1 color RGB value is (211,133,193).

  • kırmız ton 211;
  • yeşil ton 133;
  • mavi ton 193.
RGB:
(211,133,193)
(83%,52%,76%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 133 of 255 = 52%
B 193 of 255 = 76%

211
133
193

R + G + B ~ 70%. #D385C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 133 + 193 = 537 (100%)
R 211 of 537 ~ 39.29%
G 133 of 537 ~ 24.77%
B 193 of 537 ~ 35.94%

%39.29
%24.77
%35.94

CMYK RENK MODELİ

#D385C1 rengi CMYK tonu (0,37,9,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.97%
  • sarı tonu 8.53%
  • ana renk tonu 17.25%
CMYK:
(0,37,9,17)
C0M37Y9K17 
(0%,37%,9%,17%)
(0.00/0.37/0.09/0.17)	

CMYK yüzdeleri

%0
%36.97
%8.53
%17.25

Codes

Color #D385C1 in popluar color models

D385C1
RGB211133193
HSL314°46.99%67.45%
HSB/HSV314°36.97%82.75%
CMYK0.00%36.97%8.53%
17.25%

Color #D385C1 in popluar number systems.

HEXD385C1
Decimal211133193
Binary110100111000010111000001
Octal323205301

Shades and tints

Shades of #D385C1

#D385C1
(211,133,193)
#C079B0
(192,121,176)
#AD6D9F
(173,109,159)
#9A618E
(154,97,142)
#87557D
(135,85,125)
#74496C
(116,73,108)
#613D5B
(97,61,91)
#4E314A
(78,49,74)
#3B2539
(59,37,57)
#281928
(40,25,40)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #D385C1

#D385C1
(211,133,193)
#D790C6
(215,144,198)
#DB9BCB
(219,155,203)
#DFA6D0
(223,166,208)
#E3B1D5
(227,177,213)
#E7BCDA
(231,188,218)
#EBC7DF
(235,199,223)
#EFD2E4
(239,210,228)
#F3DDE9
(243,221,233)
#F7E8EE
(247,232,238)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D385C1 color. Also use rgb(211,133,193) instead hex code.

Text Font Color

.myTextColor { color: #D385C1; }

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

This text font color is #D385C1.


Background Color

.myBgColor { background-color: #D385C1; }

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

This div background color is #D385C1.


Border color

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

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

This div border color is #D385C1.


Opacity

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

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

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

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

This text has shadow with #D385C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D385C1 on black background.


Color preview on white background

This text has color #D385C1 on white background.



Black color preview on #D385C1 background

This text has black color on #D385C1 background.


White color preview on #D385C1 background

This text has white color on #D385C1 background.