Color Hex Logo

#dd19cf Color Hex

#DD19CF
(221,25,207)
0 Favorites   0 Comments

Color spaces of #dd19cf

RGB 22125207
HSL0.850.800.48
HSV304°89°87°
CMYK 0.000.890.06   0.13
XYZ41.428920.572460.8188
Yxy20.57240.33730.1675
Hunter Lab45.356883.6675-47.7520
CIE-Lab52.478383.9389-46.6450

#dd19cf color RGB value is (221,25,207).

#dd19cf hex color red value is 221, green value is 25 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd19cf hue: 0.85 , saturation: 0.80 and the lightness value of dd19cf is 0.48.

The process color (four color CMYK) of #dd19cf color hex is 0.00, 0.89, 0.06, 0.13. Web safe color of #dd19cf is #cc00cc. Color #dd19cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 11001111
Octal 335 31 317
Decimal 221 25 207
Hex DD 19 CF

RGB Percentages of Color #dd19cf

%48.79
%5.52
%45.70

CMYK Percentages of Color #dd19cf

%0
%89
%6
%13

Triadic Colors of #dd19cf

#dd19cf #cfdd19 #19cfdd

Analogous Colors of #dd19cf

#dd19cf #dd196d #8919dd

Monochromatic Colors of #dd19cf

#dd19cf

Complementary Color

#dd19cf #19dd27

#dd19cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd19cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd19cf Color CSS Codes

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

#dd19cf Text Font Color

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

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


#dd19cf Background Color

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

This div background color is #dd19cf


#dd19cf Border Color

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

This div border color is #dd19cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd19cf


Comments

No comments written yet.

Please login to write comment.