Color Hex Logo

#dd6ddb Color Hex

#DD6DDB
(221,109,219)
0 Favorites   0 Comments

Color spaces of #dd6ddb

RGB 221109219
HSL0.840.620.65
HSV301°51°87°
CMYK 0.000.510.01   0.13
XYZ48.073631.423970.5495
Yxy31.42390.32040.2094
Hunter Lab56.057054.9789-35.3784
CIE-Lab62.863958.4452-37.0923

#dd6ddb color RGB value is (221,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101101 11011011
Octal 335 155 333
Decimal 221 109 219
Hex DD 6D DB

RGB Percentages of Color #dd6ddb

%40.26
%19.85
%39.89

CMYK Percentages of Color #dd6ddb

%0
%51
%1
%13

Triadic Colors of #dd6ddb

#dd6ddb #dbdd6d #6ddbdd

Analogous Colors of #dd6ddb

#dd6ddb #dd6da3 #a76ddd

Monochromatic Colors of #dd6ddb

#dd6ddb

Complementary Color

#dd6ddb #6ddd6f

#dd6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6ddb Color CSS Codes

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

#dd6ddb Text Font Color

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

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


#dd6ddb Background Color

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

This div background color is #dd6ddb


#dd6ddb Border Color

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

This div border color is #dd6ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6ddb


Comments

No comments written yet.

Please login to write comment.