Color Hex Logo

#dd24bf Color Hex

#DD24BF
(221,36,191)
0 Favorites   0 Comments

Color spaces of #dd24bf

RGB 22136191
HSL0.860.730.50
HSV310°84°87°
CMYK 0.000.840.14   0.13
XYZ39.853620.395551.1264
Yxy20.39550.35780.1831
Hunter Lab45.161478.4886-35.5082
CIE-Lab52.281579.9201-37.7237

#dd24bf color RGB value is (221,36,191).

#dd24bf hex color red value is 221, green value is 36 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd24bf hue: 0.86 , saturation: 0.73 and the lightness value of dd24bf is 0.50.

The process color (four color CMYK) of #dd24bf color hex is 0.00, 0.84, 0.14, 0.13. Web safe color of #dd24bf is #cc33cc. Color #dd24bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 10111111
Octal 335 44 277
Decimal 221 36 191
Hex DD 24 BF

RGB Percentages of Color #dd24bf

%49.33
%8.04
%42.63

CMYK Percentages of Color #dd24bf

%0
%84
%14
%13

Triadic Colors of #dd24bf

#dd24bf #bfdd24 #24bfdd

Analogous Colors of #dd24bf

#dd24bf #dd2462 #9f24dd

Monochromatic Colors of #dd24bf

#dd24bf

Complementary Color

#dd24bf #24dd42

#dd24bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd24bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd24bf Color CSS Codes

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

#dd24bf Text Font Color

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

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


#dd24bf Background Color

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

This div background color is #dd24bf


#dd24bf Border Color

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

This div border color is #dd24bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd24bf


Comments

No comments written yet.

Please login to write comment.