Color Hex Logo

#dd01d6 Color Hex

#DD01D6
(221,1,214)
0 Favorites   0 Comments

Color spaces of #dd01d6

RGB 2211214
HSL0.840.990.44
HSV302°100°87°
CMYK 0.001.000.03   0.13
XYZ41.967220.248965.3148
Yxy20.24890.32910.1588
Hunter Lab44.998887.7266-54.5591
CIE-Lab52.117587.1291-51.2297

#dd01d6 color RGB value is (221,1,214).

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

The process color (four color CMYK) of #dd01d6 color hex is 0.00, 1.00, 0.03, 0.13. Web safe color of #dd01d6 is #cc00cc. Color #dd01d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 11010110
Octal 335 1 326
Decimal 221 1 214
Hex DD 1 D6

RGB Percentages of Color #dd01d6

%50.69
%0.23
%49.08

CMYK Percentages of Color #dd01d6

%0
%100
%3
%13

Triadic Colors of #dd01d6

#dd01d6 #d6dd01 #01d6dd

Analogous Colors of #dd01d6

#dd01d6 #dd0168 #7601dd

Monochromatic Colors of #dd01d6

#dd01d6

Complementary Color

#dd01d6 #01dd08

#dd01d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd01d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd01d6 Color CSS Codes

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

#dd01d6 Text Font Color

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

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


#dd01d6 Background Color

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

This div background color is #dd01d6


#dd01d6 Border Color

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

This div border color is #dd01d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd01d6


Comments

No comments written yet.

Please login to write comment.