COLOR #D24B6D

HEX: #D24B6D
RGB: (210,75,109)

Color info

#D24B6D contains mainly red color. Web safe color of #D24B6D is #CC3366 (or #C36).

RGB color model

#D24B6D color RGB value is (210,75,109).

  • red value is 210;
  • green value is 75;
  • blue value is 109.
RGB:
(210,75,109)
(82%,29%,43%)

RGB channels and saturation

R 210 of 255 = 82%
G 75 of 255 = 29%
B 109 of 255 = 43%

210
75
109

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

Portions of RGB colors in percentages

R + G + B =
210 + 75 + 109 = 394 (100%)
R 210 of 394 ~ 53.3%
G 75 of 394 ~ 19.04%
B 109 of 394 ~ 27.66%

%53.3
%19.04
%27.66

CMYK color model

#D24B6D color CMYK value is (0,64,48,18).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 48.10%
  • key color value is 17.65%
CMYK:
(0,64,48,18)
C0M64Y48K18 
(0%,64%,48%,18%)
(0.00/0.64/0.48/0.18)	

CMYK percentages

%0
%64.29
%48.1
%17.65

Codes

Color #D24B6D in popluar color models

D24B6D
RGB21075109
HSL345°60.00%55.88%
HSB/HSV345°64.29%82.35%
CMYK0.00%64.29%48.10%
17.65%

Color #D24B6D in popluar number systems.

HEXD24B6D
Decimal21075109
Binary1101001010010111101101
Octal322113155

Shades and tints

Shades of #D24B6D

#D24B6D
(210,75,109)
#BF4564
(191,69,100)
#AC3F5B
(172,63,91)
#993952
(153,57,82)
#863349
(134,51,73)
#732D40
(115,45,64)
#602737
(96,39,55)
#4D212E
(77,33,46)
#3A1B25
(58,27,37)
#27151C
(39,21,28)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #D24B6D

#D24B6D
(210,75,109)
#D65B7A
(214,91,122)
#DA6B87
(218,107,135)
#DE7B94
(222,123,148)
#E28BA1
(226,139,161)
#E69BAE
(230,155,174)
#EAABBB
(234,171,187)
#EEBBC8
(238,187,200)
#F2CBD5
(242,203,213)
#F6DBE2
(246,219,226)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D24B6D color. Also use rgb(210,75,109) instead hex code.

Text Font Color

.myTextColor { color: #D24B6D; }

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

This text font color is #D24B6D.


Background Color

.myBgColor { background-color: #D24B6D; }

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

This div background color is #D24B6D.


Border color

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

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

This div border color is #D24B6D.


Opacity

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

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

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

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

This text has shadow with #D24B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24B6D on black background.


Color preview on white background

This text has color #D24B6D on white background.



Black color preview on #D24B6D background

This text has black color on #D24B6D background.


White color preview on #D24B6D background

This text has white color on #D24B6D background.