Color Hex Logo

#dd6dca Color Hex

#DD6DCA
(221,109,202)
0 Favorites   0 Comments

Color spaces of #dd6dca

RGB 221109202
HSL0.860.620.65
HSV310°51°87°
CMYK 0.000.510.09   0.13
XYZ45.948130.573759.3567
Yxy30.57370.33820.2250
Hunter Lab55.293551.5673-24.9414
CIE-Lab62.146155.5791-28.6457

#dd6dca color RGB value is (221,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101101 11001010
Octal 335 155 312
Decimal 221 109 202
Hex DD 6D CA

RGB Percentages of Color #dd6dca

%41.54
%20.49
%37.97

CMYK Percentages of Color #dd6dca

%0
%51
%9
%13

Triadic Colors of #dd6dca

#dd6dca #cadd6d #6dcadd

Analogous Colors of #dd6dca

#dd6dca #dd6d92 #b86ddd

Monochromatic Colors of #dd6dca

#dd6dca

Complementary Color

#dd6dca #6ddd80

#dd6dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6dca Color CSS Codes

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

#dd6dca Text Font Color

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

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


#dd6dca Background Color

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

This div background color is #dd6dca


#dd6dca Border Color

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

This div border color is #dd6dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6dca


Comments

No comments written yet.

Please login to write comment.