Color Hex Logo

#dda0dd Color Hex

#DDA0DD
(221,160,221)
47 Favorites   1 Comments

Color spaces of #dda0dd

RGB 221160221
HSL0.830.470.75
HSV300°28°87°
CMYK 0.000.280.00   0.13
XYZ55.440745.734274.3122
Yxy45.73420.31590.2606
Hunter Lab67.627127.9870-17.8120
CIE-Lab73.372732.5391-21.9972

#dda0dd color RGB value is (221,160,221).

#dda0dd hex color red value is 221, green value is 160 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dda0dd hue: 0.83 , saturation: 0.47 and the lightness value of dda0dd is 0.75.

The process color (four color CMYK) of #dda0dd color hex is 0.00, 0.28, 0.00, 0.13. Web safe color of #dda0dd is #cc99cc. Color #dda0dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 11011101
Octal 335 240 335
Decimal 221 160 221
Hex DD A0 DD

RGB Percentages of Color #dda0dd

%36.71
%26.58
%36.71

CMYK Percentages of Color #dda0dd

%0
%28
%0
%13

Triadic Colors of #dda0dd

#dda0dd #dddda0 #a0dddd

Analogous Colors of #dda0dd

#dda0dd #dda0bf #bfa0dd

Monochromatic Colors of #dda0dd

#dda0dd

Complementary Color

#dda0dd #a0dda0

#dda0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0dd Color CSS Codes

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

#dda0dd Text Font Color

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

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


#dda0dd Background Color

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

This div background color is #dda0dd


#dda0dd Border Color

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

This div border color is #dda0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0dd


Comments

8 May 2023, 15:39 starkit

This is NOT plum

Please login to write comment.