COLOR #D424FF

HEX: #D424FF RGB: (212,36,255)

Color info

#D424FF contains mainly red and blue colors. Web safe color of #D424FF is #CC33FF (or #C3F).

RGB color model

#D424FF color RGB value is (212,36,255).

RGB: (212,36,255) (83%, 14%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 36 of 255 = 14%
B 255 of 255 = 100%

212
36
255

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

Portions of RGB colors in percentages

R + G + B = 212 + 36 + 255 = 503 (100%)
R 212 of 503 ~ 42.15%
G 36 of 503 ~ 7.16%
B 255 of 503 ~ 50.7'%

%42.15
%50.7

CMYK color model

#D424FF color CMYK value is (17,86,0,0).

  • cyan value is 16.86%
  • magenta value is 85.88%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (17,86,0,0)
C17M86Y0K0 (17%, 86%, 0%, 0%)
(0.17 / 0.86 / 0.00 / 0.00)

CMYK percentages

%16.86
%85.88
%0
%0

Codes

Color #D424FF in popluar color models

D4 24 FF
RGB 212 36 255
HSL 288° 100.00% 57.06%
HSB/HSV 288° 85.88% 100.00%
CMYK 16.86% 85.88% 0.00%
0.00%

Color #D424FF in popluar number systems.

HEX D4 24 FF
Decimal 212 36 255
Binary 11010100 100100 11111111
Octal 324 44 377

Shades and tints

Shades of #D424FF

#D424FF
(212,36,255)
#C121E8
(193,33,232)
#AE1ED1
(174,30,209)
#9B1BBA
(155,27,186)
#8818A3
(136,24,163)
#75158C
(117,21,140)
#621275
(98,18,117)
#4F0F5E
(79,15,94)
#3C0C47
(60,12,71)
#290930
(41,9,48)
#160619
(22,6,25)
#000000
(0,0,0)

Tints of #D424FF

#D424FF
(212,36,255)
#D737FF
(215,55,255)
#DA4AFF
(218,74,255)
#DD5DFF
(221,93,255)
#E070FF
(224,112,255)
#E383FF
(227,131,255)
#E696FF
(230,150,255)
#E9A9FF
(233,169,255)
#ECBCFF
(236,188,255)
#EFCFFF
(239,207,255)
#F2E2FF
(242,226,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D424FF color. Also use rgb(212,36,255) instead hex code.

Text Font Color

.myTextColor { color: #D424FF; }

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

This text font color is #D424FF.

Background Color

.myBgColor { background-color: #D424FF; }

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

This div background color is #D424FF.

Border color

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

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

This div border color is #D424FF.

Opacity

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

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

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

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

This text has shadow with #D424FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D424FF.

Preview

Color preview on black background

This text has color #D424FF on black background.


Color preview on white background

This text has color #D424FF on white background.


Black color preview on #D424FF background

This text has black color on #D424FF background.


White color preview on #D424FF background

This text has white color on #D424FF background.


Related colors

Complementary color

Complementary color for #hex is #2BDB00.


I love getcolorcode.com

Triadic colors

1 #FFD424 and #24FFD4 with #D424FF are triadic colors.

2 #FF24D4 and #24D4FF with #D424FF are triadic colors.