Color Hex Logo

#dd43da Color Hex

#DD43DA
(221,67,218)
0 Favorites   0 Comments

Color spaces of #dd43da

RGB 22167218
HSL0.840.690.56
HSV301°70°87°
CMYK 0.000.700.01   0.13
XYZ44.480824.448468.7043
Yxy24.44840.32320.1776
Hunter Lab49.445374.0485-47.7718
CIE-Lab56.534075.5469-46.4837

#dd43da color RGB value is (221,67,218).

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

The process color (four color CMYK) of #dd43da color hex is 0.00, 0.70, 0.01, 0.13. Web safe color of #dd43da is #cc33cc. Color #dd43da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000011 11011010
Octal 335 103 332
Decimal 221 67 218
Hex DD 43 DA

RGB Percentages of Color #dd43da

%43.68
%13.24
%43.08

CMYK Percentages of Color #dd43da

%0
%70
%1
%13

Triadic Colors of #dd43da

#dd43da #dadd43 #43dadd

Analogous Colors of #dd43da

#dd43da #dd438d #9343dd

Monochromatic Colors of #dd43da

#dd43da

Complementary Color

#dd43da #43dd46

#dd43da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd43da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd43da Color CSS Codes

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

#dd43da Text Font Color

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

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


#dd43da Background Color

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

This div background color is #dd43da


#dd43da Border Color

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

This div border color is #dd43da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd43da


Comments

No comments written yet.

Please login to write comment.