Color Hex Logo

#dd15cd Color Hex

#DD15CD
(221,21,205)
0 Favorites   0 Comments

Color spaces of #dd15cd

RGB 22121205
HSL0.850.830.47
HSV305°90°87°
CMYK 0.000.900.07   0.13
XYZ41.106420.316359.5125
Yxy20.31630.33990.1680
Hunter Lab45.073683.9103-46.7315
CIE-Lab52.193084.1825-45.9491

#dd15cd color RGB value is (221,21,205).

#dd15cd hex color red value is 221, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dd15cd hue: 0.85 , saturation: 0.83 and the lightness value of dd15cd is 0.47.

The process color (four color CMYK) of #dd15cd color hex is 0.00, 0.90, 0.07, 0.13. Web safe color of #dd15cd is #cc00cc. Color #dd15cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010101 11001101
Octal 335 25 315
Decimal 221 21 205
Hex DD 15 CD

RGB Percentages of Color #dd15cd

%49.44
%4.70
%45.86

CMYK Percentages of Color #dd15cd

%0
%90
%7
%13

Triadic Colors of #dd15cd

#dd15cd #cddd15 #15cddd

Analogous Colors of #dd15cd

#dd15cd #dd1569 #8915dd

Monochromatic Colors of #dd15cd

#dd15cd

Complementary Color

#dd15cd #15dd25

#dd15cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd15cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd15cd Color CSS Codes

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

#dd15cd Text Font Color

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

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


#dd15cd Background Color

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

This div background color is #dd15cd


#dd15cd Border Color

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

This div border color is #dd15cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd15cd


Comments

No comments written yet.

Please login to write comment.