Color Hex Logo

#dd509d Color Hex

#DD509D
(221,80,157)
0 Favorites   0 Comments

Color spaces of #dd509d

RGB 22180157
HSL0.910.670.59
HSV327°64°87°
CMYK 0.000.640.29   0.13
XYZ38.773323.543834.3991
Yxy23.54380.40090.2434
Hunter Lab48.522057.7237-8.0676
CIE-Lab55.628162.0824-12.7185

#dd509d color RGB value is (221,80,157).

#dd509d hex color red value is 221, green value is 80 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dd509d hue: 0.91 , saturation: 0.67 and the lightness value of dd509d is 0.59.

The process color (four color CMYK) of #dd509d color hex is 0.00, 0.64, 0.29, 0.13. Web safe color of #dd509d is #cc6699. Color #dd509d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 10011101
Octal 335 120 235
Decimal 221 80 157
Hex DD 50 9D

RGB Percentages of Color #dd509d

%48.25
%17.47
%34.28

CMYK Percentages of Color #dd509d

%0
%64
%29
%13

Triadic Colors of #dd509d

#dd509d #9ddd50 #509ddd

Analogous Colors of #dd509d

#dd509d #dd5056 #d750dd

Monochromatic Colors of #dd509d

#dd509d

Complementary Color

#dd509d #50dd90

#dd509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd509d Color CSS Codes

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

#dd509d Text Font Color

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

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


#dd509d Background Color

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

This div background color is #dd509d


#dd509d Border Color

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

This div border color is #dd509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd509d


Comments

No comments written yet.

Please login to write comment.