color codes Logo

#d424dd color codes

#D424DD
(212,36,221)
0 Favorites   0 Comments

Color spaces of #d424dd

RGB 21236221
HSL0.830.730.50
HSV297°84°87°
CMYK 0.040.840.00   0.13
XYZ40.833420.479370.2073
Yxy20.47930.31050.1557
Hunter Lab45.254181.8686-60.3049
CIE-Lab52.374882.5596-54.8965

#d424dd color RGB value is (212,36,221).

#d424dd hex color red value is 212, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d424dd hue: 0.83 , saturation: 0.73 and the lightness value of d424dd is 0.50.

The process color (four color CMYK) of #d424dd color code is 0.04, 0.84, 0.00, 0.13. Web safe color of #d424dd is #cc33cc. Color #d424dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100100 11011101
Octal 324 44 335
Decimal 212 36 221
Hex D4 24 DD

RGB Percentages of Color #d424dd

%45.20
%7.68
%47.12

CMYK Percentages of Color #d424dd

%4
%84
%0
%13

Triadic Colors of #d424dd

#d424dd #ddd424 #24ddd4

Analogous Colors of #d424dd

#d424dd #dd248a #7824dd

Monochromatic Colors of #d424dd

#d424dd

Complementary Color

#d424dd #2ddd24

#d424dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d424dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d424dd Color CSS Codes

.mybgcolor {background-color:#d424dd; } 
.myforecolor {color:#d424dd; }
.mybordercolor {border:3px solid #d424dd; }

#d424dd Text Font Color

<p style="color:#d424dd">Text here</p>

This sample text font color is #d424dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d424dd Background Color

<div style="background-color:#d424dd">
Div content here</div>

This div background color is #d424dd


#d424dd Border Color

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

This div border color is #d424dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,36,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d424dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d424dd;
  -webkit-box-shadow: 1px 1px 3px 2px #d424dd;
  box-shadow:         1px 1px 3px 2px #d424dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,36,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d424dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d424dd;
  -webkit-box-shadow: 1px 1px 3px 2px #d424dd;
  box-shadow:         1px 1px 3px 2px #d424dd;">
Div content here</div>

This div box has shadow with color #d424dd


Comments

No comments written yet.

Please login to write comment.