Color Hex Logo

#dd22ff Color Hex

#DD22FF
(221,34,255)
0 Favorites   0 Comments

Color spaces of #dd22ff

RGB 22134255
HSL0.811.000.57
HSV291°87°100°
CMYK 0.130.870.00   0.00
XYZ48.440823.736296.6362
Yxy23.73620.28690.1406
Hunter Lab48.719892.2181-83.4984
CIE-Lab55.822789.8067-68.3692

#dd22ff color RGB value is (221,34,255).

#dd22ff hex color red value is 221, green value is 34 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd22ff hue: 0.81 , saturation: 1.00 and the lightness value of dd22ff is 0.57.

The process color (four color CMYK) of #dd22ff color hex is 0.13, 0.87, 0.00, 0.00. Web safe color of #dd22ff is #cc33ff. Color #dd22ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100010 11111111
Octal 335 42 377
Decimal 221 34 255
Hex DD 22 FF

RGB Percentages of Color #dd22ff

%43.33
%6.67
%50.00

CMYK Percentages of Color #dd22ff

%13
%87
%0
%0

Triadic Colors of #dd22ff

#dd22ff #ffdd22 #22ffdd

Analogous Colors of #dd22ff

#dd22ff #ff22b3 #6f22ff

Monochromatic Colors of #dd22ff

#dd22ff

Complementary Color

#dd22ff #44ff22

#dd22ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd22ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd22ff Color CSS Codes

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

#dd22ff Text Font Color

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

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


#dd22ff Background Color

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

This div background color is #dd22ff


#dd22ff Border Color

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

This div border color is #dd22ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd22ff

Related Colors

#dd22ff Color Palettes


Comments

No comments written yet.

Please login to write comment.