COLOR #D74380

HEX: #D74380
RGB: (215,67,128)

Renk bilgisi

#D74380 contains mainly red color. #D74380 ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#D74380 color RGB value is (215,67,128).

  • kırmız ton 215;
  • yeşil ton 67;
  • mavi ton 128.
RGB:
(215,67,128)
(84%,26%,50%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 67 of 255 = 26%
B 128 of 255 = 50%

215
67
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 67 + 128 = 410 (100%)
R 215 of 410 ~ 52.44%
G 67 of 410 ~ 16.34%
B 128 of 410 ~ 31.22%

%52.44
%16.34
%31.22

CMYK RENK MODELİ

#D74380 rengi CMYK tonu (0,69,40,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.84%
  • sarı tonu 40.47%
  • ana renk tonu 15.69%
CMYK:
(0,69,40,16)
C0M69Y40K16 
(0%,69%,40%,16%)
(0.00/0.69/0.40/0.16)	

CMYK yüzdeleri

%0
%68.84
%40.47
%15.69

Codes

Color #D74380 in popluar color models

D74380
RGB21567128
HSL335°64.91%55.29%
HSB/HSV335°68.84%84.31%
CMYK0.00%68.84%40.47%
15.69%

Color #D74380 in popluar number systems.

HEXD74380
Decimal21567128
Binary11010111100001110000000
Octal327103200

Shades and tints

Shades of #D74380

#D74380
(215,67,128)
#C43D75
(196,61,117)
#B1376A
(177,55,106)
#9E315F
(158,49,95)
#8B2B54
(139,43,84)
#782549
(120,37,73)
#651F3E
(101,31,62)
#521933
(82,25,51)
#3F1328
(63,19,40)
#2C0D1D
(44,13,29)
#190712
(25,7,18)
#000000
(0,0,0)

Tints of #D74380

#D74380
(215,67,128)
#DA548B
(218,84,139)
#DD6596
(221,101,150)
#E076A1
(224,118,161)
#E387AC
(227,135,172)
#E698B7
(230,152,183)
#E9A9C2
(233,169,194)
#ECBACD
(236,186,205)
#EFCBD8
(239,203,216)
#F2DCE3
(242,220,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D74380 color. Also use rgb(215,67,128) instead hex code.

Text Font Color

.myTextColor { color: #D74380; }

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

This text font color is #D74380.


Background Color

.myBgColor { background-color: #D74380; }

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

This div background color is #D74380.


Border color

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

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

This div border color is #D74380.


Opacity

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

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

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

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

This text has shadow with #D74380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74380 on black background.


Color preview on white background

This text has color #D74380 on white background.



Black color preview on #D74380 background

This text has black color on #D74380 background.


White color preview on #D74380 background

This text has white color on #D74380 background.