Color Hex Logo

#dd0cda Color Hex

#DD0CDA
(221,12,218)
0 Favorites   0 Comments

Color spaces of #dd0cda

RGB 22112218
HSL0.840.900.46
HSV301°95°87°
CMYK 0.000.950.01   0.13
XYZ42.605220.697168.0791
Yxy20.69710.32430.1575
Hunter Lab45.494187.5507-56.8780
CIE-Lab52.616486.8983-52.7163

#dd0cda color RGB value is (221,12,218).

#dd0cda hex color red value is 221, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd0cda hue: 0.84 , saturation: 0.90 and the lightness value of dd0cda is 0.46.

The process color (four color CMYK) of #dd0cda color hex is 0.00, 0.95, 0.01, 0.13. Web safe color of #dd0cda is #cc00cc. Color #dd0cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001100 11011010
Octal 335 14 332
Decimal 221 12 218
Hex DD C DA

RGB Percentages of Color #dd0cda

%49.00
%2.66
%48.34

CMYK Percentages of Color #dd0cda

%0
%95
%1
%13

Triadic Colors of #dd0cda

#dd0cda #dadd0c #0cdadd

Analogous Colors of #dd0cda

#dd0cda #dd0c72 #780cdd

Monochromatic Colors of #dd0cda

#dd0cda

Complementary Color

#dd0cda #0cdd0f

#dd0cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0cda Color CSS Codes

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

#dd0cda Text Font Color

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

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


#dd0cda Background Color

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

This div background color is #dd0cda


#dd0cda Border Color

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

This div border color is #dd0cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0cda


Comments

No comments written yet.

Please login to write comment.