color details

Color Details
#D1008F Color Hex

#D1008F color RGB value is (13, 16, 8).
#D1008F hex color red value is 13, green value is 16, and blue value is 8.
Cylindrical-coordinate representations (HSL) of color #D1008F hue: 82.5, saturation: 0.33 and lightness: 0.05.

The process color (four-color CMYK) of #D1008F color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D1008F is #ff9999. Color #D1008F contains mainly RED.

Color Spaces
Color spaces of #D1008FValue
RGB209, 0, 143
HSL0.89, 1, 0.41
HSV319°, 100°, 82°
XYZ31.25, 15.54, 27.34
Base Numbers
Base Red Green Blue
Binary 11010001 0 10001111
Octal 321 0 217
Decimal 209 0 143
Hex D1 0 8F

RGB Percentages for Color #D1008F

59.38%
40.63%

CMYK Percentages of the Color #D1008F

100%
31.58%
18.04%
CSS Codes for Color #D1008F
.mybgColor {background-color: #D1008F;}
.myforeColor {color: #D1008F;}
.myborderColor {border:3px solid #D1008F;}
Text Font Color #D1008F

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

This sample text is styled with the font color #D1008F. 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 #D1008F

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

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

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

The border color of this div is #D1008F
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(209, 0, 143, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #D1008F;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #D1008F;
-webkit-box-shadow: 1px 1px 3px #D1008F;
box-shadow: 1px 1px 3px #D1008F;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209, 0, 143, 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 #D1008F;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #D1008F

Scroll to Top