COLOR #D430DD

HEX: #D430DD RGB: (212,48,221)

Color info

#D430DD contains mainly red and blue colors. Web safe color of #D430DD is #CC33CC (or #C3C).

RGB color model

#D430DD color RGB value is (212,48,221).

RGB: (212,48,221) (83%, 19%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 48 of 255 = 19%
B 221 of 255 = 87%

212
48
221

R + G + B ~ 63%. #D430DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 48 + 221 = 481 (100%)
R 212 of 481 ~ 44.07%
G 48 of 481 ~ 9.98%
B 221 of 481 ~ 45.95'%

%44.07
%45.95

CMYK color model

#D430DD color CMYK value is (4,78,0,13).

  • cyan value is 4.07%
  • magenta value is 78.28%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,78,0,13)
C4M78Y0K13 (4%, 78%, 0%, 13%)
(0.04 / 0.78 / 0.00 / 0.13)

CMYK percentages

%4.07
%78.28
%0
%13.33

Codes

Color #D430DD in popluar color models

D4 30 DD
RGB 212 48 221
HSL 297° 71.78% 52.75%
HSB/HSV 297° 78.28% 86.67%
CMYK 4.07% 78.28% 0.00%
13.33%

Color #D430DD in popluar number systems.

HEX D4 30 DD
Decimal 212 48 221
Binary 11010100 110000 11011101
Octal 324 60 335

Shades and tints

Shades of #D430DD

#D430DD
(212,48,221)
#C12CC9
(193,44,201)
#AE28B5
(174,40,181)
#9B24A1
(155,36,161)
#88208D
(136,32,141)
#751C79
(117,28,121)
#621865
(98,24,101)
#4F1451
(79,20,81)
#3C103D
(60,16,61)
#290C29
(41,12,41)
#160815
(22,8,21)
#000000
(0,0,0)

Tints of #D430DD

#D430DD
(212,48,221)
#D742E0
(215,66,224)
#DA54E3
(218,84,227)
#DD66E6
(221,102,230)
#E078E9
(224,120,233)
#E38AEC
(227,138,236)
#E69CEF
(230,156,239)
#E9AEF2
(233,174,242)
#ECC0F5
(236,192,245)
#EFD2F8
(239,210,248)
#F2E4FB
(242,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D430DD; }

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

This text font color is #D430DD.

Background Color

.myBgColor { background-color: #D430DD; }

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

This div background color is #D430DD.

Border color

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

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

This div border color is #D430DD.

Opacity

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

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

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

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

This text has shadow with #D430DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D430DD.

Preview

Color preview on black background

This text has color #D430DD on black background.


Color preview on white background

This text has color #D430DD on white background.


Black color preview on #D430DD background

This text has black color on #D430DD background.


White color preview on #D430DD background

This text has white color on #D430DD background.


Related colors

Complementary color

Complementary color for #D430DD is #2BCF22.


I love getcolorcode.com

Triadic colors

1 #DDD430 and #30DDD4 with #D430DD are triadic colors.

2 #DD30D4 and #30D4DD with #D430DD are triadic colors.