Color Hex Logo

#d611dd Color Hex

#D611DD
(214,17,221)
0 Favorites   0 Comments

Color spaces of #d611dd

RGB 21417221
HSL0.830.860.47
HSV298°92°87°
CMYK 0.030.920.00   0.13
XYZ40.983119.917570.0910
Yxy19.91750.31290.1521
Hunter Lab44.629085.8168-61.8761
CIE-Lab51.743885.7401-55.8891

#d611dd color RGB value is (214,17,221).

#d611dd hex color red value is 214, green value is 17 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d611dd hue: 0.83 , saturation: 0.86 and the lightness value of d611dd is 0.47.

The process color (four color CMYK) of #d611dd color hex is 0.03, 0.92, 0.00, 0.13. Web safe color of #d611dd is #cc00cc. Color #d611dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 11011101
Octal 326 21 335
Decimal 214 17 221
Hex D6 11 DD

RGB Percentages of Color #d611dd

%47.35
%3.76
%48.89

CMYK Percentages of Color #d611dd

%3
%92
%0
%13

Triadic Colors of #d611dd

#d611dd #ddd611 #11ddd6

Analogous Colors of #d611dd

#d611dd #dd117e #7011dd

Monochromatic Colors of #d611dd

#d611dd

Complementary Color

#d611dd #18dd11

#d611dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d611dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d611dd Color CSS Codes

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

#d611dd Text Font Color

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

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


#d611dd Background Color

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

This div background color is #d611dd


#d611dd Border Color

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

This div border color is #d611dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d611dd


Comments

No comments written yet.

Please login to write comment.