Color Hex Logo

#dd06cf Color Hex

#DD06CF
(221,6,207)
0 Favorites   0 Comments

Color spaces of #dd06cf

RGB 2216207
HSL0.840.950.45
HSV304°97°87°
CMYK 0.000.970.06   0.13
XYZ41.146420.007460.7246
Yxy20.00740.33760.1642
Hunter Lab44.729685.9237-49.1809
CIE-Lab51.845685.8025-47.6508

#dd06cf color RGB value is (221,6,207).

#dd06cf hex color red value is 221, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd06cf hue: 0.84 , saturation: 0.95 and the lightness value of dd06cf is 0.45.

The process color (four color CMYK) of #dd06cf color hex is 0.00, 0.97, 0.06, 0.13. Web safe color of #dd06cf is #cc00cc. Color #dd06cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000110 11001111
Octal 335 6 317
Decimal 221 6 207
Hex DD 6 CF

RGB Percentages of Color #dd06cf

%50.92
%1.38
%47.70

CMYK Percentages of Color #dd06cf

%0
%97
%6
%13

Triadic Colors of #dd06cf

#dd06cf #cfdd06 #06cfdd

Analogous Colors of #dd06cf

#dd06cf #dd0663 #8006dd

Monochromatic Colors of #dd06cf

#dd06cf

Complementary Color

#dd06cf #06dd14

#dd06cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd06cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd06cf Color CSS Codes

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

#dd06cf Text Font Color

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

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


#dd06cf Background Color

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

This div background color is #dd06cf


#dd06cf Border Color

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

This div border color is #dd06cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd06cf


Comments

No comments written yet.

Please login to write comment.