COLOR #D4428B

HEX: #D4428B
RGB: (212,66,139)

Renk bilgisi

#D4428B contains mainly red color. #D4428B ‘ nin web güvenlik rengi #CC3399 (ya da #C39) dir.

RGB renk modeli

#D4428B color RGB value is (212,66,139).

  • kırmız ton 212;
  • yeşil ton 66;
  • mavi ton 139.
RGB:
(212,66,139)
(83%,26%,55%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 66 of 255 = 26%
B 139 of 255 = 55%

212
66
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 66 + 139 = 417 (100%)
R 212 of 417 ~ 50.84%
G 66 of 417 ~ 15.83%
B 139 of 417 ~ 33.33%

%50.84
%15.83
%33.33

CMYK RENK MODELİ

#D4428B rengi CMYK tonu (0,69,34,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.87%
  • sarı tonu 34.43%
  • ana renk tonu 16.86%
CMYK:
(0,69,34,17)
C0M69Y34K17 
(0%,69%,34%,17%)
(0.00/0.69/0.34/0.17)	

CMYK yüzdeleri

%0
%68.87
%34.43
%16.86

Codes

Color #D4428B in popluar color models

D4428B
RGB21266139
HSL330°62.93%54.51%
HSB/HSV330°68.87%83.14%
CMYK0.00%68.87%34.43%
16.86%

Color #D4428B in popluar number systems.

HEXD4428B
Decimal21266139
Binary11010100100001010001011
Octal324102213

Shades and tints

Shades of #D4428B

#D4428B
(212,66,139)
#C13C7F
(193,60,127)
#AE3673
(174,54,115)
#9B3067
(155,48,103)
#882A5B
(136,42,91)
#75244F
(117,36,79)
#621E43
(98,30,67)
#4F1837
(79,24,55)
#3C122B
(60,18,43)
#290C1F
(41,12,31)
#160613
(22,6,19)
#000000
(0,0,0)

Tints of #D4428B

#D4428B
(212,66,139)
#D75395
(215,83,149)
#DA649F
(218,100,159)
#DD75A9
(221,117,169)
#E086B3
(224,134,179)
#E397BD
(227,151,189)
#E6A8C7
(230,168,199)
#E9B9D1
(233,185,209)
#ECCADB
(236,202,219)
#EFDBE5
(239,219,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4428B color. Also use rgb(212,66,139) instead hex code.

Text Font Color

.myTextColor { color: #D4428B; }

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

This text font color is #D4428B.


Background Color

.myBgColor { background-color: #D4428B; }

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

This div background color is #D4428B.


Border color

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

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

This div border color is #D4428B.


Opacity

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

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

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

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

This text has shadow with #D4428B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4428B on black background.


Color preview on white background

This text has color #D4428B on white background.



Black color preview on #D4428B background

This text has black color on #D4428B background.


White color preview on #D4428B background

This text has white color on #D4428B background.