color details

Color Details
#da33da Color Hex

#da33da color RGB value is (13, 163, 61).
#da33da hex color red value is 13, green value is 163, and blue value is 61.
Cylindrical-coordinate representations (HSL) of color #da33da hue: 139.2, saturation: 0.85 and lightness: 0.35.

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

Color Spaces
Color spaces of #da33daValue
RGB218, 51, 218
HSL0.83, 0.69, 0.53
HSV300°, 77°, 85°
XYZ42.75, 22.34, 68.38
Base Numbers
Base Red Green Blue
Binary 11011010 110011 11011010
Octal 332 63 332
Decimal 218 51 218
Hex DA 33 DA

RGB Percentages for Color #da33da

44.76%
10.47%
44.76%

CMYK Percentages of the Color #da33da

76.61%
14.51%
CSS Codes for Color #da33da
.mybgColor {background-color: #da33da;}
.myforeColor {color: #da33da;}
.myborderColor {border:3px solid #da33da;}
Text Font Color #da33da

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(218, 51, 218, 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 #da33da;">Text here</p>

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

Shadow Div Box

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

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