Color Hex Logo

#d841dd Color Hex

#D841DD
(216,65,221)
0 Favorites   0 Comments

Color spaces of #d841dd

RGB 21665221
HSL0.830.700.56
HSV298°71°87°
CMYK 0.020.710.00   0.13
XYZ43.260323.600070.6818
Yxy23.60000.31450.1716
Hunter Lab48.579873.9394-52.2588
CIE-Lab55.685175.6225-49.5777

#d841dd color RGB value is (216,65,221).

#d841dd hex color red value is 216, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d841dd hue: 0.83 , saturation: 0.70 and the lightness value of d841dd is 0.56.

The process color (four color CMYK) of #d841dd color hex is 0.02, 0.71, 0.00, 0.13. Web safe color of #d841dd is #cc33cc. Color #d841dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 11011101
Octal 330 101 335
Decimal 216 65 221
Hex D8 41 DD

RGB Percentages of Color #d841dd

%43.03
%12.95
%44.02

CMYK Percentages of Color #d841dd

%2
%71
%0
%13

Triadic Colors of #d841dd

#d841dd #ddd841 #41ddd8

Analogous Colors of #d841dd

#d841dd #dd4194 #8a41dd

Monochromatic Colors of #d841dd

#d841dd

Complementary Color

#d841dd #46dd41

#d841dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d841dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d841dd Color CSS Codes

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

#d841dd Text Font Color

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

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


#d841dd Background Color

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

This div background color is #d841dd


#d841dd Border Color

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

This div border color is #d841dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d841dd


Comments

No comments written yet.

Please login to write comment.