COLOR #D24F92

HEX: #D24F92
RGB: (210,79,146)

Color info

#D24F92 contains mainly red color. Web safe color of #D24F92 is #CC6699 (or #C69).

RGB color model

#D24F92 color RGB value is (210,79,146).

  • red value is 210;
  • green value is 79;
  • blue value is 146.
RGB:
(210,79,146)
(82%,31%,57%)

RGB channels and saturation

R 210 of 255 = 82%
G 79 of 255 = 31%
B 146 of 255 = 57%

210
79
146

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

Portions of RGB colors in percentages

R + G + B =
210 + 79 + 146 = 435 (100%)
R 210 of 435 ~ 48.28%
G 79 of 435 ~ 18.16%
B 146 of 435 ~ 33.56%

%48.28
%18.16
%33.56

CMYK color model

#D24F92 color CMYK value is (0,62,30,18).

  • cyan value is 0.00%
  • magenta value is 62.38%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(0,62,30,18)
C0M62Y30K18 
(0%,62%,30%,18%)
(0.00/0.62/0.30/0.18)	

CMYK percentages

%0
%62.38
%30.48
%17.65

Codes

Color #D24F92 in popluar color models

D24F92
RGB21079146
HSL329°59.28%56.67%
HSB/HSV329°62.38%82.35%
CMYK0.00%62.38%30.48%
17.65%

Color #D24F92 in popluar number systems.

HEXD24F92
Decimal21079146
Binary11010010100111110010010
Octal322117222

Shades and tints

Shades of #D24F92

#D24F92
(210,79,146)
#BF4885
(191,72,133)
#AC4178
(172,65,120)
#993A6B
(153,58,107)
#86335E
(134,51,94)
#732C51
(115,44,81)
#602544
(96,37,68)
#4D1E37
(77,30,55)
#3A172A
(58,23,42)
#27101D
(39,16,29)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #D24F92

#D24F92
(210,79,146)
#D65F9B
(214,95,155)
#DA6FA4
(218,111,164)
#DE7FAD
(222,127,173)
#E28FB6
(226,143,182)
#E69FBF
(230,159,191)
#EAAFC8
(234,175,200)
#EEBFD1
(238,191,209)
#F2CFDA
(242,207,218)
#F6DFE3
(246,223,227)
#FAEFEC
(250,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D24F92 color. Also use rgb(210,79,146) instead hex code.

Text Font Color

.myTextColor { color: #D24F92; }

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

This text font color is #D24F92.


Background Color

.myBgColor { background-color: #D24F92; }

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

This div background color is #D24F92.


Border color

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

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

This div border color is #D24F92.


Opacity

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

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

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

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

This text has shadow with #D24F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24F92 on black background.


Color preview on white background

This text has color #D24F92 on white background.



Black color preview on #D24F92 background

This text has black color on #D24F92 background.


White color preview on #D24F92 background

This text has white color on #D24F92 background.