Color Hex Logo

#d401dd Color Hex

#D401DD
(212,1,221)
0 Favorites   0 Comments

Color spaces of #d401dd

RGB 2121221
HSL0.830.990.44
HSV298°100°87°
CMYK 0.041.000.00   0.13
XYZ40.213419.239270.0007
Yxy19.23920.31060.1486
Hunter Lab43.862586.8904-63.9179
CIE-Lab50.965986.7135-57.1561

#d401dd color RGB value is (212,1,221).

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

The process color (four color CMYK) of #d401dd color hex is 0.04, 1.00, 0.00, 0.13. Web safe color of #d401dd is #cc00cc. Color #d401dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000001 11011101
Octal 324 1 335
Decimal 212 1 221
Hex D4 1 DD

RGB Percentages of Color #d401dd

%48.85
%0.23
%50.92

CMYK Percentages of Color #d401dd

%4
%100
%0
%13

Triadic Colors of #d401dd

#d401dd #ddd401 #01ddd4

Analogous Colors of #d401dd

#d401dd #dd0178 #6601dd

Monochromatic Colors of #d401dd

#d401dd

Complementary Color

#d401dd #0add01

#d401dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d401dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d401dd Color CSS Codes

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

#d401dd Text Font Color

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

This sample text font color is #d401dd
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.


#d401dd Background Color

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

This div background color is #d401dd


#d401dd Border Color

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

This div border color is #d401dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,1,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 #d401dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d401dd


Comments

No comments written yet.

Please login to write comment.