#da97a0 color RGB value is (13, 169, 122).
#da97a0 hex color red value is 13, green value is 169, and blue value is 122.
Cylindrical-coordinate representations (HSL) of color #da97a0
hue: 161.92,
saturation: 0.86 and lightness: 0.36.
The process color (four-color CMYK) of #da97a0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #da97a0 is #ff9999. Color #da97a0 contains mainly RED.
| Color spaces of #da97a0 | Value |
|---|---|
| RGB | 218, 151, 160 |
| HSL | 0.98, 0.48, 0.72 |
| HSV | 352°, 31°, 85° |
| XYZ | 46.33, 39.58, 38.45 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011010 | 10010111 | 10100000 |
| Octal | 332 | 227 | 240 |
| Decimal | 218 | 151 | 160 |
| Hex | DA | 97 | A0 |
Shades of #da97a0
Tints of #da97a0
.mybgColor {background-color: #da97a0;}
.myforeColor {color: #da97a0;}
.myborderColor {border:3px solid #da97a0;}
<p style="color:#da97a0">Text here</p>
This sample text is styled with the font color #da97a0. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#da97a0">Div content here</div>
<div style="border:3px solid #da97a0">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(218, 151, 160, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #da97a0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #da97a0;
-webkit-box-shadow: 1px 1px 3px #da97a0;
box-shadow: 1px 1px 3px #da97a0; }
<p style="text-shadow: 4px 4px 2px rgba(218, 151, 160, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #da97a0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #da97a0;
-webkit-box-shadow: 1px 1px 3px #da97a0;
box-shadow: 1px 1px 3px #da97a0;">Div content here</div>
