Color Hex Logo

#dd7799 Color Hex

#DD7799
(221,119,153)
1 Favorites   0 Comments

Color spaces of #dd7799

RGB 221119153
HSL0.940.600.67
HSV340°46°87°
CMYK 0.000.460.31   0.13
XYZ42.165430.865733.8723
Yxy30.86570.39440.2887
Hunter Lab55.556938.24952.7415
CIE-Lab62.394143.4317-0.3541

#dd7799 color RGB value is (221,119,153).

#dd7799 hex color red value is 221, green value is 119 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dd7799 hue: 0.94 , saturation: 0.60 and the lightness value of dd7799 is 0.67.

The process color (four color CMYK) of #dd7799 color hex is 0.00, 0.46, 0.31, 0.13. Web safe color of #dd7799 is #cc6699. Color #dd7799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110111 10011001
Octal 335 167 231
Decimal 221 119 153
Hex DD 77 99

RGB Percentages of Color #dd7799

%44.83
%24.14
%31.03

CMYK Percentages of Color #dd7799

%0
%46
%31
%13

Triadic Colors of #dd7799

#dd7799 #99dd77 #7799dd

Analogous Colors of #dd7799

#dd7799 #dd8877 #dd77cc

Monochromatic Colors of #dd7799

#dd7799

Complementary Color

#dd7799 #77ddbb

#dd7799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7799 Color CSS Codes

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

#dd7799 Text Font Color

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

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


#dd7799 Background Color

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

This div background color is #dd7799


#dd7799 Border Color

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

This div border color is #dd7799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7799


Comments

No comments written yet.

Please login to write comment.