color codes Logo

#dd2c99 color codes

#DD2C99
(221,44,153)
0 Favorites   0 Comments

Color spaces of #dd2c99

RGB 22144153
HSL0.900.720.52
HSV323°80°87°
CMYK 0.000.800.31   0.13
XYZ36.469219.473431.9736
Yxy19.47340.41480.2215
Hunter Lab44.128770.2923-12.0687
CIE-Lab51.236573.5157-17.0103

#dd2c99 color RGB value is (221,44,153).

#dd2c99 hex color red value is 221, green value is 44 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dd2c99 hue: 0.90 , saturation: 0.72 and the lightness value of dd2c99 is 0.52.

The process color (four color CMYK) of #dd2c99 color code is 0.00, 0.80, 0.31, 0.13. Web safe color of #dd2c99 is #cc3399. Color #dd2c99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101100 10011001
Octal 335 54 231
Decimal 221 44 153
Hex DD 2C 99

RGB Percentages of Color #dd2c99

%52.87
%10.53
%36.60

CMYK Percentages of Color #dd2c99

%0
%80
%31
%13

Triadic Colors of #dd2c99

#dd2c99 #99dd2c #2c99dd

Analogous Colors of #dd2c99

#dd2c99 #dd2c40 #c92cdd

Monochromatic Colors of #dd2c99

#dd2c99

Complementary Color

#dd2c99 #2cdd70

#dd2c99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2c99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2c99 Color CSS Codes

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

#dd2c99 Text Font Color

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

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


#dd2c99 Background Color

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

This div background color is #dd2c99


#dd2c99 Border Color

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

This div border color is #dd2c99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2c99


Comments

No comments written yet.

Please login to write comment.