COLOR #D433A7

HEX: #D433A7
RGB: (212,51,167)

Color info

#D433A7 contains mainly red and blue colors. Web safe color of #D433A7 is #CC3399 (or #C39).

RGB color model

#D433A7 color RGB value is (212,51,167).

  • red value is 212;
  • green value is 51;
  • blue value is 167.
RGB:
(212,51,167)
(83%,20%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 51 of 255 = 20%
B 167 of 255 = 65%

212
51
167

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

Portions of RGB colors in percentages

R + G + B =
212 + 51 + 167 = 430 (100%)
R 212 of 430 ~ 49.3%
G 51 of 430 ~ 11.86%
B 167 of 430 ~ 38.84%

%49.3
%11.86
%38.84

CMYK color model

#D433A7 color CMYK value is (0,76,21,17).

  • cyan value is 0.00%
  • magenta value is 75.94%
  • yellow value is 21.23%
  • key color value is 16.86%
CMYK:
(0,76,21,17)
C0M76Y21K17 
(0%,76%,21%,17%)
(0.00/0.76/0.21/0.17)	

CMYK percentages

%0
%75.94
%21.23
%16.86

Codes

Color #D433A7 in popluar color models

D433A7
RGB21251167
HSL317°65.18%51.57%
HSB/HSV317°75.94%83.14%
CMYK0.00%75.94%21.23%
16.86%

Color #D433A7 in popluar number systems.

HEXD433A7
Decimal21251167
Binary1101010011001110100111
Octal32463247

Shades and tints

Shades of #D433A7

#D433A7
(212,51,167)
#C12F98
(193,47,152)
#AE2B89
(174,43,137)
#9B277A
(155,39,122)
#88236B
(136,35,107)
#751F5C
(117,31,92)
#621B4D
(98,27,77)
#4F173E
(79,23,62)
#3C132F
(60,19,47)
#290F20
(41,15,32)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #D433A7

#D433A7
(212,51,167)
#D745AF
(215,69,175)
#DA57B7
(218,87,183)
#DD69BF
(221,105,191)
#E07BC7
(224,123,199)
#E38DCF
(227,141,207)
#E69FD7
(230,159,215)
#E9B1DF
(233,177,223)
#ECC3E7
(236,195,231)
#EFD5EF
(239,213,239)
#F2E7F7
(242,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D433A7 color. Also use rgb(212,51,167) instead hex code.

Text Font Color

.myTextColor { color: #D433A7; }

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

This text font color is #D433A7.


Background Color

.myBgColor { background-color: #D433A7; }

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

This div background color is #D433A7.


Border color

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

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

This div border color is #D433A7.


Opacity

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

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

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

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

This text has shadow with #D433A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D433A7 on black background.


Color preview on white background

This text has color #D433A7 on white background.



Black color preview on #D433A7 background

This text has black color on #D433A7 background.


White color preview on #D433A7 background

This text has white color on #D433A7 background.