#D1006B color RGB value is (13, 16, 6).
#D1006B hex color red value is 13, green value is 16, and blue value is 6.
Cylindrical-coordinate representations (HSL) of color #D1006B
hue: 78,
saturation: 0.45 and lightness: 0.04.
The process color (four-color CMYK) of #D1006B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D1006B is #ff9999. Color #D1006B contains mainly RED.
Color spaces of #D1006B | Value |
---|---|
RGB | 209, 0, 107 |
HSL | 0.91, 1, 0.41 |
HSV | 329°, 100°, 82° |
XYZ | 28.95, 14.62, 15.2 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 0 | 1101011 |
Octal | 321 | 0 | 153 |
Decimal | 209 | 0 | 107 |
Hex | D1 | 0 | 6B |
Shades of #D1006B
Tints of #D1006B
.mybgColor {background-color: #D1006B;} .myforeColor {color: #D1006B;} .myborderColor {border:3px solid #D1006B;}
<p style="color:#D1006B">Text here</p>
This sample text is styled with the font color #D1006B. 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:#D1006B">Div content here</div>
<div style="border:3px solid #D1006B">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209, 0, 107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D1006B; } .divShadow { -moz-box-shadow: 1px 1px 3px #D1006B; -webkit-box-shadow: 1px 1px 3px #D1006B; box-shadow: 1px 1px 3px #D1006B; }
<p style="text-shadow: 4px 4px 2px rgba(209, 0, 107, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D1006B;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D1006B;
-webkit-box-shadow: 1px 1px 3px #D1006B;
box-shadow: 1px 1px 3px #D1006B;">Div content here</div>