Color Hex Logo

#dd259b Color Hex

#DD259B
(221,37,155)
0 Favorites   0 Comments

Color spaces of #dd259b

RGB 22137155
HSL0.890.730.51
HSV322°83°87°
CMYK 0.000.830.30   0.13
XYZ36.396819.061832.7713
Yxy19.06180.41250.2160
Hunter Lab43.659872.4010-13.9415
CIE-Lab50.759475.3316-18.9293

#dd259b color RGB value is (221,37,155).

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

The process color (four color CMYK) of #dd259b color hex is 0.00, 0.83, 0.30, 0.13. Web safe color of #dd259b is #cc3399. Color #dd259b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 10011011
Octal 335 45 233
Decimal 221 37 155
Hex DD 25 9B

RGB Percentages of Color #dd259b

%53.51
%8.96
%37.53

CMYK Percentages of Color #dd259b

%0
%83
%30
%13

Triadic Colors of #dd259b

#dd259b #9bdd25 #259bdd

Analogous Colors of #dd259b

#dd259b #dd253f #c325dd

Monochromatic Colors of #dd259b

#dd259b

Complementary Color

#dd259b #25dd67

#dd259b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd259b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd259b Color CSS Codes

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

#dd259b Text Font Color

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

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


#dd259b Background Color

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

This div background color is #dd259b


#dd259b Border Color

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

This div border color is #dd259b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd259b


Comments

No comments written yet.

Please login to write comment.