COLOR #D223A9

HEX: #D223A9
RGB: (210,35,169)

Color info

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

RGB color model

#D223A9 color RGB value is (210,35,169).

  • red value is 210;
  • green value is 35;
  • blue value is 169.
RGB:
(210,35,169)
(82%,14%,66%)

RGB channels and saturation

R 210 of 255 = 82%
G 35 of 255 = 14%
B 169 of 255 = 66%

210
35
169

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

Portions of RGB colors in percentages

R + G + B =
210 + 35 + 169 = 414 (100%)
R 210 of 414 ~ 50.72%
G 35 of 414 ~ 8.45%
B 169 of 414 ~ 40.82%

%50.72
%40.82

CMYK color model

#D223A9 color CMYK value is (0,83,20,18).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 19.52%
  • key color value is 17.65%
CMYK:
(0,83,20,18)
C0M83Y20K18 
(0%,83%,20%,18%)
(0.00/0.83/0.20/0.18)	

CMYK percentages

%0
%83.33
%19.52
%17.65

Codes

Color #D223A9 in popluar color models

D223A9
RGB21035169
HSL314°71.43%48.04%
HSB/HSV314°83.33%82.35%
CMYK0.00%83.33%19.52%
17.65%

Color #D223A9 in popluar number systems.

HEXD223A9
Decimal21035169
Binary1101001010001110101001
Octal32243251

Shades and tints

Shades of #D223A9

#D223A9
(210,35,169)
#BF209A
(191,32,154)
#AC1D8B
(172,29,139)
#991A7C
(153,26,124)
#86176D
(134,23,109)
#73145E
(115,20,94)
#60114F
(96,17,79)
#4D0E40
(77,14,64)
#3A0B31
(58,11,49)
#270822
(39,8,34)
#140513
(20,5,19)
#000000
(0,0,0)

Tints of #D223A9

#D223A9
(210,35,169)
#D637B0
(214,55,176)
#DA4BB7
(218,75,183)
#DE5FBE
(222,95,190)
#E273C5
(226,115,197)
#E687CC
(230,135,204)
#EA9BD3
(234,155,211)
#EEAFDA
(238,175,218)
#F2C3E1
(242,195,225)
#F6D7E8
(246,215,232)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D223A9 color. Also use rgb(210,35,169) instead hex code.

Text Font Color

.myTextColor { color: #D223A9; }

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

This text font color is #D223A9.


Background Color

.myBgColor { background-color: #D223A9; }

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

This div background color is #D223A9.


Border color

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

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

This div border color is #D223A9.


Opacity

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

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

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

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

This text has shadow with #D223A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D223A9 on black background.


Color preview on white background

This text has color #D223A9 on white background.



Black color preview on #D223A9 background

This text has black color on #D223A9 background.


White color preview on #D223A9 background

This text has white color on #D223A9 background.