Color Hex Logo

#dd015c Color Hex

#DD015C
(221,1,92)
0 Favorites   0 Comments

Color spaces of #dd015c

RGB 221192
HSL0.930.990.44
HSV335°100°87°
CMYK 0.001.000.58   0.13
XYZ31.761416.166611.5717
Yxy16.16660.53380.2717
Hunter Lab40.207770.639611.0819
CIE-Lab47.192374.588214.2176

#dd015c color RGB value is (221,1,92).

#dd015c hex color red value is 221, green value is 1 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dd015c hue: 0.93 , saturation: 0.99 and the lightness value of dd015c is 0.44.

The process color (four color CMYK) of #dd015c color hex is 0.00, 1.00, 0.58, 0.13. Web safe color of #dd015c is #cc0066. Color #dd015c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 01011100
Octal 335 1 134
Decimal 221 1 92
Hex DD 1 5C

RGB Percentages of Color #dd015c

%70.38
%0.32
%29.30

CMYK Percentages of Color #dd015c

%0
%100
%58
%13

Triadic Colors of #dd015c

#dd015c #5cdd01 #015cdd

Analogous Colors of #dd015c

#dd015c #dd1401 #dd01ca

Monochromatic Colors of #dd015c

#dd015c

Complementary Color

#dd015c #01dd82

#dd015c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd015c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd015c Color CSS Codes

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

#dd015c Text Font Color

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

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


#dd015c Background Color

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

This div background color is #dd015c


#dd015c Border Color

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

This div border color is #dd015c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd015c


Comments

No comments written yet.

Please login to write comment.