color codes Logo

#dd709b color codes

#DD709B
(221,112,155)
0 Favorites   0 Comments

Color spaces of #dd709b

RGB 221112155
HSL0.930.620.65
HSV336°49°87°
CMYK 0.000.490.30   0.13
XYZ41.529429.327134.4822
Yxy29.32710.39420.2784
Hunter Lab54.154542.11570.1560
CIE-Lab61.069247.2153-3.4468

#dd709b color RGB value is (221,112,155).

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

The process color (four color CMYK) of #dd709b color code is 0.00, 0.49, 0.30, 0.13. Web safe color of #dd709b is #cc6699. Color #dd709b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 10011011
Octal 335 160 233
Decimal 221 112 155
Hex DD 70 9B

RGB Percentages of Color #dd709b

%45.29
%22.95
%31.76

CMYK Percentages of Color #dd709b

%0
%49
%30
%13

Triadic Colors of #dd709b

#dd709b #9bdd70 #709bdd

Analogous Colors of #dd709b

#dd709b #dd7c70 #dd70d2

Monochromatic Colors of #dd709b

#dd709b

Complementary Color

#dd709b #70ddb2

#dd709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd709b Color CSS Codes

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

#dd709b Text Font Color

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

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


#dd709b Background Color

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

This div background color is #dd709b


#dd709b Border Color

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

This div border color is #dd709b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd709b


Comments

No comments written yet.

Please login to write comment.