Color Hex Logo

#dd609d Color Hex

#DD609D
(221,96,157)
0 Favorites   0 Comments

Color spaces of #dd609d

RGB 22196157
HSL0.920.650.62
HSV331°57°87°
CMYK 0.000.570.29   0.13
XYZ40.087526.172234.8372
Yxy26.17220.39650.2589
Hunter Lab51.158850.3430-4.5631
CIE-Lab58.200155.1392-8.8598

#dd609d color RGB value is (221,96,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100000 10011101
Octal 335 140 235
Decimal 221 96 157
Hex DD 60 9D

RGB Percentages of Color #dd609d

%46.62
%20.25
%33.12

CMYK Percentages of Color #dd609d

%0
%57
%29
%13

Triadic Colors of #dd609d

#dd609d #9ddd60 #609ddd

Analogous Colors of #dd609d

#dd609d #dd6260 #dd60dc

Monochromatic Colors of #dd609d

#dd609d

Complementary Color

#dd609d #60dda0

#dd609d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd609d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd609d Color CSS Codes

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

#dd609d Text Font Color

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

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


#dd609d Background Color

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

This div background color is #dd609d


#dd609d Border Color

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

This div border color is #dd609d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd609d


Comments

No comments written yet.

Please login to write comment.