COLOR #D430AD

HEX: #D430AD RGB: (212,48,173)

Color info

#D430AD contains mainly red and blue colors. Web safe color of #D430AD is #CC3399 (or #C39).

RGB color model

#D430AD color RGB value is (212,48,173).

RGB: (212,48,173) (83%, 19%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 48 of 255 = 19%
B 173 of 255 = 68%

212
48
173

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

Portions of RGB colors in percentages

R + G + B = 212 + 48 + 173 = 433 (100%)
R 212 of 433 ~ 48.96%
G 48 of 433 ~ 11.09%
B 173 of 433 ~ 39.95'%

%48.96
%11.09
%39.95

CMYK color model

#D430AD color CMYK value is (0,77,18,17).

  • cyan value is 0.00%
  • magenta value is 77.36%
  • yellow value is 18.40%
  • key color value is 16.86%

CMYK: (0,77,18,17)
C0M77Y18K17 (0%, 77%, 18%, 17%)
(0.00 / 0.77 / 0.18 / 0.17)

CMYK percentages

%0
%77.36
%18.4
%16.86

Codes

Color #D430AD in popluar color models

D4 30 AD
RGB 212 48 173
HSL 314° 65.60% 50.98%
HSB/HSV 314° 77.36% 83.14%
CMYK 0.00% 77.36% 18.40%
16.86%

Color #D430AD in popluar number systems.

HEX D4 30 AD
Decimal 212 48 173
Binary 11010100 110000 10101101
Octal 324 60 255

Shades and tints

Shades of #D430AD

#D430AD
(212,48,173)
#C12C9E
(193,44,158)
#AE288F
(174,40,143)
#9B2480
(155,36,128)
#882071
(136,32,113)
#751C62
(117,28,98)
#621853
(98,24,83)
#4F1444
(79,20,68)
#3C1035
(60,16,53)
#290C26
(41,12,38)
#160817
(22,8,23)
#000000
(0,0,0)

Tints of #D430AD

#D430AD
(212,48,173)
#D742B4
(215,66,180)
#DA54BB
(218,84,187)
#DD66C2
(221,102,194)
#E078C9
(224,120,201)
#E38AD0
(227,138,208)
#E69CD7
(230,156,215)
#E9AEDE
(233,174,222)
#ECC0E5
(236,192,229)
#EFD2EC
(239,210,236)
#F2E4F3
(242,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D430AD color. Also use rgb(212,48,173) instead hex code.

Text Font Color

.myTextColor { color: #D430AD; }

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

This text font color is #D430AD.

Background Color

.myBgColor { background-color: #D430AD; }

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

This div background color is #D430AD.

Border color

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

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

This div border color is #D430AD.

Opacity

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

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

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

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

This text has shadow with #D430AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D430AD.

Preview

Color preview on black background

This text has color #D430AD on black background.


Color preview on white background

This text has color #D430AD on white background.


Black color preview on #D430AD background

This text has black color on #D430AD background.


White color preview on #D430AD background

This text has white color on #D430AD background.


Related colors

Complementary color

Complementary color for #hex is #2BCF52.


I love getcolorcode.com

Triadic colors

1 #ADD430 and #30ADD4 with #D430AD are triadic colors.

2 #AD30D4 and #30D4AD with #D430AD are triadic colors.