#D181BA

Color #D181BA Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #D181BA

Tints of Lily #D181BA

Color information

#D181BA (or 0xD181BA) is unknown color: approx Lily. HEX triplet: D1, 81 and BA. RGB value is (209,129,186). Sum of RGB (Red+Green+Blue) = 209+129+186=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D181BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181BA is #2E7E45. Grayscale: #9F9F9F. Windows color (decimal): -3046982 or 12222929. OLE color: 12222929.

HSL color Cylindrical-coordinate representation of color #D181BA: hue angle of 317.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D181BA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209129186-
CMYK00.380.110.18
HSL317.25º46.51%66.27%-
HSV(B)317.25º38.28%81.96%-
XYZ43.0132.850.52-
YUV159.42143163.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=39.89%
G=24.62%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912918600.380.110.18317.2546.5166.27
HexD181BA026B1213d2f42
Octal321201272046132247557102
Binary11010001100000011011101001001101011100101001111011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181BA; }

 p { color: rgb(209,129,186); }

 H1.HeaderClassName
 {
   color: #D181BA;
 }
 .AnyTagClassName
 {
   color: #D181BA;
 }
</style>
background-color css

<style>
 a { background-color: #D181BA; }

 a { background-color: rgb(209,129,186); }

 div.DivClassName
 {
   background-color: #D181BA;
 }
 .BgClassName
 {
   background-color: #D181BA;
 }
</style>
border-color css

<style>
 span { border-color: #D181BA; }

 span { border-color: rgb(209,129,186); }

 td.TdClassName
 {
   border-color: #D181BA;
 }
 .TagClassName
 {
   border-color: #D181BA;
 }
</style>