Color Hex Logo

#dd32dd Color Hex

#DD32DD
(221,50,221)
0 Favorites   0 Comments

Color spaces of #dd32dd

RGB 22150221
HSL0.830.720.53
HSV300°77°87°
CMYK 0.000.770.00   0.13
XYZ44.010522.873870.5021
Yxy22.87380.32030.1665
Hunter Lab47.826680.5611-53.9220
CIE-Lab54.942181.0354-50.7117

#dd32dd color RGB value is (221,50,221).

#dd32dd hex color red value is 221, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dd32dd hue: 0.83 , saturation: 0.72 and the lightness value of dd32dd is 0.53.

The process color (four color CMYK) of #dd32dd color hex is 0.00, 0.77, 0.00, 0.13. Web safe color of #dd32dd is #cc33cc. Color #dd32dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110010 11011101
Octal 335 62 335
Decimal 221 50 221
Hex DD 32 DD

RGB Percentages of Color #dd32dd

%44.92
%10.16
%44.92

CMYK Percentages of Color #dd32dd

%0
%77
%0
%13

Triadic Colors of #dd32dd

#dd32dd #dddd32 #32dddd

Analogous Colors of #dd32dd

#dd32dd #dd3288 #8832dd

Monochromatic Colors of #dd32dd

#dd32dd

Complementary Color

#dd32dd #32dd32

#dd32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd32dd Color CSS Codes

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

#dd32dd Text Font Color

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

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


#dd32dd Background Color

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

This div background color is #dd32dd


#dd32dd Border Color

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

This div border color is #dd32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd32dd


Comments

No comments written yet.

Please login to write comment.