Color Hex Logo

#dd6dda Color Hex

#DD6DDA
(221,109,218)
0 Favorites   0 Comments

Color spaces of #dd6dda

RGB 221109218
HSL0.840.620.65
HSV302°51°87°
CMYK 0.000.510.01   0.13
XYZ47.942331.371469.8581
Yxy31.37140.32140.2103
Hunter Lab56.010254.7705-34.7417
CIE-Lab62.819958.2716-36.6009

#dd6dda color RGB value is (221,109,218).

#dd6dda hex color red value is 221, green value is 109 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd6dda hue: 0.84 , saturation: 0.62 and the lightness value of dd6dda is 0.65.

The process color (four color CMYK) of #dd6dda color hex is 0.00, 0.51, 0.01, 0.13. Web safe color of #dd6dda is #cc66cc. Color #dd6dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101101 11011010
Octal 335 155 332
Decimal 221 109 218
Hex DD 6D DA

RGB Percentages of Color #dd6dda

%40.33
%19.89
%39.78

CMYK Percentages of Color #dd6dda

%0
%51
%1
%13

Triadic Colors of #dd6dda

#dd6dda #dadd6d #6ddadd

Analogous Colors of #dd6dda

#dd6dda #dd6da2 #a86ddd

Monochromatic Colors of #dd6dda

#dd6dda

Complementary Color

#dd6dda #6ddd70

#dd6dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6dda Color CSS Codes

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

#dd6dda Text Font Color

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

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


#dd6dda Background Color

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

This div background color is #dd6dda


#dd6dda Border Color

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

This div border color is #dd6dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6dda


Comments

No comments written yet.

Please login to write comment.