COLOR #D24582

HEX: #D24582
RGB: (210,69,130)

Color info

#D24582 contains mainly red color. Web safe color of #D24582 is #CC3399 (or #C39).

RGB color model

#D24582 color RGB value is (210,69,130).

  • red value is 210;
  • green value is 69;
  • blue value is 130.
RGB:
(210,69,130)
(82%,27%,51%)

RGB channels and saturation

R 210 of 255 = 82%
G 69 of 255 = 27%
B 130 of 255 = 51%

210
69
130

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

Portions of RGB colors in percentages

R + G + B =
210 + 69 + 130 = 409 (100%)
R 210 of 409 ~ 51.34%
G 69 of 409 ~ 16.87%
B 130 of 409 ~ 31.78%

%51.34
%16.87
%31.78

CMYK color model

#D24582 color CMYK value is (0,67,38,18).

  • cyan value is 0.00%
  • magenta value is 67.14%
  • yellow value is 38.10%
  • key color value is 17.65%
CMYK:
(0,67,38,18)
C0M67Y38K18 
(0%,67%,38%,18%)
(0.00/0.67/0.38/0.18)	

CMYK percentages

%0
%67.14
%38.1
%17.65

Codes

Color #D24582 in popluar color models

D24582
RGB21069130
HSL334°61.04%54.71%
HSB/HSV334°67.14%82.35%
CMYK0.00%67.14%38.10%
17.65%

Color #D24582 in popluar number systems.

HEXD24582
Decimal21069130
Binary11010010100010110000010
Octal322105202

Shades and tints

Shades of #D24582

#D24582
(210,69,130)
#BF3F77
(191,63,119)
#AC396C
(172,57,108)
#993361
(153,51,97)
#862D56
(134,45,86)
#73274B
(115,39,75)
#602140
(96,33,64)
#4D1B35
(77,27,53)
#3A152A
(58,21,42)
#270F1F
(39,15,31)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #D24582

#D24582
(210,69,130)
#D6558D
(214,85,141)
#DA6598
(218,101,152)
#DE75A3
(222,117,163)
#E285AE
(226,133,174)
#E695B9
(230,149,185)
#EAA5C4
(234,165,196)
#EEB5CF
(238,181,207)
#F2C5DA
(242,197,218)
#F6D5E5
(246,213,229)
#FAE5F0
(250,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D24582 color. Also use rgb(210,69,130) instead hex code.

Text Font Color

.myTextColor { color: #D24582; }

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

This text font color is #D24582.


Background Color

.myBgColor { background-color: #D24582; }

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

This div background color is #D24582.


Border color

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

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

This div border color is #D24582.


Opacity

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

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

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

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

This text has shadow with #D24582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24582 on black background.


Color preview on white background

This text has color #D24582 on white background.



Black color preview on #D24582 background

This text has black color on #D24582 background.


White color preview on #D24582 background

This text has white color on #D24582 background.