COLOR #D24DC9

HEX: #D24DC9
RGB: (210,77,201)

Color info

#D24DC9 contains mainly red and blue colors. Web safe color of #D24DC9 is #CC33CC (or #C3C).

RGB color model

#D24DC9 color RGB value is (210,77,201).

  • red value is 210;
  • green value is 77;
  • blue value is 201.
RGB:
(210,77,201)
(82%,30%,79%)

RGB channels and saturation

R 210 of 255 = 82%
G 77 of 255 = 30%
B 201 of 255 = 79%

210
77
201

R + G + B ~ 64%. #D24DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 77 + 201 = 488 (100%)
R 210 of 488 ~ 43.03%
G 77 of 488 ~ 15.78%
B 201 of 488 ~ 41.19%

%43.03
%15.78
%41.19

CMYK color model

#D24DC9 color CMYK value is (0,63,4,18).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 4.29%
  • key color value is 17.65%
CMYK:
(0,63,4,18)
C0M63Y4K18 
(0%,63%,4%,18%)
(0.00/0.63/0.04/0.18)	

CMYK percentages

%0
%63.33
%4.29
%17.65

Codes

Color #D24DC9 in popluar color models

D24DC9
RGB21077201
HSL304°59.64%56.27%
HSB/HSV304°63.33%82.35%
CMYK0.00%63.33%4.29%
17.65%

Color #D24DC9 in popluar number systems.

HEXD24DC9
Decimal21077201
Binary11010010100110111001001
Octal322115311

Shades and tints

Shades of #D24DC9

#D24DC9
(210,77,201)
#BF46B7
(191,70,183)
#AC3FA5
(172,63,165)
#993893
(153,56,147)
#863181
(134,49,129)
#732A6F
(115,42,111)
#60235D
(96,35,93)
#4D1C4B
(77,28,75)
#3A1539
(58,21,57)
#270E27
(39,14,39)
#140715
(20,7,21)
#000000
(0,0,0)

Tints of #D24DC9

#D24DC9
(210,77,201)
#D65DCD
(214,93,205)
#DA6DD1
(218,109,209)
#DE7DD5
(222,125,213)
#E28DD9
(226,141,217)
#E69DDD
(230,157,221)
#EAADE1
(234,173,225)
#EEBDE5
(238,189,229)
#F2CDE9
(242,205,233)
#F6DDED
(246,221,237)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D24DC9 color. Also use rgb(210,77,201) instead hex code.

Text Font Color

.myTextColor { color: #D24DC9; }

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

This text font color is #D24DC9.


Background Color

.myBgColor { background-color: #D24DC9; }

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

This div background color is #D24DC9.


Border color

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

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

This div border color is #D24DC9.


Opacity

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

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

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

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

This text has shadow with #D24DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24DC9 on black background.


Color preview on white background

This text has color #D24DC9 on white background.



Black color preview on #D24DC9 background

This text has black color on #D24DC9 background.


White color preview on #D24DC9 background

This text has white color on #D24DC9 background.