COLOR #D274B3

HEX: #D274B3
RGB: (210,116,179)

Color info

#D274B3 contains mainly red and blue colors. Web safe color of #D274B3 is #CC6699 (or #C69).

RGB color model

#D274B3 color RGB value is (210,116,179).

  • red value is 210;
  • green value is 116;
  • blue value is 179.
RGB:
(210,116,179)
(82%,45%,70%)

RGB channels and saturation

R 210 of 255 = 82%
G 116 of 255 = 45%
B 179 of 255 = 70%

210
116
179

R + G + B ~ 66%. #D274B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 116 + 179 = 505 (100%)
R 210 of 505 ~ 41.58%
G 116 of 505 ~ 22.97%
B 179 of 505 ~ 35.45%

%41.58
%22.97
%35.45

CMYK color model

#D274B3 color CMYK value is (0,45,15,18).

  • cyan value is 0.00%
  • magenta value is 44.76%
  • yellow value is 14.76%
  • key color value is 17.65%
CMYK:
(0,45,15,18)
C0M45Y15K18 
(0%,45%,15%,18%)
(0.00/0.45/0.15/0.18)	

CMYK percentages

%0
%44.76
%14.76
%17.65

Codes

Color #D274B3 in popluar color models

D274B3
RGB210116179
HSL320°51.09%63.92%
HSB/HSV320°44.76%82.35%
CMYK0.00%44.76%14.76%
17.65%

Color #D274B3 in popluar number systems.

HEXD274B3
Decimal210116179
Binary11010010111010010110011
Octal322164263

Shades and tints

Shades of #D274B3

#D274B3
(210,116,179)
#BF6AA3
(191,106,163)
#AC6093
(172,96,147)
#995683
(153,86,131)
#864C73
(134,76,115)
#734263
(115,66,99)
#603853
(96,56,83)
#4D2E43
(77,46,67)
#3A2433
(58,36,51)
#271A23
(39,26,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #D274B3

#D274B3
(210,116,179)
#D680B9
(214,128,185)
#DA8CBF
(218,140,191)
#DE98C5
(222,152,197)
#E2A4CB
(226,164,203)
#E6B0D1
(230,176,209)
#EABCD7
(234,188,215)
#EEC8DD
(238,200,221)
#F2D4E3
(242,212,227)
#F6E0E9
(246,224,233)
#FAECEF
(250,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D274B3 color. Also use rgb(210,116,179) instead hex code.

Text Font Color

.myTextColor { color: #D274B3; }

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

This text font color is #D274B3.


Background Color

.myBgColor { background-color: #D274B3; }

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

This div background color is #D274B3.


Border color

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

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

This div border color is #D274B3.


Opacity

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

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

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

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

This text has shadow with #D274B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D274B3 on black background.


Color preview on white background

This text has color #D274B3 on white background.



Black color preview on #D274B3 background

This text has black color on #D274B3 background.


White color preview on #D274B3 background

This text has white color on #D274B3 background.