color codes Logo

#dd62bd color codes

#DD62BD
(221,98,189)
0 Favorites   0 Comments

Color spaces of #dd62bd

RGB 22198189
HSL0.880.640.63
HSV316°56°87°
CMYK 0.000.560.14   0.13
XYZ43.371827.781651.2206
Yxy27.78160.35440.2270
Hunter Lab52.708354.6420-20.7208
CIE-Lab59.690958.6860-25.0442

#dd62bd color RGB value is (221,98,189).

#dd62bd hex color red value is 221, green value is 98 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd62bd hue: 0.88 , saturation: 0.64 and the lightness value of dd62bd is 0.63.

The process color (four color CMYK) of #dd62bd color code is 0.00, 0.56, 0.14, 0.13. Web safe color of #dd62bd is #cc66cc. Color #dd62bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 10111101
Octal 335 142 275
Decimal 221 98 189
Hex DD 62 BD

RGB Percentages of Color #dd62bd

%43.50
%19.29
%37.20

CMYK Percentages of Color #dd62bd

%0
%56
%14
%13

Triadic Colors of #dd62bd

#dd62bd #bddd62 #62bddd

Analogous Colors of #dd62bd

#dd62bd #dd6280 #c062dd

Monochromatic Colors of #dd62bd

#dd62bd

Complementary Color

#dd62bd #62dd82

#dd62bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62bd Color CSS Codes

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

#dd62bd Text Font Color

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

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


#dd62bd Background Color

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

This div background color is #dd62bd


#dd62bd Border Color

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

This div border color is #dd62bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62bd


Comments

No comments written yet.

Please login to write comment.