COLOR #D483A2

HEX: #D483A2
RGB: (212,131,162)

Color info

#D483A2 contains mainly red and blue colors. Web safe color of #D483A2 is #CC9999 (or #C99).

RGB color model

#D483A2 color RGB value is (212,131,162).

  • red value is 212;
  • green value is 131;
  • blue value is 162.
RGB:
(212,131,162)
(83%,51%,64%)

RGB channels and saturation

R 212 of 255 = 83%
G 131 of 255 = 51%
B 162 of 255 = 64%

212
131
162

R + G + B ~ 66%. #D483A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 131 + 162 = 505 (100%)
R 212 of 505 ~ 41.98%
G 131 of 505 ~ 25.94%
B 162 of 505 ~ 32.08%

%41.98
%25.94
%32.08

CMYK color model

#D483A2 color CMYK value is (0,38,24,17).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 23.58%
  • key color value is 16.86%
CMYK:
(0,38,24,17)
C0M38Y24K17 
(0%,38%,24%,17%)
(0.00/0.38/0.24/0.17)	

CMYK percentages

%0
%38.21
%23.58
%16.86

Codes

Color #D483A2 in popluar color models

D483A2
RGB212131162
HSL337°48.50%67.25%
HSB/HSV337°38.21%83.14%
CMYK0.00%38.21%23.58%
16.86%

Color #D483A2 in popluar number systems.

HEXD483A2
Decimal212131162
Binary110101001000001110100010
Octal324203242

Shades and tints

Shades of #D483A2

#D483A2
(212,131,162)
#C17894
(193,120,148)
#AE6D86
(174,109,134)
#9B6278
(155,98,120)
#88576A
(136,87,106)
#754C5C
(117,76,92)
#62414E
(98,65,78)
#4F3640
(79,54,64)
#3C2B32
(60,43,50)
#292024
(41,32,36)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #D483A2

#D483A2
(212,131,162)
#D78EAA
(215,142,170)
#DA99B2
(218,153,178)
#DDA4BA
(221,164,186)
#E0AFC2
(224,175,194)
#E3BACA
(227,186,202)
#E6C5D2
(230,197,210)
#E9D0DA
(233,208,218)
#ECDBE2
(236,219,226)
#EFE6EA
(239,230,234)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D483A2 color. Also use rgb(212,131,162) instead hex code.

Text Font Color

.myTextColor { color: #D483A2; }

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

This text font color is #D483A2.


Background Color

.myBgColor { background-color: #D483A2; }

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

This div background color is #D483A2.


Border color

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

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

This div border color is #D483A2.


Opacity

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

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

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

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

This text has shadow with #D483A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D483A2 on black background.


Color preview on white background

This text has color #D483A2 on white background.



Black color preview on #D483A2 background

This text has black color on #D483A2 background.


White color preview on #D483A2 background

This text has white color on #D483A2 background.