Color Hex Logo

#dd25da Color Hex

#DD25DA
(221,37,218)
0 Favorites   0 Comments

Color spaces of #dd25da

RGB 22137218
HSL0.840.730.51
HSV301°83°87°
CMYK 0.000.830.01   0.13
XYZ43.135321.757268.2558
Yxy21.75720.32400.1634
Hunter Lab46.644683.4425-54.1088
CIE-Lab53.768483.5130-50.8778

#dd25da color RGB value is (221,37,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 11011010
Octal 335 45 332
Decimal 221 37 218
Hex DD 25 DA

RGB Percentages of Color #dd25da

%46.43
%7.77
%45.80

CMYK Percentages of Color #dd25da

%0
%83
%1
%13

Triadic Colors of #dd25da

#dd25da #dadd25 #25dadd

Analogous Colors of #dd25da

#dd25da #dd257e #8425dd

Monochromatic Colors of #dd25da

#dd25da

Complementary Color

#dd25da #25dd28

#dd25da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd25da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd25da Color CSS Codes

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

#dd25da Text Font Color

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

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


#dd25da Background Color

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

This div background color is #dd25da


#dd25da Border Color

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

This div border color is #dd25da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd25da


Comments

No comments written yet.

Please login to write comment.