Color Hex Logo

#dd00dd Color Hex

#DD00DD
(221,0,221)
2 Favorites   0 Comments

Color spaces of #dd00dd

RGB 2210221
HSL0.831.000.43
HSV300°100°87°
CMYK 0.001.000.00   0.13
XYZ42.869920.592670.1219
Yxy20.59260.32090.1542
Hunter Lab45.379189.2167-59.8524
CIE-Lab52.500788.1877-54.6095

#dd00dd color RGB value is (221,0,221).

#dd00dd hex color red value is 221, green value is 0 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dd00dd hue: 0.83 , saturation: 1.00 and the lightness value of dd00dd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 11011101
Octal 335 0 335
Decimal 221 0 221
Hex DD 0 DD

RGB Percentages of Color #dd00dd

%50.00
%0.00
%50.00

CMYK Percentages of Color #dd00dd

%0
%100
%0
%13

Triadic Colors of #dd00dd

#dd00dd #dddd00 #00dddd

Analogous Colors of #dd00dd

#dd00dd #dd006f #6f00dd

Monochromatic Colors of #dd00dd

#dd00dd

Complementary Color

#dd00dd #00dd00

#dd00dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd00dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd00dd Color CSS Codes

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

#dd00dd Text Font Color

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

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


#dd00dd Background Color

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

This div background color is #dd00dd


#dd00dd Border Color

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

This div border color is #dd00dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd00dd


Comments

No comments written yet.

Please login to write comment.