color details

Color Details
#D1006B Color Hex

#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
Color spaces of #D1006BValue
RGB209, 0, 107
HSL0.91, 1, 0.41
HSV329°, 100°, 82°
XYZ28.95, 14.62, 15.2
Base Numbers
Base Red Green Blue
Binary 11010001 0 1101011
Octal 321 0 153
Decimal 209 0 107
Hex D1 0 6B

RGB Percentages for Color #D1006B

66.14%
33.86%

CMYK Percentages of the Color #D1006B

100%
48.8%
18.04%
CSS Codes for Color #D1006B
.mybgColor {background-color: #D1006B;}
.myforeColor {color: #D1006B;}
.myborderColor {border:3px solid #D1006B;}
Text Font Color #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,

Background Color #D1006B

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

The background color of this div is #D1006B
Border Color #D1006B

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

The border color of this div is #D1006B
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209, 0, 107, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #D1006B
Scroll to Top