Color Hex Logo

#da225f Color Hex

#DA225F
(218,34,95)
0 Favorites   0 Comments

Color spaces of #da225f

RGB 2183495
HSL0.940.730.49
HSV340°84°85°
CMYK 0.000.840.56   0.15
XYZ31.551016.875712.4209
Yxy16.87570.51850.2773
Hunter Lab41.080065.204610.8292
CIE-Lab48.103069.894813.5249

#da225f color RGB value is (218,34,95).

#da225f hex color red value is 218, green value is 34 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da225f hue: 0.94 , saturation: 0.73 and the lightness value of da225f is 0.49.

The process color (four color CMYK) of #da225f color hex is 0.00, 0.84, 0.56, 0.15. Web safe color of #da225f is #cc3366. Color #da225f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 01011111
Octal 332 42 137
Decimal 218 34 95
Hex DA 22 5F

RGB Percentages of Color #da225f

%62.82
%9.80
%27.38

CMYK Percentages of Color #da225f

%0
%84
%56
%15

Triadic Colors of #da225f

#da225f #5fda22 #225fda

Analogous Colors of #da225f

#da225f #da4122 #da22bb

Monochromatic Colors of #da225f

#da225f

Complementary Color

#da225f #22da9d

#da225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da225f Color CSS Codes

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

#da225f Text Font Color

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

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


#da225f Background Color

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

This div background color is #da225f


#da225f Border Color

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

This div border color is #da225f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,34,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da225f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da225f;
  -webkit-box-shadow: 1px 1px 3px 2px #da225f;
  box-shadow:         1px 1px 3px 2px #da225f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,34,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da225f


Comments

No comments written yet.

Please login to write comment.