Color Hex Logo

#dd11cc Color Hex

#DD11CC
(221,17,204)
1 Favorites   1 Comments

Color spaces of #dd11cc

RGB 22117204
HSL0.850.860.47
HSV305°92°87°
CMYK 0.000.920.08   0.13
XYZ40.918320.132758.8561
Yxy20.13270.34130.1679
Hunter Lab44.869584.2598-46.3631
CIE-Lab51.986984.4930-45.7010

#dd11cc color RGB value is (221,17,204).

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

The process color (four color CMYK) of #dd11cc color hex is 0.00, 0.92, 0.08, 0.13. Web safe color of #dd11cc is #cc00cc. Color #dd11cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 11001100
Octal 335 21 314
Decimal 221 17 204
Hex DD 11 CC

RGB Percentages of Color #dd11cc

%50.00
%3.85
%46.15

CMYK Percentages of Color #dd11cc

%0
%92
%8
%13

Triadic Colors of #dd11cc

#dd11cc #ccdd11 #11ccdd

Analogous Colors of #dd11cc

#dd11cc #dd1166 #8811dd

Monochromatic Colors of #dd11cc

#dd11cc

Complementary Color

#dd11cc #11dd22

#dd11cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd11cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd11cc Color CSS Codes

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

#dd11cc Text Font Color

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

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


#dd11cc Background Color

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

This div background color is #dd11cc


#dd11cc Border Color

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

This div border color is #dd11cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd11cc


Comments

17 Jun 2019, 13:19 Sullingen

Funny

Please login to write comment.